aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpulib
AgeCommit message (Collapse)Author
2012-07-19gpulib: implement rgb888_to_rgb565notaz
and use it for menu
2012-07-19gpulib: clear fb when display is blankednotaz
2012-07-18psx_gpu: fix line cmd length and move w/h maskingnotaz
w/h masking untested, I'm lazy
2012-07-18gpulib: drop prim buffer on stateloadnotaz
obscure bugs otherwise
2012-05-27frontend: minor tweaksnotaz
2012-05-27automatically build pluginsnotaz
2012-04-29fix some build issues and warningsnotaz
2012-04-29gpu plugins: always support 16bpp blitnotaz
use this for generic sdl and maemo
2012-04-22rename vout_fb to vout_plnotaz
that code outputs through plugin_lib, which is not necessary fb.
2012-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
2012-03-02gpulib: yet another frameskip hacknotaz
or should I call it heuristic?
2012-03-02gpulib: make gpulib.a a dependencynotaz
so that stuff rebuilds when it changes
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-21gpu-gles: add gpulib codenotaz
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles