| 243:df1671d533bf | 16 years | nkeynes | Add activation and status functions | tree |
| 242:04f5cdb68d8e | 16 years | nkeynes | Set the audio buffer to 1/20 second rather than 1 second (this is actually | tree |
| 241:776e46e58d6d | 16 years | nkeynes | Comment out the AICA debug line for now | tree |
| 240:9ae4bd697292 | 16 years | nkeynes | Initial implementation of the NOP (00h) command | tree |
| 239:e5cd6b2d4586 | 16 years | nkeynes | Add some explanatory comments as to how this stuff is supposed to work | tree |
| 238:6af4cc93b137 | 16 years | nkeynes | Add UI for the trace flag | tree |
| 237:6f1a429c9d12 | 16 years | nkeynes | Add preliminary linux native CD driver support | tree |
| 236:581a9f8bf6a6 | 16 years | nkeynes | Add 2-second offset to LBA addresses. Strangely enough needed to make | tree |
| 235:880bff11df92 | 16 years | nkeynes | Add a couple of performance hacks: | tree |
| 234:8759d0067e9d | 16 years | nkeynes | Disable watchpoints by default - save some cpu time and we're not really using them anyway | tree |
| 233:f8333b94f503 | 16 years | nkeynes | Add user mode/system mode switch | tree |
| 232:9c8ef78376ed | 16 years | nkeynes | Add CHECKSLOTILLEGAL() checks around a few banned delay-slot instructions | tree |
| 231:a9e61a96a885 | 16 years | nkeynes | Add BT, BT/S, CMP/EQ, CMP/GE, CMP/GT, CMP/HI, CMP/HS tests | tree |
| 230:dc79fdf5257c | 16 years | nkeynes | Update makefile | tree |
| 229:f27eb26ccdd2 | 16 years | nkeynes | Fix SPC assignment for exceptions (the only one it was _correct_ for was | tree |
| 228:70adc8ffa8d1 | 16 years | nkeynes | Commit BF tests and initial exception handler | tree |
| 227:1b98af7fc601 | 16 years | nkeynes | Commit implementation of ADDV | tree |
| 226:0eeeb25447d3 | 16 years | nkeynes | SH4 tests: Add tests for addc, addv, and | tree |
| 225:e5cea6125580 | 16 years | nkeynes | Commit start of SH4 test cases | tree |
| 224:289ddaeeebb3 | 16 years | nkeynes | Bug #0002 Implement VQ compression | tree |
| 223:f6c28fa9076b | 16 years | nkeynes | Remove obsolete fprintf debug lines | tree |
| 222:541d9d899aba | 16 years | nkeynes | Bug #0005 Implement translucent poly sorting | tree |
| 221:cf5c6d326162 | 16 years | nkeynes | Bug #0010 | tree |
| 220:f72f8a7dff88 | 16 years | nkeynes | Add fwrite_dump32v support method to util | tree |
| 219:dfd3292143f2 | 16 years | nkeynes | Initial implementation of new background support | tree |
| 218:cbad5a3f8387 | 16 years | nkeynes | Add method to copy to vram and flip at the same time | tree |
| 217:d0b3da720456 | 16 years | nkeynes | Flush render buffer back to vram on read as well as write | tree |
| 216:657ce4d3edd9 | 16 years | nkeynes | Fix dumb mistake in the render config | tree |
| 215:f432833e8303 | 16 years | nkeynes | Implement pvr banking strategy wrt the polygon buffers | tree |
| 214:7a6501b74fbc | 16 years | nkeynes | Ensure pvr2_ta_reset() is called on system reset | tree |
| 213:da6b1904f67b | 16 years | nkeynes | Initial rendering tests (no support for result comparison yet) | tree |
| 212:8b77a7e6b6f0 | 16 years | nkeynes | Add code to check for memory-wraparound on the vertex buffer (it doesn't) | tree |
| 211:4c7ec3e3eb8a | 16 years | nkeynes | Add high-memory tests | tree |
| 210:c356f597c896 | 16 years | nkeynes | Add float_read, float_write for fp registers | tree |
| 209:ff67a7b9aa17 | 16 years | nkeynes | Implement open/close dcload syscalls, change permission flag to "unsafe" | tree |
| 208:ad290228eea1 | 16 years | nkeynes | Add alignment checks | tree |
| 207:135a2dc75b10 | 16 years | nkeynes | Add test for modifier context change in middle of vertex list | tree |
| 206:f5de539c0fcb | 16 years | nkeynes | Add more bad_input calls | tree |
| 205:d30b6109b382 | 16 years | nkeynes | Update error tests | tree |
| 204:78a6a215dd8f | 16 years | nkeynes | Add some more clip tests | tree |
| 203:c86a40546fc0 | 16 years | nkeynes | First pass at implementing the tile clip. Reasonably accurate wrt basic | tree |
| 202:dab35eb2a6a4 | 16 years | nkeynes | Fix broken tests | tree |
| 201:65183b9b0641 | 16 years | nkeynes | Verify that bit 23 doesn't preserve other bits | tree |
| 200:c3bdcd373b6d | 16 years | nkeynes | Fix parse_float_colour for values <= 0 and qNaN | tree |
| 199:4433d9c1638c | 16 years | nkeynes | Handle NAN vertexes "correctly" (TA treats them as +/- INF) | tree |
| 198:627220aa0e3b | 16 years | nkeynes | Add tile clip parsing | tree |
| 197:f65ff8c8320d | 16 years | nkeynes | Add masks on all PVR2 registers | tree |
| 196:3d3c761afbf4 | 16 years | nkeynes | Update the register list to scan the entire 5F8000-5F8200 range (ie all | tree |
| 195:1c43bdb83748 | 16 years | nkeynes | Add error lines to tests with incomplete polys | tree |
| 194:7fcecbcd5f01 | 16 years | nkeynes | Add an input error event when terminating a list while there's an active | tree |
| 193:31151fcc3cb7 | 16 years | nkeynes | Add more tile list limit tests | tree |
| 192:580d6c4d7802 | 16 years | nkeynes | Add exact qNan test | tree |
| 191:df4441cf3128 | 16 years | nkeynes | Add more register masks (in line with test case) | tree |
| 190:f7653df5e832 | 16 years | nkeynes | Add many more TA test cases (a couple of corner cases aren't 100% correct | tree |
| 189:615b70cfd729 | 16 years | nkeynes | Issue 0003: TA Vertex compiler | tree |
| 188:91ee93613faa | 16 years | nkeynes | Remove no-longer-needed logging | tree |
| 187:f6ce97841afc | 16 years | nkeynes | Add fwrite_dump32 function to write out 32-bit hex words | tree |
| 186:79bfebd5e0ff | 16 years | nkeynes | Clear PVR DMA control + size to 0 following transfer (as per hardware) | tree |
| 185:6755a04c447f | 16 years | nkeynes | First commit of system test framework. 3 initial test cases (incomplete): | tree |
| 184:a1f69295dda1 | 16 years | nkeynes | Add ta allocation failure event ids | tree |
.