import gpu_unai from PCSX4ALL project
authornotaz <notasas@gmail.com>
Sat, 1 Jan 2011 22:59:02 +0000 (00:59 +0200)
committernotaz <notasas@gmail.com>
Sat, 1 Jan 2011 22:59:02 +0000 (00:59 +0200)
commit86aad47b0418b1715a4d223adf8f59aa92619d15
tree176d9e9272cc3ad33a8278fdec0d9030586dc012
parent201c21e2ad6be25a4b843d1434eabb432ce72884
import gpu_unai from PCSX4ALL project
12 files changed:
plugins/gpu_unai/gpu.cpp [new file with mode: 0644]
plugins/gpu_unai/gpu.h [new file with mode: 0644]
plugins/gpu_unai/gpu_blit.h [new file with mode: 0644]
plugins/gpu_unai/gpu_command.h [new file with mode: 0644]
plugins/gpu_unai/gpu_fixedpoint.h [new file with mode: 0644]
plugins/gpu_unai/gpu_inner.h [new file with mode: 0644]
plugins/gpu_unai/gpu_inner_blend.h [new file with mode: 0644]
plugins/gpu_unai/gpu_inner_light.h [new file with mode: 0644]
plugins/gpu_unai/gpu_raster_image.h [new file with mode: 0644]
plugins/gpu_unai/gpu_raster_line.h [new file with mode: 0644]
plugins/gpu_unai/gpu_raster_polygon.h [new file with mode: 0644]
plugins/gpu_unai/gpu_raster_sprite.h [new file with mode: 0644]