aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_rasterpos.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-8/+8
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-031-1/+1
* 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