pcsx_rearmed.git
2012-10-23 notazMerge pull request #3 from libretro/master
2012-10-23 ToadKingrgb565 fix
2012-10-23 Toad KingAdd RGB565 support
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-09-12 notazfrontend: readpng: fix width/height confusion
2012-09-12 notazMerge branch 'libretro'
2012-09-10 ThemaisterFix build for libretro.
2012-08-15 notazfrontend: move layer size code
2012-08-15 notazfrontend: omap: do centering on large resolutions
2012-08-15 notazfrontend: save last cdimg on successful select
2012-08-04 notazconfigure: various fixes
2012-08-04 notazconfigure: fix mfloat-abi detection
2012-08-04 notazlibretro: fix bytes/pixels confusion
2012-08-02 notazconfigure: fix some ordering issues
2012-08-02 notazfrontend/pollux: wiz: move tables to upper memory to...
2012-08-01 notazrelease r15 r15
2012-08-01 notazgpu_unai: merge Franxis' range fix
2012-07-31 notazfrontend/pollux: care about bpp when calculating offset
2012-07-31 notazgpulib: don't lose a fill in frameskip mode
2012-07-31 notazfrontend: track output and psx sizes separately
2012-07-30 notazallow multiple sound drivers to be compiled
2012-07-30 notazspu: some cleanups
2012-07-30 notazfrontend: improve minimize handling
2012-07-29 notazsupport sdl audio
2012-07-29 notazfix maemo build
2012-07-29 notazfix various fPIC issues
2012-07-29 notazselect builtin gpu plugin on configure
2012-07-29 notazfrontend: initial libretro support
2012-07-23 notazarm: automatically disable thumb
2012-07-23 notazfrontend: in_sdl: preliminary joystick support
2012-07-22 notazfrontend: always save last cdimgpath
2012-07-22 notazcheat: add some undo logic
2012-07-22 notazfrontend: initial cheats support
2012-07-22 notazfrontend: support seeking the filelist with letter...
2012-07-22 notazpcsxmem: abort if lsb is set for map_item
2012-07-18 notazgpulib: implement rgb888_to_rgb565
2012-07-18 notazcdrom: reset cmd buffer when cmd is accepted
2012-07-18 notazcdrom: mask selector bits correctly
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 notazpsxcounters: use cycles when calculating updates
2012-07-18 notazfrontend: avoid potential alignment fault
2012-07-18 notazgte_neon: make rtps division better match rtpt
2012-07-18 notazgpulib: drop prim buffer on stateload
2012-07-18 notazmisc: setup GPU if logos are skipped
2012-07-18 notazcdrom: adjust report mode return
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-07-08 notazfrontend: move some leftover pandora parts out of commo...
2012-07-06 notazin_sdl: fix wrong alloc
2012-06-24 Exophasepsx_gpu: fix a blending issue
2012-05-27 notazfrontend: minor tweaks
2012-05-27 notazautomatically build plugins
2012-04-29 notazfrontend: some menu adjustments
2012-04-29 notazfix some build issues and warnings
2012-04-29 notazgpu plugins: always support 16bpp blit
2012-04-29 notazfrontend: input: pass default binds as argument
2012-04-29 notazfrontend: generic: preliminary SDL support
2012-04-29 notazfrontend: clean up some hacks
2012-04-21 notazrename vout_fb to vout_pl
2012-04-21 notazbring in configure build system
2012-04-18 notazdrc: inv: fix ram ofset and mirror handling
2012-04-18 notazsupport emulated RAM mapped at offset
2012-04-10 notazfrontend: merge updates from SDL project
2012-03-05 notazplugin build hack
2012-03-04 notazrelease r14 r14
2012-03-04 notazfrontend: save gpu-gles settings too
2012-03-02 notazgpulib: yet another frameskip hack
2012-03-02 notazgpulib: make gpulib.a a dependency
2012-03-01 notazgpu-gles: enable texture garbage collection
2012-03-01 notazgpu-gles: schtruck/fpse merge: rearrangement
2012-03-01 notazimprove vibration support for Caanoo
2012-02-29 notazgte_arm: fix gteOF sign extension
2012-02-27 notazdfxvideo: use stricter alignment check
2012-02-27 notazfrontend: add an option to disable scaling (Caanoo)
2012-02-27 notazfrontend: sync workaround for caanoo
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 notazfrontend: export fps stats to plugins
2012-01-20 notazgpu-gles: add gpulib code
2012-01-19 notazfrontend: add gles plugin options
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
2012-01-18 notazgpu-gles: schtruck/fpse merge: gl error checks
next