summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.c
AgeCommit message (Expand)Author
2010-02-01mesa: Remove unnecessary headers.Vinson Lee
2010-01-31mesa: Remove unnecessary headers.Vinson Lee
2009-12-31mesa: plug in API functions for conditional renderingBrian Paul
2009-12-29mesa: plug in GL_EXT_draw_buffers2 functionsBrian Paul
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt
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