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