Commit graph

3222 commits

Author SHA1 Message Date
Unknown W. Brackets
afbde31b42 Add some OpenGL related reporting errors. 2013-03-24 09:45:43 -07:00
Unknown W. Brackets
a350422004 Fix reporting parameters, oops. 2013-03-24 09:37:25 -07:00
Henrik Rydgård
959bcae77f Merge pull request #1062 from raven02/patch-13
int sign match for gstate_c.curRTWidth/gstate_c.curRTHeight
2013-03-24 06:35:01 -07:00
Henrik Rydgård
b886b69c4e NaN fix 2013-03-24 14:28:32 +01:00
raven02
f4fc0112c8 int sign match for gstate_c.curRTWidth/gstate_c.curRTHeight 2013-03-24 21:25:38 +08:00
Henrik Rydgard
58d6859cf4 Eat some cpu cycles in sceRtcGetCurrentTick 2013-03-24 12:33:43 +01:00
Henrik Rydgard
055a11cbdb Don't forget to free the vertex decoders.. 2013-03-24 12:31:00 +01:00
Henrik Rydgard
d96c588288 Cache vertex decoders. No big boost now, but opens for optimizing them more, and lets us keep stats of the most common ones. 2013-03-24 12:28:42 +01:00
Henrik Rydgård
15e3a7750f Merge pull request #525 from raven02/vf2i-fix
Add NaN handling to vf2i , vsge , vslt
2013-03-24 03:44:31 -07:00
Henrik Rydgard
1c05ca355d Fix "vasin" instruction. 2013-03-24 11:36:56 +01:00
Henrik Rydgard
2351efc584 Cleanup IndexGenerator 2013-03-24 11:36:56 +01:00
Henrik Rydgård
7f727bb06f Merge pull request #1061 from raven02/patch-12
Better match SW mode with HW one
2013-03-24 03:12:24 -07:00
raven02
81fe409748 Better match SW mode with HW one 2013-03-24 17:34:30 +08:00
Unknown W. Brackets
c3c6de946e Remove leftover curly brace.
Was trying to use {Release,Debug} etc. but glob.glob() didn't support it.
2013-03-24 00:39:24 -07:00
Henrik Rydgard
5d22527bed Merge branch 'test-runner' of https://github.com/unknownbrackets/ppsspp into unknownbrackets-test-runner
Conflicts:
	test.py
2013-03-24 08:32:57 +01:00
Henrik Rydgård
e66ae0af7a Merge pull request #1059 from aapo/master
running test.py with python-2.5
2013-03-23 23:51:05 -07:00
Unknown W. Brackets
6faca211b1 Make test.py run the most recently built binary. 2013-03-23 23:13:25 -07:00
Aapo Rantalainen
62c378852a test.py: more python-2.5 support (process.terminate) 2013-03-24 07:57:49 +02:00
Aapo Rantalainen
df1d321b96 test.py: can be run with python-2.5 2013-03-24 07:49:01 +02:00
Henrik Rydgard
57e82619ca Fix some glitches that were caused by the MH glitch fix (wrong prim..). Also some cleanup. 2013-03-24 01:13:02 +01:00
Henrik Rydgård
1a09ce0f12 Merge pull request #1057 from cinaera/reset_fix
Fix thread stuck on stopping emulation
2013-03-23 11:31:04 -07:00
BeaR
83dd581276 Fix thread stuck on stopping emulation 2013-03-23 18:30:52 +01:00
Henrik Rydgard
84d292010a Oops, sceKernelCheckThreadStack was already implemented. Let's hope both copies are the same. 2013-03-23 14:41:13 +01:00
Henrik Rydgard
38e7a9ed42 Fix bug in SW Transform where no UV would be generated if there was none in the vertices. 2013-03-23 14:30:55 +01:00
Henrik Rydgard
6a4ae5bb51 Implement sceKernelCheckThreadStack 2013-03-23 14:26:54 +01:00
Henrik Rydgard
60189663db ELF relocation: check that sectionToModify >= 0. 2013-03-23 13:26:55 +01:00
Henrik Rydgard
b4977610cc Smarter draw call joining, fixing MH vertex glitches. Thanks bovine for identifying the issue. 2013-03-23 13:12:52 +01:00
Henrik Rydgård
09d2e4b15d Merge pull request #1047 from angelXwind/master
Added -mmacosx-version-min=10.7 to generate binaries executable by OS X 10.7 Lion. See comment for additional information.
2013-03-23 01:59:49 -07:00
Karen Tsai
2dc929377f Added -mmacosx-version-min=10.7 to generate binaries executable by OS X 10.7 Lion. See comment for additional information. 2013-03-22 21:58:31 -04:00
Henrik Rydgård
1f14f1fdaf Merge pull request #1041 from StorMyu/patch-1
[Debugger] Ram Dump function
2013-03-22 13:28:09 -07:00
StorMyu
d1d957521d Update CtrlMemView.cpp 2013-03-22 20:46:19 +01:00
Henrik Rydgard
d5035e80e4 Merge branch 'patch-10' of https://github.com/raven02/ppsspp into raven02-patch-10
Conflicts:
	GPU/GLES/TransformPipeline.cpp
