gte_neon: access scratch_buf through drc context
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / emu_if.c
2013-03-31 notazgte_neon: access scratch_buf through drc context
2013-01-06 notazfully reinit drc on change
2012-12-02 notazimprove ARM feature detection
2012-11-24 notazfix ARM build with --disable-dynarec
2012-04-29 notazfix some build issues and warnings
2011-11-01 notazdrc/gte: fix dep list
2011-10-30 notazdrc: detect sw irqs properly
2011-10-30 notazdrc: some debug code improvements
2011-10-30 notazmake root counters use generic event scheduling code
2011-10-30 notazdrc: add some hack options
2011-10-30 notazpcnt: measure gte too
2011-10-30 notazdrc: do MVMVA decoding; parametrize handlers
2011-10-30 notazdrc: finish GTE reg liveness analysis
2011-10-30 notazinline/parametrize rootcounter reads
2011-10-09 notaznew ability to adjust psx cpu clock
2011-10-09 notazget rid of old memhandlers
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-02 notazyet more random armv5 tweaks
2011-09-29 notazgte_arm: implement RTPS, RTPT
2011-09-26 notazdrc: do gte flag liveness detection
2011-09-26 notazgte: split arm code for pollux, generate flagless handlers
2011-09-23 notazsupport armv5 build
2011-03-16 notazminor debug code updates
2011-03-07 notazfrontend: fix valgrind errors
2011-02-28 notazgte_neon: hook into recompiler
2011-02-17 notazdrc: some PCSX-specific const addr io handlers
2011-01-28 notazcdrom: support cdda playback cursor and autopause/report
2011-01-26 notazdrc: invalidate RAM mirrors correctly
2011-01-25 notazcdrom: merge most of cdrom.c from latest pcsxr (r62214)
2011-01-23 notazdrc: don't leave until we really need to
2011-01-23 notazdrc: use correct clear size
2011-01-15 notazdrc: handle MTC0 in delay slot
2011-01-15 notazdrc: support RFE, remove ERET (it's not in r3k)
2010-12-27 notazsome debug code improvements
2010-12-22 notazupdate gpu DMA related code to pcsxr-svn Nov 28
2010-12-22 notazupdate mdec code to pcsxr-svn Nov 26
2010-12-22 notazdrc: improved interrupt code for emu_if
2010-12-21 notazcore: update to newer interrupt code, seems to affect...
2010-12-19 notazimproved memhandlers
2010-12-16 notazmenu: update file colors, fix a bug in emu_if
2010-12-16 notazdrc: use correct RAM size
2010-12-14 notazdrc: don't clear ARM caches on whole translation cache...
2010-12-14 notazdrc: hook even to detect irq unmasking
2010-12-14 notazfix x86 build, minor refactoring
2010-12-14 notazdrc: handle invalidate on clear() calls and reset
2010-12-14 notazimprove event handling again
2010-12-14 notazimprove event handling (still has problems though)
2010-12-06 notazdrc: small debug improvement
2010-12-05 notazdrc: use direct hle calls
2010-12-05 notazdrc: initial cop2/gte implementation (works, mostly)
2010-12-01 notazdrc: fix cycle counting, make it use single var
2010-12-01 notazdrc: further hacks, hle handling
2010-11-21 notazsome drc integration work