Henrik Rydgard
|
5bdb9e976b
|
Track copies of framebuffers in ram created through sceDmacMemcpy, so that we can display them.
Fixes MotoGP while also, in effect, committing #3859.
Removes the horrifying ramDisplayFramebufferPtr hack.
|
2013-09-21 18:53:55 +02:00 |
|
raven02
|
83bac402c4
|
Replace them with GE_CMD_UNKNOWN_XX
|
2013-09-20 21:10:32 +08:00 |
|
raven02
|
c7f830f575
|
Simplify AA lines
|
2013-09-20 14:41:52 +08:00 |
|
raven02
|
010c2a087e
|
Add WARN_LOG_REPORT_ONCE for unknown GE commands
|
2013-09-20 14:30:33 +08:00 |
|
raven02
|
f4b097ca49
|
Set GE_CMD_SCISSOR1/2 with FLAG_EXECUTE
|
2013-09-20 14:16:17 +08:00 |
|
raven02
|
ec00b335f2
|
Add WARN_LOG_REPORT_ONCE for unsupported BJUMP/BOUNDINGBOX
|
2013-09-20 14:04:45 +08:00 |
|
raven02
|
aea9ecae4b
|
GLES : gstate_c.framebufChanged = true for sccisor as well
|
2013-09-20 01:48:43 +08:00 |
|
raven02
|
a3120e0bbf
|
GLES: Add memory valid check for vertex address
|
2013-09-19 21:09:59 +08:00 |
|
Henrik Rydgard
|
83f39fdaa6
|
Report the combination of bezier/spline + morph/skinning to see if it happens
|
2013-09-16 09:01:20 +02:00 |
|
Henrik Rydgård
|
8c9b593824
|
Merge pull request #3770 from unknownbrackets/softgpu
Crashes/cleanup in softgpu, fix a couple warnings, remove some unused gstate_c
|
2013-09-15 00:25:13 -07:00 |
|
Unknown W. Brackets
|
16fc684578
|
Don't clear the shader cache on savestate.
Well, it's small, but there should be no point.
|
2013-09-14 20:32:37 -07:00 |
|
Unknown W. Brackets
|
50e9e45d65
|
Check version in each DoState() func.
They bail on PointerWrap error or bad version.
|
2013-09-14 20:23:03 -07:00 |
|
Unknown W. Brackets
|
68f61e5071
|
Remove some unused gstate_c values.
|
2013-09-14 14:36:06 -07:00 |
|
Unknown W. Brackets
|
08b41df6a2
|
Change a few more log types.
|
2013-09-07 13:31:14 -07:00 |
|
Henrik Rydgard
|
8c88dff5a4
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
|
raven02
|
a59c058bba
|
Apply GL_QCOM_binning_control if available
|
2013-09-05 16:37:17 +08:00 |
|
raven02
|
4866a992ec
|
Break if vertex count = 0
|
2013-09-04 17:14:49 +08:00 |
|
raven02
|
e0a9d8e1a6
|
Add BlockTransfer: to ERROR_LOG_REPORT
|
2013-09-04 16:58:52 +08:00 |
|
raven02
|
06feb621df
|
Add memory check for srcBasePtr & dstBasePtr
|
2013-09-04 16:38:39 +08:00 |
|
raven02
|
a8a0afc2e1
|
Apply gstate.isAntiAliasEnabled()
|
2013-08-30 20:47:38 +08:00 |
|
Henrik Rydgard
|
a418dd0566
|
Spline: Don't create twice the number of triangles we need.
|
2013-08-30 10:25:37 +02:00 |
|
Unknown W. Brackets
|
f6d8767487
|
Fix #3385, bad alphatest flushing.
|
2013-08-30 00:44:06 -07:00 |
|
raven02
|
f94193731d
|
Discard AA lines
|
2013-08-29 22:30:47 +08:00 |
|
raven02
|
762beae5e5
|
Minor fix to bool useNonBufferedRendering
|
2013-08-27 22:31:50 +08:00 |
|
Florent Castelli
|
c6932e2675
|
Use GEPrimitiveType everywhere instead of stupid integer
|
2013-08-25 19:51:06 +02:00 |
|