summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.c
AgeCommit message (Expand)Author
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul
2009-06-22mesa: plug in glBindVertexArray, glGenVertexArrays functionsBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul
2009-06-02mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul
2009-05-28mesa: exec/dlist functions for glProvokingVertexEXT()Brian Paul
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-01-22mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul
2008-10-06mesa: fix convolve/convolution mix-upsBrian
2008-09-25mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.Brian Paul
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul
2008-09-21mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul
2008-09-21mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul