summaryrefslogtreecommitdiff
path: root/src/mesa/main/texenvprogram.h
AgeCommit message (Expand)Author
2011-03-12Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt
2011-03-11mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt
2010-12-04mesa: Clean up header file inclusion in texenvprogram.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-02-10mesa: remove the unused _mesa_UpdateTexEnvProgram() functionBrian Paul
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2006-05-22Better caching for texenv programs.Keith Whitwell
2005-07-11Cache texenv programs to avoid repeated compilation (Ben Skeggs)Keith Whitwell
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell