summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_exec.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg2010-04-271-0/+34
* mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg2010-04-221-2/+10
* mesa: plug in GL_EXT_transform_feedback functions into dispatchBrian Paul2010-04-021-0/+13
* APPLE_object_purgeable: coreChris Wilson2010-03-051-0/+6
* Set API dispatch pointers for OES_EGL_image functionsKristian Høgsberg2010-02-261-0/+5
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa: Remove unnecessary headers.Vinson Lee2010-02-011-2/+0
* mesa: Remove unnecessary headers.Vinson Lee2010-01-311-4/+0
* mesa: plug in API functions for conditional renderingBrian Paul2009-12-311-0/+5
* mesa: plug in GL_EXT_draw_buffers2 functionsBrian Paul2009-12-291-0/+8
* mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-12/+1
* mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-301-15/+3
* mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-17/+1
* mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu2009-09-301-13/+1
* mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu2009-09-301-12/+1
* mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu2009-09-301-7/+3
* mesa/main: New feature FEATURE_rastpos.Chia-I Wu2009-09-301-53/+3
* mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu2009-09-301-14/+1
* mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu2009-09-301-8/+3
* mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu2009-09-301-6/+3
* mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu2009-09-241-18/+1
* mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu2009-09-241-13/+1
* mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu2009-09-241-13/+3
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+14
* mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-011-1/+0
* mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul2009-08-131-0/+1
* mesa: plug in glBindVertexArray, glGenVertexArrays functionsBrian Paul2009-06-221-0/+4
* Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-0/+2
|\
| * mesa: exec/dlist functions for glProvokingVertexEXT()Brian Paul2009-05-281-0/+2
* | mesa: implement GL_ARB_map_buffer_rangeBrian Paul2009-06-081-1/+5
* | mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul2009-06-021-0/+3
|/
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+6
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-071-0/+1
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-1/+1
* mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul2009-01-221-0/+7
* mesa: fix convolve/convolution mix-upsBrian2008-10-061-2/+2
* mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.Brian Paul2008-09-251-2/+2
* mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul2008-09-211-0/+1
* mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul2008-09-211-0/+1
* mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul2008-09-211-0/+3
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-45/+95
* mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-09-211-0/+1
* mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul2008-09-211-0/+1
* mesa: refactor: move scissor functions into new scissor.c fileBrian Paul2008-09-211-0/+1
* mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-09-211-0/+826