summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd/t_dd_unfilled.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03mesa/tnl_dd: Remove color-index support from t_dd_unfilled.hIan Romanick
The code removal and the re-indent were done together for this one because the cause of the affected code blocks is much, much smaller than in t_dd_tritmp.h. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2006-07-20Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ↵Brian Paul
ctx->Light.ShadeModel
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul