summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_rasterpos.c
AgeCommit message (Collapse)Author
2009-09-13mesa/tnl: Respect mfeatures.h.Chia-I Wu
_tnl_RasterPos should be disabled with FEATURE_rastpos.
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