summaryrefslogtreecommitdiffstats
path: root/src/mesa/es
Commit message (Expand)AuthorAgeFilesLines
* glapi: Move to src/mapi/.Chia-I Wu2010-05-0715-7743/+8
* glapi: Move assembly dispatchers back into glapi/.Chia-I Wu2010-05-071-6/+6
* Generate es glapi files when es1 or es2 is enabledKristian Høgsberg2010-05-031-1/+4
* st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg2010-04-283-341/+1
* es: Drop es specific enums.cKristian Høgsberg2010-04-282-22/+3
* mesa: Move drawtex functionality to main/Kristian Høgsberg2010-04-283-226/+0
* mesa: Move glQueryMatrixxOES() implementation to core mesaKristian Høgsberg2010-04-282-200/+0
* mesa: Move GLES1 texgen functions to texgen.cKristian Høgsberg2010-04-282-74/+0
* mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg2010-04-282-233/+0
* mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg2010-04-282-92/+0
* mesa: Move get_es*.c to main/Kristian Høgsberg2010-04-273-819/+0
* es: Prefix the get* functions with _es1/2 so they don't conflictKristian Høgsberg2010-04-271-12/+9
* mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg2010-04-272-39/+0
* mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg2010-04-272-110/+0
* mesa: Move GLES2 shader stubs to main/shaders.cKristian Høgsberg2010-04-271-23/+0
* mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg2010-04-277-5999/+0
* mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg2010-04-271-0/+26
* mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg2010-04-221-2/+10
* mesa: Compute extension string according to APIKristian Høgsberg2010-04-224-309/+2
* main: Report GL_SHADING_LANGUAGE_VERSION according to APIKristian Høgsberg2010-04-221-2/+0
* mesa: Compute GL version according to APIKristian Høgsberg2010-04-222-59/+0
* mesa: Move API specific context intialization into context.cKristian Høgsberg2010-04-222-31/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-6/+8
* mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-062-0/+10
* mesa/es: Use core mesa's mfeatures.h.Chia-I Wu2010-03-304-246/+2
* mesa/es: Validate the state in st_DrawTex.Chia-I Wu2010-03-111-0/+2
* mesa/es: Fix GL_OES_draw_texture support.Chia-I Wu2010-03-111-0/+11
* mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image.Chia-I Wu2010-03-054-0/+46
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-252-2/+2
* glapi: fix es after mvGeorge Sapountzis2010-02-2413-14/+14
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-2/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* mesa/es: Improve Makefile rules.Chia-I Wu2010-01-242-18/+20
* mesa/es: Update sources.mk.Chia-I Wu2010-01-121-4/+3
* mesa/es: Fix build issue after merge.Chia-I Wu2010-01-122-12/+14
* mesa/es: Improve support for GL_OES_compressed_paletted_texture.Chia-I Wu2010-01-041-142/+133
* mesa/es: Fix GL_RGB565 support in FBO.Chia-I Wu2010-01-042-10/+10
* mesa/es: Fix GL_OES_texture_cube_map support.Chia-I Wu2010-01-046-19/+199
* mesa/es: Clean up extension string.Chia-I Wu2010-01-042-6/+12
* mesa/es: Add more exnteions to APIspec.Chia-I Wu2010-01-042-21/+130
* mesa/es: Add more extensions to glapi.Chia-I Wu2010-01-043-13/+98
* mesa/es: Generate code for special functions.Chia-I Wu2010-01-046-20/+37
* mesa/es: Remove unused code in es_generator.py.Chia-I Wu2010-01-041-44/+0
* mesa/es: Generate _mesa_GetFixedv.Chia-I Wu2010-01-043-266/+31
* mesa/es: Add a sanity check to APIspec.py.Chia-I Wu2010-01-041-1/+17
* mesa/es: Switch to APIspec.xml.Chia-I Wu2010-01-046-4117/+8
* mesa/es: Add APIspec.xml and its parser.Chia-I Wu2010-01-044-0/+5320
* mesa/es: Add .gitignore.Chia-I Wu2009-11-101-0/+5
* mesa/es: Improve support for parallel execution of make.Chia-I Wu2009-11-062-5/+15
* mesa/es: Fix symbol conflicts and warnings.Chia-I Wu2009-11-063-2/+4