summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt2011-03-111-0/+9
| | | | | | This is used in the upcoming fixed function shader_program generation, and shader_program and ARB programs are together in this code until both fragment and vertex ff get converted.
* mesa: Clean up header file inclusion in prog_cache.h.Vinson Lee2010-12-141-1/+2
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
|
* mesa: Include missing header in prog_cache.h.Vinson Lee2010-08-111-0/+3
| | | | Include mtypes.h for GLcontext symbol.
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+55