summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mfeatures.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/gallivm/instructionssoa.cpp src/gallium/auxiliary/gallivm/soabuiltins.c src/gallium/auxiliary/rtasm/rtasm_x86sse.c src/gallium/auxiliary/rtasm/rtasm_x86sse.h src/mesa/main/texenvprogram.c src/mesa/shader/arbprogparse.c src/mesa/shader/prog_statevars.c src/mesa/state_tracker/st_draw.c src/mesa/vbo/vbo_exec_draw.c
| * mesa: fix convolve/convolution mix-upsBrian2008-10-061-1/+1
| |
| * mesa: additional GLSL built-in constantsBrian Paul2008-07-021-0/+1
| |
| * mesa: point size arraysBrian Paul2008-06-251-0/+1
| |
| * mesa: GL_BYTE vertex/texcoord arraysBrian Paul2008-06-201-0/+1
| |
| * mesa: initial support for fixed-pt vertex arraysBrian Paul2008-06-201-0/+1
| |
| * mesa: FEATURE_dispatch to control dispatch table usageBrian Paul2008-06-181-0/+1
| |
| * mesa: fix typo: s/stacks/stack/Brian Paul2008-06-131-1/+1
| |
| * mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul2008-06-101-1/+1
| |
| * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-0/+77
| | | | Also, check the FEATURE flags in many places.
* mesa: point size arraysBrian Paul2008-09-211-0/+1
|
* mesa: GL_BYTE vertex/texcoord arraysBrian Paul2008-09-211-0/+1
|
* mesa: initial support for fixed-pt vertex arraysBrian Paul2008-09-211-0/+1
|
* mesa: FEATURE_dispatch to control dispatch table usageBrian Paul2008-09-211-0/+1
|
* mesa: fix typo: s/stacks/stack/Brian Paul2008-09-211-1/+1
|
* mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul2008-09-211-1/+1
| | | | (cherry picked from commit e4cfe0854ad968193106048179b9b52ec1768f41)
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-0/+79
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