summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_rasterpos.c
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-31tnl: Remove unnecessary headers.Vinson Lee
2010-03-03tnl: Remove color-index TNL supportIan Romanick
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2010-01-12tnl: Remove unnecessary header from t_rasterpos.c.Vinson Lee
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
This currently doesn't include fixing up the cliptests in the assembly paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path.
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul
EyeDirection -> SpotDirection _NormDirection -> _NormSpotDirection
2009-02-21mesa: re-org texgen stateBrian Paul
New gl_texgen struct allows quite a bit of code reduction.
2009-02-09mesa: prefix #includes with main/Brian Paul
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell