Henrik Rydgård
1347c3b019
Merge pull request #4387 from hrydgard/unpack_subimage
...
Use GL_EXT_unpack_subimage to speed up non-pow-2 texture loads when available
2013-11-01 12:02:50 -07:00
Henrik Rydgard
a3a1395fc0
No need to set PACK parameters when we UNPACK
2013-11-01 19:56:06 +01:00
Henrik Rydgard
1fb7cdfcd2
Remove redundant call to ConvertColors, skip a copy when possible
2013-11-01 19:38:53 +01:00
Henrik Rydgard
5de7bb2e2d
Use GL_EXT_unpack_subimage to speed up non-pow-2 texture loads when available
2013-11-01 19:38:52 +01:00
raven02
5b228d5fe4
Attempt to go back to thevery original finding a matching framebuffer logic
2013-11-01 22:00:34 +08:00
Unknown W. Brackets
1ee83935cb
Correct texcache alignment check.
...
Oops.
2013-10-31 23:37:05 -07:00
Unknown W. Brackets
dc8902dbff
Cut down on color conversion instructions (x86.)
2013-10-31 23:29:18 -07:00
Unknown W. Brackets
96256f43e9
Make sure clut memory is aligned.
...
For SSE color conversion, etc.
2013-10-31 23:29:17 -07:00
Unknown W. Brackets
f42cd11ddb
Speed up color conversion using SSE.
...
Probably not the very most optimal implementation, but faster and SSE2.
2013-10-31 23:29:17 -07:00
Unknown W. Brackets
82761de992
Improve the texture cache hash on x86.
...
It's a bit less weak now, but still not strong. Still fairly fast, it
seems like.
2013-10-31 23:29:16 -07:00
Henrik Rydgard
b9c908ba3f
Update post-processing shaders to work again after removing u_viewproj.
...
Initialize some uninitialized variables.
2013-10-31 00:07:55 +01:00
Henrik Rydgård
70e4214e2e
Add comment with a link to an important github thread
2013-10-30 23:08:03 +01:00
Henrik Rydgård
07a868910e
Add a temporary hack option that may help debugging the wipeout glow.
...
It reduces the glow problem by a lot but is obviously incorrect.
2013-10-30 22:47:36 +01:00
Henrik Rydgård
357b133ff6
No need to dirty the PROJ_THROUGH when only the proj matrix is being
...
changed.
2013-10-30 22:47:36 +01:00
Henrik Rydgård
7e27bd9dc9
Framebuffer draws: Get rid of the u_viewproj uniform matrix.
2013-10-30 22:47:36 +01:00
danyalzia
950c961dbc
Shader Improvements and cleanup
...
Added sharpen shader
Added support for bloom and sharpen shader
cleanup
cleanup
2013-10-30 00:33:21 +05:00
Henrik Rydgard
78aa64500e
Fix bug when combining draw calls for hashing
2013-10-29 16:18:15 +01:00
Henrik Rydgård
60b1cb0008
Combine draw calls when hashing when possible, should help the same games as #4312
2013-10-29 12:14:09 +01:00
Henrik Rydgård
4352d720d8
Let's not use #define in GLSL ES shaders.
...
There are rumours that Vivante chips hate these.
2013-10-29 11:37:16 +01:00
Henrik Rydgård
0471a8c886
Only set fogdepth to highp on PowerVR. May fix #4333
2013-10-28 15:38:25 +01:00
Henrik Rydgård
e0bc0a3bf1
Merge pull request #4343 from unknownbrackets/gpu-minor
...
Don't crash if there are too many vertices in a row + softgpu frameskip
2013-10-28 06:49:31 -07:00
Sacha
bb8e364086
Fix shader path.
2013-10-28 15:46:12 +10:00
Unknown W. Brackets
b62e36e997
Support frameskip in softgpu.
2013-10-27 16:50:03 -07:00
Unknown W. Brackets
98e257c95d
Add GPU cycle estimation to the softgpu.
2013-10-27 15:05:57 -07:00
Unknown W. Brackets
1e65a691f4
Cap the number of vertexes per flush.
...
Might not be realistic, but we crash if we go over. Pretty unlikely to
happen in real games, but I suppose not impossible. Happens in the vertex
speed demo (#3106.)
2013-10-27 14:43:58 -07:00