Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-13 | Add an option to downscale hi-res views | Justin Weiss | |
Some older devices that use gpu_unai don't have a high enough resolution to display all of the pixels in high-res mode. There's a setting in unai to skip rendering of these pixels, but it's not connected to the libretro frontend, and does not appear to be used in the gpulib implementation at all. This commit adds a gpu_unai setting, Enable Hi-Res Downscaling, that will enable pixel skipping and blit only the pixels actually rendered into a buffer no larger than 384x240. This buffer is then treated as the actual framebuffer by gpulib and the libretro frontend. | |||
2015-02-03 | frontend: fix minor glitches on video mode changes | notaz | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2013-02-05 | frontend: do all bpp handling in plugin_lib | notaz | |
2013-01-05 | gpulib: update after open | notaz | |
2012-11-24 | gpulib: check mode change on blank | notaz | |
2012-11-18 | fix gun handling in enhancement mode | notaz | |
2012-11-13 | fix some random corner cases | notaz | |
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-10-24 | gpu: move enhacement logic out of vout_pl | notaz | |
2012-10-24 | psx_gpu: select buffers differently | notaz | |
this handles weird drawing areas better | |||
2012-10-12 | various enhancement tweaks | notaz | |
2012-10-12 | psx_gpu: start handling vram loads/moves for enhancement | notaz | |
2012-10-12 | psx_gpu: switch to 1024 width again. | notaz | |
2012-10-12 | psx_gpu: switch enhancement to 2048 width | notaz | |
otherwise games that position framebuffers horizontally corrupt the display. | |||
2012-10-12 | add support for software-enhanced rendering | notaz | |
2012-07-19 | gpulib: clear fb when display is blanked | notaz | |
2012-04-29 | gpu plugins: always support 16bpp blit | notaz | |
use this for generic sdl and maemo | |||
2012-04-22 | rename vout_fb to vout_pl | notaz | |
that code outputs through plugin_lib, which is not necessary fb. |