OSDN Git Service

android: Add pre-generated files.
authorChia-I Wu <olv@lunarg.com>
Thu, 30 Sep 2010 06:09:54 +0000 (14:09 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 10 Dec 2010 01:01:35 +0000 (20:01 -0500)
commit4128957d3057728cada936f32bf470214e37d952
tree693a00c204fe84567d6e9d307889b6ec599a0425
parent07a8209c3f9aad96a71a258b9fa029f286cee74e
android: Add pre-generated files.
19 files changed:
src/mapi/es1api/glapi/glapi_sparc.S [new file with mode: 0644]
src/mapi/es1api/glapi/glapi_x86-64.S [new file with mode: 0644]
src/mapi/es1api/glapi/glapi_x86.S [new file with mode: 0644]
src/mapi/es1api/glapi/glapitable.h [new file with mode: 0644]
src/mapi/es1api/glapi/glapitemp.h [new file with mode: 0644]
src/mapi/es1api/glapi/glprocs.h [new file with mode: 0644]
src/mapi/es1api/main/glapidispatch.h [new file with mode: 0644]
src/mapi/es1api/main/remap_helper.h [new file with mode: 0644]
src/mapi/es2api/glapi/glapi_sparc.S [new file with mode: 0644]
src/mapi/es2api/glapi/glapi_x86-64.S [new file with mode: 0644]
src/mapi/es2api/glapi/glapi_x86.S [new file with mode: 0644]
src/mapi/es2api/glapi/glapitable.h [new file with mode: 0644]
src/mapi/es2api/glapi/glapitemp.h [new file with mode: 0644]
src/mapi/es2api/glapi/glprocs.h [new file with mode: 0644]
src/mapi/es2api/main/glapidispatch.h [new file with mode: 0644]
src/mapi/es2api/main/remap_helper.h [new file with mode: 0644]
src/mesa/main/.gitignore
src/mesa/main/api_exec_es1.c [new file with mode: 0644]
src/mesa/main/api_exec_es2.c [new file with mode: 0644]