aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_exec.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-1/+4
| | | | | | | | | | | | | Also, check the FEATURE flags in many places. (cherry picked from commit 40d1a40f294f1ed2dacfad6f5498322fc08cc2d1) Conflicts: src/mesa/main/config.h src/mesa/main/context.c src/mesa/main/texobj.c src/mesa/main/texstate.c src/mesa/main/texstore.c
* mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-09-211-0/+34
(cherry picked from commit b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22)