aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon
AgeCommit message (Expand)Author
2012-11-13psx_gpu: fix interlace modenotaz
2012-11-03psx_gpu: change enh buffer selection once morenotaz
2012-11-02psx_gpu: rework enhancement buffer selectionnotaz
2012-11-02move blit to core, allow filtering while blittingnotaz
2012-10-28psx_gpu: workaround overflow crashnotaz
2012-10-27psx_gpu: add some preloadsnotaz
2012-10-27psx_gpu: implement setup_sprite_untextured in asmnotaz
2012-10-24gpu: move enhacement logic out of vout_plnotaz
2012-10-24psx_gpu: select buffers differentlynotaz
2012-10-23psx_gpu: change reciprocal table againnotaz
2012-10-23psx_gpu: consolidate C code, implement exnhancement asmnotaz
2012-10-13psx_gpu: 2x sprite fixes and integrationnotaz
2012-10-13psx_gpu: 2x sprite rendererExophase
2012-10-12various enhancement tweaksnotaz
2012-10-12start mmap'ing vram, with hugetlb if possiblenotaz
2012-10-12psx_gpu: start handling vram loads/moves for enhancementnotaz
2012-10-12psx_gpu: do enhanced linesnotaz
2012-10-12psx_gpu: switch to 1024 width again.notaz
2012-10-12psx_gpu: use different uvrgb phase for enhancementnotaz
2012-10-12psx_gpu: do enhaced sprites with trianglesnotaz
2012-10-12psx_gpu: move masking to set_texturenotaz
2012-10-12psx_gpu: switch enhancement to 2048 widthnotaz
2012-10-12psx_gpu: add enhanced triangle renderingnotaz
2012-10-12psx_gpu: add a tool to generate asm offsetsnotaz
2012-10-07psx_gpu: increase reciprocal accuracyExophase
2012-10-07psx_gpu: more limit checkingnotaz
2012-10-06psx_gpu: standalone test build + tweaksnotaz
2012-07-18psx_gpu: change line parsingnotaz
2012-07-18psx_gpu: fix line cmd length and move w/h maskingnotaz
2012-06-24psx_gpu: fix a blending issueExophase
2012-04-22bring in configure build systemnotaz
2012-02-27gpulib: eliminate list scan-aheadnotaz
2012-01-19refactor gpu plugins and Makefilesnotaz
2012-01-18gpu_neon/psx_gpu: workaround for library buildnotaz
2012-01-09gpu_neon: warning fixnotaz
2012-01-09gpu_neon: psx_gpu: try to update texture cache instead of invalidatingnotaz
2012-01-07gpu_neon: handle command reset registernotaz
2012-01-05gpu_neon: merge cmd size tablesnotaz
2012-01-05gpu_neon: add some intelace mode handlingnotaz
2012-01-04psx_gpu: partial interlace mode supportExophase
2012-01-04psx_gpu: change fill handling againExophase
2012-01-03bring GPUvBlank backnotaz
2012-01-02gpu_neon: fix x86 buildnotaz
2012-01-02gpu_neon: flush queues before reads toonotaz
2012-01-01psx_gpu: improve fillsExophase
2012-01-01gpu_neon: start calculating cyclesnotaz
2011-12-30gpu_neon: flush cmd buffer before blit toonotaz
2011-12-29psx_gpu: use mask bit for copiesnotaz
2011-12-29gpu_neon: flush queues on upper level toonotaz
2011-12-29psx_gpu: flush render buffer before move/cppy/fillExophase