Files
pcsx2/plugins
Gregory Hainaut bd6ea17bdc gsdx-ogl: speed improvement for DATE
DATE is implemented in 2 ways.
1/ with stencil
2/ purely in FS (sw)

I kept method 1 to reduce the work on method 2. It sucks for performance.
So it would be either 1 or 2.

Note: DATE has a big impact on higher upscaling
Note2: you can disable the 2nd method with this configuration parameter

override_GL_ARB_shader_image_load_store = 0
2015-04-22 00:36:34 +02:00
..
2015-04-17 18:34:05 +02:00
2015-01-12 13:27:09 +01:00
2015-01-27 15:16:06 +00:00
2014-12-20 13:43:25 +01:00
2015-04-22 00:36:34 +02:00
2015-04-17 18:32:39 +02:00
2015-04-17 18:31:44 +02:00
2014-03-25 13:31:36 +01:00
2014-03-25 13:31:36 +01:00
2015-02-20 23:05:21 +01:00