Unknown W. Brackets
9427f352c3
Fix black screen when fbo set in first frame.
...
Because BeginFrame() is actually only called after the first frame.
2013-04-27 15:46:10 -07:00
Henrik Rydgard
c5c3189436
Fix some framebuffer-related crash bugs. Ignore cache instruction 'FILL'.
2013-04-27 20:06:31 +02:00
Henrik Rydgard
6f4ad05582
Remove some unused code, add some stubs to vfpu jit, some cleanup
2013-04-27 19:35:42 +02:00
Henrik Rydgard
660d5700e7
Unify some VS project settings
2013-04-27 19:34:41 +02:00
Henrik Rydgard
e3f183bc28
ColorDouble needs to be in the fragment shader ID
2013-04-27 18:33:56 +02:00
Unknown W. Brackets
9fa4725f67
Mask clut indexes for > 8-bit clut indexes.
...
Fixes #1532 .
2013-04-27 01:19:09 -07:00
Unknown W. Brackets
46ab5cd0f7
Fix typo in GeDisasm texture format.
2013-04-25 07:49:51 -07:00
Unknown W. Brackets
7405b050be
Revert secondary texture cache.
...
This reverts commits 5d978fc626 ,
6a7722283c ,
fd34a2e74d ,
5bdf91ea43 ,
223bb6795a , and
e2a9813d82 .
2013-04-25 07:48:54 -07:00
Henrik Rydgard
6f23a56779
Remove use of setlocale() in Osk as I could not figure out the purpose, and it broke stuff.
...
If this is actually needed, please send a pull request adding it back, turning it off when not used, and also add an explanation in a comment.
2013-04-25 10:42:31 +02:00
Henrik Rydgard
1965775c5a
Ugly workaround for locale issue breaking HW transform for some people
2013-04-24 23:30:09 +02:00
Unknown W. Brackets
0b9de18f8c
Small optimization to morph vertex step funcs.
2013-04-24 08:19:42 -07:00
Unknown W. Brackets
6a7722283c
Hash textures using cityhash rather than adding.
...
It should be more accurate, and for some games is faster.
For most it seems not hugely different.
2013-04-24 01:52:37 -07:00
Unknown W. Brackets
5d978fc626
Fix second texture cache key, duh.
2013-04-24 01:52:37 -07:00
Unknown W. Brackets
fd34a2e74d
More aggressively decimate the second texcache.
2013-04-24 01:52:37 -07:00
Unknown W. Brackets
5bdf91ea43
Use a secondary texture cache for hash failures.
...
Animation is pretty common in 2D games, keep it cached.
2013-04-24 01:52:36 -07:00
Unknown W. Brackets
223bb6795a
Don't rehash a non-matching texture.
2013-04-24 01:52:36 -07:00
Unknown W. Brackets
e2a9813d82
Basic mechanics for a secondary texcache, cleanup.
...
No need to set these values upon resuse.
2013-04-24 01:52:35 -07:00
Unknown W. Brackets
6be092b4de
Make sure to print all GE command data in disasm.
...
Even if part of it shouldn't be used, if it is, that may be important.
2013-04-23 08:08:11 -07:00
Unknown W. Brackets
4075295327
Show more vertex type info in the GE frame dump.
2013-04-23 07:00:37 -07:00
Unknown W. Brackets
9208f6389d
Avoid calling time_update in GE w/o debug stats.
...
Just wastes time, especially if the game hammers sceGeListUpdateStallAddr,
which many games do.
2013-04-22 22:04:27 -07:00
Unknown W. Brackets
85a23dac63
Avoid framebuffer lookups for repeated prims.
...
There are usually many prims per framebuffer. This cuts time spent in
SetRenderFramebuffer() from 1% to 0.13% (although a bit more time in
ExecuteOp, not much.)
2013-04-22 22:04:27 -07:00
Unknown W. Brackets
b84dadfd3a
Add NOP to GE disasm.
2013-04-22 22:04:26 -07:00
Unknown W. Brackets
bf808064b2
Add a function to pretty-print vertex type.
...
For easier debugging.
2013-04-22 22:04:26 -07:00
Henrik Rydgard
5f1ed03165
Revert "Merge pull request #1324 from cinaera/pullreq" as it seems to break stuff, needs more testing.
...
This reverts commit a265569928 , reversing
changes made to 06999ae649 .
2013-04-21 21:09:02 +02:00
Henrik Rydgard
e877821cca
Turn off the single-strip optimization for software transform as it doesn't work yet.
2013-04-21 19:32:57 +02:00