Henrik Rydgard
4c2c015774
Expose the experimental "bPrescaleUV" as "Texture Coord Speedhack"
...
It's actually quite beneficial in some games, can substantially reduce
glUniform4fv calls.
Also throw in a second shot at glDrawRangeElements.
2013-10-08 22:59:40 +02:00
Henrik Rydgård
2362640346
Merge pull request #4072 from raven02/patch-25
...
GLES: Add GE_CMD_ZWRITEDISABLE to ZTEST section
2013-10-08 01:53:00 -07:00
Unknown W. Brackets
f1f526f8cd
Add some additional unknown cmds to reporting.
2013-10-08 00:34:17 -07:00
raven02
bf64df71f9
GLES: Add GE_CMD_ZWRITEDISABLE to ZTEST section
2013-10-08 09:29:51 +08:00
Henrik Rydgard
f645988b8f
More precision annotations in shader generators, other microoptimizations
2013-10-07 20:15:00 +02:00
Unknown W. Brackets
a0d84d45cc
Flip the texture preview when it's a framebuffer.
2013-10-07 00:38:46 -07:00
Unknown W. Brackets
01c84caffc
Skip bounding box when set to 0.
...
VectorTD does this, for example, and it seems innocent, just resetting all
cmds. Not sure what it should set the flag to, though.
2013-10-05 15:41:44 -07:00
raven02
90e77f8c30
Remove duplicate comment
2013-10-01 14:04:48 +08:00
Unknown W. Brackets
9e1e64d62e
Swap render targets when drawing spline/beziers.
2013-09-29 23:31:07 -07:00
Unknown W. Brackets
0aa263511d
Don't clear the GPU caches on savestate, just load.
...
And maybe it's not even fully necessary on load...
2013-09-29 13:19:32 -07:00
Unknown W. Brackets
14efcbcc9b
Add an interface to grab the depth/stencil buffers.
...
Not sure yet how to show in UI, not well tested...
2013-09-28 02:23:07 -07:00
Unknown W. Brackets
81e71dd8d7
Add a way to get to the current texture as well.
2013-09-27 22:46:08 -07:00
Henrik Rydgard
bd8cb4b02d
Start work on implementing bbox, add a comment with some thoughts..
2013-09-24 14:14:05 +02:00
Henrik Rydgard
424b4cbd5f
Move GE_CMD_BJUMP to GPUCommon. Add the flag. (no actual bbox impl yet)
2013-09-24 14:14:04 +02:00
Unknown W. Brackets
f89ba75c38
Flag the texture on format/swizzle change.
2013-09-23 08:08:06 -07:00
Henrik Rydgard
171fe00383
More work on spline/bezier tesselation. Disabled for now, there are still issues.
2013-09-23 15:55:53 +02:00
raven02
e1f63f2e6d
Set gstate_c.textureChanged = true; and | FLAG_EXECUTE for GE_CMD_TEXWRAP
2013-09-23 20:49:24 +08:00
Unknown W. Brackets
38a4f2112d
More carefully log unknown GE commands.
...
Need FLAG_EXECUTE or they won't log, we were only getting the
ReapplyGfxState() ones before. Let's skip 0 to not log those as well.
2013-09-22 21:01:53 -07:00
Unknown W. Brackets
6af44910c1
Add an interface to return the current framebuffer.
2013-09-22 19:03:31 -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
ddd5b26e61
Buildfix
2013-09-22 16:37:22 +08:00
raven02
aa38dc238d
Merge remote-tracking branch 'upstream/master' into patch-21
...
Conflicts:
GPU/GLES/GLES_GPU.cpp
2013-09-22 16:08:44 +08:00
raven02
67b7ed53c7
Log which GE command get called
2013-09-22 15:55:53 +08:00
Henrik Rydgard
d7ae3f88a1
Do Beziers more correctly (although still not tesselating properly).
...
Snow now visible in SSX.
2013-09-22 09:52:46 +02:00
Henrik Rydgard
82e5787bbe
Preparation for proper spline/bez: Convert control points to a simple format.
...
The bezier/spline code will no longer need to handle morph and splines,
when it's finally written. This is done by pre-skinning in software and
pre-decoding to get rid of the morph.
2013-09-21 23:37:14 +02:00