2013-03-22 20:34:49 +01:00
Henrik Rydgard
41b862c689 warning fixes 2013-03-22 19:59:16 +01:00
Henrik Rydgård
10a1d00f80 Merge pull request #1046 from aapo/master
Maemo5 support.
2013-03-22 11:54:30 -07:00
Henrik Rydgård
0941dcddc4 Merge pull request #1045 from unknownbrackets/atrac-minor
Handle fragmented atrac IDs better.
2013-03-22 11:53:57 -07:00
raven02
9c79814c0a Remove disabled_ variable entirely 2013-03-22 23:58:13 +08:00
Aapo Rantalainen
b49729f7a9 FIX for last commit ifdef wrong way 2013-03-22 17:48:47 +02:00
Aapo Rantalainen
178891b576 Maemo5: fix 'Bus error' caused by too small /tmp-filesystem (used /tmp/gc_mem.tmp) 2013-03-22 17:26:19 +02:00
Unknown W. Brackets
ed599375bf Handle fragmented atrac IDs better.
This avoids conflicts when ids are deleted.
2013-03-22 08:25:14 -07:00
Henrik Rydgård
eb1a76bfc2 Merge pull request #1044 from raven02/patch-11
Put Vec3 norm and bool hasNormal in better place
2013-03-22 08:10:51 -07:00
raven02
76ecaaff5f Put Vec3 norm and bool hasNormal in better place 2013-03-22 22:58:37 +08:00
Henrik Rydgård
e0a839d425 Merge pull request #1042 from raven02/patch-9
Fix black screen issue in SW T&L
2013-03-22 07:24:20 -07:00
raven02
4809be7786 Fix missing/wrong color screen in Last Ranker/Digimon.World.Re.Digitize/Saint Seiya Omega 2013-03-22 22:03:05 +08:00
raven02
153bb28f81 Add hasNormal 2013-03-22 21:45:59 +08:00
raven02
3f0d8cba83 Fix black screen issue in SW T&L 2013-03-22 20:54:46 +08:00
StorMyu
83d65376a1 [Debugger] Ram Dump function
Just need to make sure you pause the emulator before you dump.
Or it'll not work ^^
2013-03-22 12:14:10 +01:00
Aapo Rantalainen
2b965a6f03 Maemo5 support 2013-03-22 09:15:00 +02:00
Henrik Rydgard
610de43719 Update submodules again 2013-03-21 23:33:33 +01:00
Henrik Rydgard
b213ce5dc2 Update native 2013-03-21 23:20:02 +01:00
Henrik Rydgard
bd40f0e13c Adjust hcount a little 2013-03-21 22:59:46 +01:00