aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpulib_if.c
AgeCommit message (Collapse)Author
2020-10-22Add a threaded rendererJustin Weiss
This change adds a gpulib implementation that accepts GPU commands and runs them through a real gpulib implementation on a thread. Depending on a setting, it can either force a sync every frame, or continue to work until the next frame arrives.
2013-02-06attempt to make gles plugin work under RPinotaz
2013-01-06gpus: handle list underflows betternotaz
2012-11-02move blit to core, allow filtering while blittingnotaz
also adds libpicofe to pull filters from, and filter related UI stuff
2012-10-12start mmap'ing vram, with hugetlb if possiblenotaz
2012-10-12psx_gpu: switch to 1024 width again.notaz
2012-08-02release r15notaz
2012-07-29frontend: initial libretro supportnotaz
..and some refactoring
2012-02-27gpulib: eliminate list scan-aheadnotaz
2012-01-21gpu-gles: refactor for caanoo/wiz supportnotaz
too bad it's unusable there.
2012-01-21gpu-gles: add fps displaynotaz
2012-01-21gpu-gles: add gpulib codenotaz