Sacha
ecfe43c149
CityHash is not used anymore, so we won't compile it.
2013-10-28 03:26:00 +10:00
Unknown W. Brackets
30bf067787
Generate a texture name even for fbo textures.
...
Otherwise, when it stops being a render-to-texture, we won't have a
texture name and we'll get confused. A texture name shouldn't be
expensive to generate in this case anyway.
2013-10-26 08:37:52 -07:00
Unknown W. Brackets
453be5530e
Make sure we recheck a fb tex that didn't match.
2013-10-26 08:35:53 -07:00
Unknown W. Brackets
42f7b42af4
Avoid getting stuck with a bad tex framebuffer.
2013-10-26 08:35:52 -07:00
danyalzia
4567acaf92
Only turn on filtering in FMV when alpha test isn't enabled
2013-10-20 20:15:25 +05:00
Henrik Rydgard
8b5eff3677
Only turn off filtering on color test in through mode. Should fix #4192 , #4202
2013-10-15 11:59:32 +02:00
raven02
bf7c9fe631
Force Nearest when color test enabled and rendering resolution greater than 480x272
2013-10-14 17:07:45 +08:00
danyalzia
8bed8f922e
fix a bug :/
2013-10-11 19:54:26 +05:00
danyalzia
88c36b5b25
Add Auto-texture scaling
...
Update resource.h
Update WndMainWindow.h
Update WndMainWindow.cpp
Update ppsspp.rc
position fix
Update TextureCache.cpp
Update TextureCache.cpp
2013-10-11 18:30:06 +05:00
Henrik Rydgård
31f5610292
Disable the glTexStorage2D path for now, too many issues.
2013-10-09 09:44:23 +02:00
Henrik Rydgård
df29da0b13
GLES3: Use glTexStorage2D for (possibly) more efficient texture uploading
2013-10-08 15:00:48 +02:00
Henrik Rydgård
add0350b56
Merge pull request #3967 from raven02/patch-17
...
Quick fix FF4 CC missing title text in framebuffer-to-memory mode
2013-09-30 03:39:47 -07:00
Unknown W. Brackets
506180fd07
Cut down texcache cap to 512.
...
This will make textures rehash 4x more often if they seem to be static.
Previously, 2048 for a 30 fps game meant 69 seconds before it would notice
a change. This is really long for fonts that get missed sometimes.
This takes that down to 17.5 seconds. Still quite a while, but something
a normal person is much more likely to wait for.
Hopefulyl won't hurt performance much normally.
2013-09-29 15:26:56 -07:00
Unknown W. Brackets
f667d26814
Fix texcache rehash backoff.
...
If a texture was reused (with other textures in between) several times per
frame, it would be rehashed more frequently than it should be.
Also tries to avoid rehashing several textures on the same frame if they
do not change.
2013-09-29 15:24:02 -07:00
raven02
6c1017c45e
Render-to-texture : Remove no longer valid game list comments
2013-09-29 10:52:29 +08:00
danyalzia
12d15bc13e
fix a clamping bug in pre-HD ATI/AMD drivers
2013-09-29 00:25:13 +05:00
Unknown W. Brackets
81e71dd8d7
Add a way to get to the current texture as well.
2013-09-27 22:46:08 -07:00
Unknown W. Brackets
75f2995f25
Move some texture deindexing to GPU/Common/.
2013-09-27 22:46:07 -07:00
Unknown W. Brackets
b4b0b33f57
Move DXT decoding to GPU/Common/.
2013-09-27 22:46:06 -07:00
Unknown W. Brackets
eabd8b5302
Add GPU debugging hooks to Host, not yet in use.
2013-09-22 08:14:55 -07:00
raven02
bdb9bcb27a
Keep using the old report format
2013-09-21 10:13:30 +08:00
raven02
ed6e4b7764
Simplify the exact match return condition by inverse it .
2013-09-21 09:56:32 +08:00
The Dax
66d328175c
Fix stupid typo.
2013-09-19 16:10:18 -04:00
The Dax
9dbcc282ff
USING_GLES2 platforms: Fix build and fix a warning on Android.
2013-09-19 16:06:39 -04:00
raven02
b918dfdd98
Attach CLUT in buffered mode only while memory mode should be more accurate itself
2013-09-17 09:55:52 +08:00