aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai
AgeCommit message (Collapse)Author
2012-02-27gpulib: eliminate list scan-aheadnotaz
2012-02-27gpu_unai: update CFLAGSnotaz
avoid -fPIC if not really needed, no need for a performance hit
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles
2012-01-09gpu_unai: fix build on older toolchainsnotaz
2011-12-20gpu_unai: add 4bpp asm sprite blitternotaz
2011-12-19gpu_neon: make use of unai's lineskip modenotaz
2011-10-30gpu_unai: fix a few potential crashesnotaz
2011-09-25add pollux/caanoo port, refactor thingsnotaz
2011-09-23support armv5 buildnotaz
2011-09-19add fixed frameskip optionnotaz
2011-08-14gpu_unai: avoid NULL pointers in span tablenotaz
are those state combinations really impossible?
2011-08-13gpu_unai: redo frameskipnotaz
the previous code wasn't that functional
2011-08-13gpu_unai: fix inline asm statementsnotaz
newer gcc reorders them and was allocating registers wrong due to incomplete constraints. Not that this code is any better than what gcc generates anyway, but whatever.
2011-08-13gpu_unai: merge code from PCSX4ALL 2.2 releasenotaz
2011-08-13frontend: add gpu_unai configuration optionsnotaz
2011-08-13frontend: refactor plugin_lib for maemonotaz
should give them proper frame limiter, frameskip and also lightgun support, maybe.
2011-07-08gpus: return DMA word count to avoid 1 list walknotaz
2011-07-08dfxvideo: decouple from main emunotaz
2011-07-08arm_utils: relax alignment requirementsnotaz
the code needing alignment isn't reached often anyway.
2011-02-04gpu_unai: support bgr888->rgb565 conversion for maemonotaz
2011-01-27gpu_unai: fix P.E.Op.S. save compatibility for goodnotaz
2011-01-07allow some build customizationnotaz
also correct a statement in readme.
2011-01-04gpu_unai: add some framebuffer guard memorynotaz
some games blit outside framebuffer area, this is faster than doing range checks.
2011-01-04gpu_unai: freeze display size and positionnotaz
this avoids some glitches and makes savestates compatible with Pete's plugins.
2011-01-04try to ensure fbdev buffer is validnotaz
2011-01-03gpu_unai: basic frameskipnotaz
only partially works but oh well
2011-01-03gpu_unai: avoid useless blitsnotaz
2011-01-02gpu_unai: warning fixnotaz
2011-01-02gpu_unai: pcsx-rearmed portnotaz
2011-01-02import gpu_unai from PCSX4ALL projectnotaz