degasus
|
e00c3ce363
|
TextureConverter: remove implicit int->float convertion
They was used to check if we're writing to the first or second part of one pixel.
So this is now done with a boolean and a ternary operator.
|
2014-01-13 12:10:17 +01:00 |
Scott Mansell
|
9aff16e7c1
|
Fix stupid bug in Z16L depth texture efb2ram encoding shader.
|
2014-01-12 13:32:06 +13:00 |
degasus
|
e6676b4565
|
OpenGL: fix scaled efb2ram copys
This fix a regression in revision 687097d4bc because of the wrong order of moving the sampled rect and scaling.
|
2014-01-05 18:19:17 +01:00 |
degasus
|
4fff5ac90d
|
OpenGL: drop UBO-workaround usage for efb2ram shaders
It's just brainfuck to use this workaroung there. Just fetch the uniform location like all other util shaders.
|
2014-01-05 09:52:26 +01:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |