Unknown W. Brackets
|
4807a0b886
|
OpenGL ES2 buildfix.
Darn it.
|
2013-02-10 18:16:11 -08:00 |
|
Unknown W. Brackets
|
8a715f7b67
|
Don't forget a tex is unreliable until decimate.
|
2013-02-10 14:26:17 -08:00 |
|
Unknown W. Brackets
|
ca943f070c
|
Don't delete cache invalidated textures.
Note: still decimates.
|
2013-02-10 14:20:59 -08:00 |
|
Unknown W. Brackets
|
f77a4985f1
|
Keep track of whether a texture is reliable or not.
|
2013-02-10 14:20:58 -08:00 |
|
Unknown W. Brackets
|
d56f3055b6
|
Don't check the power of two padding in texcache.
|
2013-02-10 14:20:58 -08:00 |
|
Unknown W. Brackets
|
f15c1839ac
|
Use backoff to invalidate textures as well.
|
2013-02-10 14:20:58 -08:00 |
|
Unknown W. Brackets
|
634b9112e4
|
Cache vertexes based on frames not draws.
|
2013-02-10 14:20:57 -08:00 |
|
Unknown W. Brackets
|
5f3f3b8716
|
Speed up TextureCache::Invalidate() in debug.
|
2013-02-10 13:11:29 -08:00 |
|
Sacha
|
b817e3bf26
|
Update max to std::max
|
2013-02-10 23:01:18 +10:00 |
|
Henrik Rydgard
|
87c9aa99c2
|
Let's specify MAX_LOD whether it works or not on gles 2...
|
2013-02-10 12:13:35 +01:00 |
|
Unknown W. Brackets
|
430139b12a
|
Minimal revert of the GE-related interrupt changes.
Keep most of them, just revert using getList() which isn't cutting it
right now. Fixes #595.
|
2013-02-10 02:03:02 -08:00 |
|
Unknown W. Brackets
|
74c2769ada
|
Don't use an f suffix in GL shaders.
Error found in Hexyz Force.
|
2013-02-09 17:18:01 -08:00 |
|
Henrik Rydgard
|
db3f01044d
|
Turn down texturecache logging a bit. Fix unfinished optimization.
|
2013-02-09 21:32:02 +01:00 |
|
Henrik Rydgard
|
5a43f3e0ff
|
ZWRITEDISABLE should flush drawbuffer. Fixes road glitches in Ridge Racer and MotoGP.
|
2013-02-09 21:25:15 +01:00 |
|
Henrik Rydgard
|
aef2376b34
|
Merge branch 'master' into framebuffer-texture
Conflicts:
GPU/GLES/TextureCache.cpp
|
2013-02-09 21:18:46 +01:00 |
|
Henrik Rydgard
|
ca347da99c
|
Depth range should not be applied in through mode. Fixes sky in Wipeout Pure.
|
2013-02-09 20:53:32 +01:00 |
|
Henrik Rydgard
|
4868b5041c
|
Fall back to glGenerateMipmap on OpenGL ES 2.0 for now, explanation in comments.
Enable 4x aniso by default, just because. This might be turned into an option later.
|
2013-02-09 20:21:10 +01:00 |
|
Henrik Rydgard
|
2fcea2a7e6
|
Fix mipmap-related slowdown caused by excessive texture decoding
|
2013-02-09 19:25:36 +01:00 |
|
Henrik Rydgard
|
bf7e5a4115
|
Mipmapping! Fixes issue #614
|
2013-02-08 00:04:34 +01:00 |
|
Henrik Rydgard
|
356f5788e1
|
Fix more UV issues
|
2013-02-08 00:04:01 +01:00 |
|
Henrik Rydgard
|
6b3ddae554
|
Fix UV error introduced in previous commit
|
2013-02-06 21:38:19 +01:00 |
|
Henrik Rydgard
|
6f9347178b
|
Let's not declare vertex arrays as RELIABLE for now.
|
2013-02-06 20:45:25 +01:00 |
|
Henrik Rydgard
|
aaf00e047b
|
Don't convert texcoords to float either.
|
2013-02-06 20:30:10 +01:00 |
|
Henrik Rydgard
|
8749ad0cb9
|
Warning fixes, very minor updates to shader generators.
|
2013-02-06 19:04:28 +01:00 |
|
Henrik Rydgard
|
80f4dc4e3a
|
Fix issue with half sized skinned objects in SW transform.
|
2013-02-06 19:04:28 +01:00 |
|