summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu1-12/+1
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu1-15/+3
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu1-17/+1
2009-09-30mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu1-13/+1
2009-09-30mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu1-12/+1
2009-09-30mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu1-7/+3
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu1-53/+3
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu1-14/+1
2009-09-30mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu1-8/+3
2009-09-30mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu1-6/+3
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu1-18/+1
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu1-13/+1
2009-09-24mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu1-13/+3
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick1-0/+14
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt1-1/+0
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul1-0/+1
2009-06-22mesa: plug in glBindVertexArray, glGenVertexArrays functionsBrian Paul1-0/+4
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul1-0/+2
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul1-1/+5
2009-06-02mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul1-0/+3
2009-05-28mesa: exec/dlist functions for glProvokingVertexEXT()Brian Paul1-0/+2
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+6
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul1-0/+1
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-1/+1
2009-01-22mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul1-0/+7
2008-10-06mesa: fix convolve/convolution mix-upsBrian1-2/+2
2008-09-25mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.Brian Paul1-2/+2
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul1-0/+3
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-45/+95
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul1-0/+1
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul1-0/+826