aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_execute.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove MAX_WIDTH from prog_execute.hBrian Paul2012-02-241-1/+5
| | | | | define a PROG_MAX_WIDTH var instead. It has to match MAX_WIDTH in swrast. More elaborate refactoring could fix that (someday).
* mesa: implement system values in program interpreterBrian Paul2010-12-101-0/+1
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
|
* mesa: Include missing header in prog_execute.h.Vinson Lee2010-08-111-0/+1
| | | | Include mtypes.h for GLcontext symbol.
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+85