Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-07-31 | tnl: Remove unnecessary headers. | Vinson Lee | |
2010-03-03 | tnl: Remove color-index TNL support | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-01-12 | tnl: Remove unnecessary header from t_rasterpos.c. | Vinson Lee | |
2009-09-08 | mesa: 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-03 | mesa: rename some gl_light fields to be clearer | Brian Paul | |
EyeDirection -> SpotDirection _NormDirection -> _NormSpotDirection | |||
2009-02-21 | mesa: re-org texgen state | Brian Paul | |
New gl_texgen struct allows quite a bit of code reduction. | |||
2009-02-09 | mesa: prefix #includes with main/ | Brian Paul | |
2008-09-21 | mesa: move rastpos helper to tnl | Keith Whitwell | |