summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_arbshader.c
AgeCommit message (Expand)Author
2006-12-13Obsolete.Brian
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol
2006-06-14A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul
2006-06-14Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul
2006-05-16Write attribs to slang machine.Michal Krol
2006-04-25Remove carriage returns.Michal Krol
2006-04-14Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul
2006-04-11More GLSL code:Michal Krol
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul
2006-03-21GLSL fixes:Michal Krol
2006-02-27More GLSL code:Michal Krol
2006-02-22include proper header file, remove local extern declarationsBrian Paul
2006-02-18More GLSL code.Michal Krol
2006-02-15Get arbfslight demo running.Michal Krol
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol