add NEON GPU rasterizer
authorExophase <exophase@gmail.com>
Tue, 20 Dec 2011 21:07:20 +0000 (23:07 +0200)
committernotaz <notasas@gmail.com>
Tue, 20 Dec 2011 21:40:58 +0000 (23:40 +0200)
commit75e28f62b2a50044b58075d63d207409e0148409
tree0e7c7aa5e368649e675850aa1f45b87d73a66760
parentb3db94096d7e5b4f60d610a441e370d639b3fd06
add NEON GPU rasterizer
plugins/gpu_neon/psx_gpu/common.h [new file with mode: 0644]
plugins/gpu_neon/psx_gpu/psx_gpu.c [new file with mode: 0644]
plugins/gpu_neon/psx_gpu/psx_gpu.h [new file with mode: 0644]
plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S [new file with mode: 0644]
plugins/gpu_neon/psx_gpu/psx_gpu_main.c [new file with mode: 0644]
plugins/gpu_neon/psx_gpu/psx_gpu_parse.c [new file with mode: 0644]
plugins/gpu_neon/psx_gpu/psx_gpu_standard.c [new file with mode: 0644]
plugins/gpu_neon/psx_gpu/vector_ops.h [new file with mode: 0644]