summaryrefslogtreecommitdiffstats
path: root/src/mesa/es/glapi
Commit message (Collapse)AuthorAgeFilesLines
* mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image.Chia-I Wu2010-03-051-0/+3
| | | | | This generates the entrypoints and dispatches for GL_OES_EGL_image. There is no real support yet.
* glapi: fix es after mvGeorge Sapountzis2010-02-2413-14/+14
|
* mesa/es: Improve Makefile rules.Chia-I Wu2010-01-241-5/+1
| | | | | | | | | | Make sure glapi headers are cleaned when "make clean". Make sure all sources depend on subdirs-stamp-tmp so that sources/headers are generated first. subdirs-stamp-tmp will be removed after a successful build. It might be a problem when a build fails. But it is much better than where we currently are: glapi headers are never cleaned or re-generated.
* mesa/es: Add more extensions to glapi.Chia-I Wu2010-01-043-13/+98
| | | | | | | | | | | | | | | | | | | | This commit adds definitions of GL_OES_texture_half_float_linear, GL_OES_texture_float_linear GL_OES_texture_half_float, GL_OES_texture_float GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_get_program_binary GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_EXT_texture_lod_bias GL_EXT_blend_minmax GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays to glapi. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* mesa/es: Improve support for parallel execution of make.Chia-I Wu2009-11-061-1/+5
| | | | | | | Running make with -j for the first time might fail because glapi headers haven't been generated. This commit should make it more reliable. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* mesa/es: Fix symbol conflicts and warnings.Chia-I Wu2009-11-061-1/+1
| | | | | | | | | | drawtex.c was listed in LOCAL_ES1_SOURCES twice. My mistake when merging the patches. Also, run gl_apitemp.py with -c to silence warnings and add target "install". Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* mesa/es: Add OpenGL ES XMLs.Chia-I Wu2009-11-0513-0/+7612
These XMLs define OpenGL ES 1.x and 2.x APIs. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>