Unknown W. Brackets
|
63ef98a994
|
Use pointer walking and sizeInRAM for texture hash.
|
2013-01-31 00:30:48 -08:00 |
|
Unknown W. Brackets
|
8bf5189324
|
Looks like these should be pos/nrm/col.
|
2013-01-31 00:02:52 -08:00 |
|
Unknown W. Brackets
|
39663a1409
|
Check RET isn't hit right away for safety.
|
2013-01-31 00:02:52 -08:00 |
|
Henrik Rydgard
|
64a376516e
|
Move all the framebuffer management out into its own file.
|
2013-01-30 21:09:53 +01:00 |
|
Henrik Rydgard
|
3b681d3854
|
Make GLES_GPU own texturecache
|
2013-01-30 20:40:26 +01:00 |
|
Unknown W. Brackets
|
c81d296534
|
Use memcpy also in Step_Color8888().
|
2013-01-29 08:45:04 -08:00 |
|
Unknown W. Brackets
|
661c7132c4
|
Don't check that the pc is valid every single op.
|
2013-01-29 08:19:07 -08:00 |
|
Henrik Rydgard
|
366583d34f
|
Align some vertex arrays to page size. It's said to possibly be beneficial.
|
2013-01-29 00:48:13 +01:00 |
|
Henrik Rydgard
|
4f8cdb8370
|
Delete now-unnecessary (hopefully) sanity check
|
2013-01-28 19:29:12 +01:00 |
|
Henrik Rydgard
|
4773f20fad
|
Fix spiky polygon glitches with vertex cache in Dissidia and maybe more.
|
2013-01-28 19:05:38 +01:00 |
|
Henrik Rydgard
|
d1b3fd0e49
|
Better window resize handling
|
2013-01-27 00:15:39 +01:00 |
|
Henrik Rydgard
|
8b180513cb
|
Assorted GPU cleanup/fixing (fbo, vbo draw type)
|
2013-01-26 21:39:36 +01:00 |
|
Unknown W. Brackets
|
6e403be006
|
Skip a double map lookup.
Profiler says this was taking extra time. Only saves 0.23%.
|
2013-01-26 11:36:45 -08:00 |
|
Henrik Rydgard
|
0930b5b587
|
Typo + warning fix
|
2013-01-25 19:08:28 +01:00 |
|
Henrik Rydgard
|
8a32779150
|
Misc GPU stats etc changes
|
2013-01-25 18:29:14 +01:00 |
|
Henrik Rydgard
|
7a5aa60b3a
|
Disasm GE_CMD_REVERSENORMAL
|
2013-01-25 18:29:13 +01:00 |
|
raven02
|
104dfcb6e4
|
Fix too dark issue in-game
|
2013-01-25 21:15:56 +08:00 |
|
Unknown W. Brackets
|
81225e0f09
|
Fix flicker caused by using the wrong fbo.
|
2013-01-24 21:36:28 -08:00 |
|
Henrik Rydgard
|
b1bbbc44fc
|
Add enable/disable dithering. Respect chosen framebuffer color depth.
|
2013-01-23 23:04:09 +01:00 |
|
Henrik Rydgard
|
a7bc2ea120
|
Clearing FBOs on bind was a bit too aggressive an optimization.
|
2013-01-23 08:31:29 +01:00 |
|
Henrik Rydgard
|
dbdd461a53
|
Fix issue with vertex shader IDs. Write the 4th component of packed vectors.
The latter makes sure we leave no holes in the CPU writebuffer.
|
2013-01-22 22:27:03 +01:00 |
|
Henrik Rydgard
|
e04f5156ee
|
Fix a few graphics issues, optimize shader ID generation (fewer shaders)
|
2013-01-22 22:03:41 +01:00 |
|
Henrik Rydgard
|
14d26141a5
|
TextureCache_Invalidate now does a range match instead of just checking if the texture address was in range.
|
2013-01-22 22:03:39 +01:00 |
|
Henrik Rydgard
|
b30ab91379
|
GCC fix
|
2013-01-21 19:19:41 +01:00 |
|
Henrik Rydgard
|
2f0cf82f72
|
Don't expand normals and positions to floats unless necessary.
Fix sign of Z component of position in through mode.
|
2013-01-21 19:12:46 +01:00 |
|