frontend: save gamma too
[pcsx_rearmed.git] / plugins /
2013-01-06 notazgpus: handle list underflows better
2013-01-05 notazgpulib: update after open
2013-01-05 notazgpulib: limit height
2013-01-05 notazspu: fix decode offset
2013-01-05 notazspu: stop at address 0
2013-01-05 notazspu: check buffer state less often
2013-01-04 notazgpulib: fix frameskip cmd skipping
2013-01-03 notazspu: also return on decoder irqs
2013-01-02 notazspu: fix decode buffers
2012-12-23 notazfrontend: fix pulseaudio, detect it in configure script
2012-12-23 notazfrontend: switch to libpicofe sdl code
2012-12-16 notazdfxvideo: don't build Xv version (no longer used)
2012-12-02 notazimprove ARM feature detection
2012-12-02 notazmave plugin and core shared includes to single location
2012-11-24 Toad Kinginitial Android support
2012-11-24 notazgpulib: check mode change on blank
2012-11-24 notazspu: fix saving bug
2012-11-24 notazfix some more 32/64bit incompatibilities
2012-11-24 notazplugins: drop arch filename extensions
2012-11-18 notazdfsound: add PulseAudio workaround
2012-11-17 notazfrontend: overlay improvements
2012-11-17 notazspu: stop at 0 volume
2012-11-17 notazfix gun handling in enhancement mode
2012-11-13 notazfix some random corner cases
2012-11-12 notazpsx_gpu: fix interlace mode
2012-11-05 notazsort out 32/64bit savestate compat issues
2012-11-05 notazdetect undefined symbols early
2012-11-03 notazpsx_gpu: change enh buffer selection once more
2012-11-02 notazMerge branch 'enhancement'
2012-11-02 notazpsx_gpu: rework enhancement buffer selection
2012-11-02 notazmove blit to core, allow filtering while blitting
2012-10-28 notazpsx_gpu: workaround overflow crash
2012-10-27 notazpsx_gpu: add some preloads
2012-10-27 notazpsx_gpu: implement setup_sprite_untextured in asm
2012-10-23 notazgpu: move enhacement logic out of vout_pl
2012-10-23 notazpsx_gpu: select buffers differently
2012-10-22 notazpsx_gpu: change reciprocal table again
2012-10-22 notazpsx_gpu: consolidate C code, implement exnhancement asm
2012-10-13 notazpsx_gpu: 2x sprite fixes and integration
2012-10-13 Exophasepsx_gpu: 2x sprite renderer
2012-10-11 notazvarious enhancement tweaks
2012-10-11 notazstart mmap'ing vram, with hugetlb if possible
2012-10-11 notazpsx_gpu: start handling vram loads/moves for enhancement
2012-10-11 notazpsx_gpu: do enhanced lines
2012-10-11 notazpsx_gpu: switch to 1024 width again.
2012-10-11 notazpsx_gpu: use different uvrgb phase for enhancement
2012-10-11 notazpsx_gpu: do enhaced sprites with triangles
2012-10-11 notazpsx_gpu: move masking to set_texture
2012-10-11 notazpsx_gpu: switch enhancement to 2048 width
2012-10-11 notazpsx_gpu: add enhanced triangle rendering
2012-10-11 notazadd support for software-enhanced rendering
2012-10-11 notazpsx_gpu: add a tool to generate asm offsets
2012-10-07 Exophasepsx_gpu: increase reciprocal accuracy
2012-10-07 notazpsx_gpu: more limit checking
2012-10-06 notazpsx_gpu: standalone test build + tweaks
2012-09-12 notazsilence some 64bit related warnings
2012-08-01 notazrelease r15 r15
2012-08-01 notazgpu_unai: merge Franxis' range fix
2012-07-31 notazgpulib: don't lose a fill in frameskip mode
2012-07-30 notazallow multiple sound drivers to be compiled
2012-07-30 notazspu: some cleanups
2012-07-29 notazfix various fPIC issues
2012-07-29 notazfrontend: initial libretro support
2012-07-18 notazgpulib: implement rgb888_to_rgb565
2012-07-18 notazgpulib: clear fb when display is blanked
2012-07-18 notazpsx_gpu: change line parsing
2012-07-18 notazpsx_gpu: fix line cmd length and move w/h masking
2012-07-18 notazgpulib: drop prim buffer on stateload
2012-07-15 notazspu: rework irqs, again..
2012-07-15 notazspu: handle cd decode buffers too
2012-07-15 notazspu: add decode buffer and reverb read handling
2012-07-15 notazspu: rework irq handling and loop reloading
2012-07-08 notazspu: get rid of iSPUIRQWait
2012-07-08 notazspu: get rid of iSpuAsyncWait hack
2012-07-08 notazspu: remove some hacks, to be reworked
2012-07-08 notazspu: remove all threading code
2012-07-08 notazspu: keep generating irqs while they are pending
2012-06-24 Exophasepsx_gpu: fix a blending issue
2012-05-27 notazfrontend: minor tweaks
2012-05-27 notazautomatically build plugins
2012-04-29 notazfix some build issues and warnings
2012-04-29 notazgpu plugins: always support 16bpp blit
2012-04-21 notazrename vout_fb to vout_pl
2012-04-21 notazbring in configure build system
2012-03-02 notazgpulib: yet another frameskip hack
2012-03-02 notazgpulib: make gpulib.a a dependency
2012-03-01 notazgpu-gles: schtruck/fpse merge: rearrangement
2012-03-01 notazimprove vibration support for Caanoo
2012-02-27 notazdfxvideo: use stricter alignment check
2012-02-26 notazgpu_unai: move command handler to main loop
2012-02-26 notazgpulib: eliminate list scan-ahead
2012-02-26 notazgpu_unai: update CFLAGS
2012-01-21 notazgpu-gles: refactor for caanoo/wiz support
2012-01-20 notazgpu-gles: remove scissor test disable on fills
2012-01-20 notazgpu-gles: add fps display
2012-01-20 notazgpu-gles: add gpulib code
2012-01-19 notazgpu-gles: keep ClientState and texcache ptrs consistent
2012-01-19 notazgpu-gles: schtruck/fpse merge: remove vram detection
2012-01-18 notazgpu-gles: schtruck/fpse merge: ClientState optimization
2012-01-18 notazgpu-gles: schtruck/fpse merge: additional calls
next