summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_rasterpos.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner2012-07-211-1/+1
* mesa: Avoid revalidating shine tables in _tnl_RasterPos.Mathias Fröhlich2012-02-291-2/+0
* mesa: Avoid using the shine table for _tnl_RasterPosMathias Fröhlich2012-02-291-1/+5
* mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul2012-02-101-2/+1
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-101-4/+1
* mesa: remove leftovers from color indexed rendering.Mathias Fröhlich2011-12-261-6/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* tnl: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* tnl: Remove color-index TNL supportIan Romanick2010-03-031-37/+15
* tnl: Remove unnecessary header from t_rasterpos.c.Vinson Lee2010-01-121-1/+0
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-10/+15
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-031-1/+1
* mesa: re-org texgen stateBrian Paul2009-02-211-12/+12
* mesa: prefix #includes with main/Brian Paul2009-02-091-4/+4
* mesa: move rastpos helper to tnlKeith Whitwell2008-09-211-0/+505