summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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