Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upfilters xbrz 4x and above are slow with the simple video driver #55
Labels
Comments
This comment has been minimized.
This comment has been minimized.
these filters were intended for the multithreaded D3D renderer, they are cpu intensive and will perform badly on the simple renderer we need to get on top of mudlords suggestion and implement a multithreaded tile renderer. |
This comment has been minimized.
This comment has been minimized.
Looking at this again. The only platform where the simple driver is slow is Mac, because of quartz. The filter may make it even slower because it upscales the image. There is some kind of filter thread code in the wx code, I need to see if it actually still works, this would be in effect before the output driver such as simple or opengl. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please fill out this form:
Expected behavior
xbrz filters 4x and above work as described.
Actual behavior
xbrz filters 4x and above only seem to work with opengl, but for the simple video driver stutters.
Steps to reproduce the behavior
Use the simple driver and select the filter.
Build details
Operating System (Windows, Mac, Linux, etc.): All Platforms
Interface (wx and SDL, default is wx): wxWidgets
Version of code (pre-built binary version, or commit ref, or just "master"): current master
Any other relevant build information:
If this is e.g. a joystick or video issue, then the relevant hardware information:
Video issue