summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-01-29tnl: check that state is validated before drawingBrian Paul
2010-01-27tnl: fix double->float and int/uint conversion warningsBrian Paul
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-12tnl: Remove unnecessary header from t_context.c.Vinson Lee
2010-01-12tnl: Remove unnecessary headers from t_draw.c.Vinson Lee
2010-01-12tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee
2010-01-12tnl: Remove unnecessary header from t_rasterpos.c.Vinson Lee
2010-01-12tnl: Remove unnecessary header from t_vb_program.c.Vinson Lee
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-06tnl: set FOGC result to (f,0,0,1)Brian Paul
2009-12-31tnl: add check for conditional renderingBrian Paul
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-19tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt
2009-11-19tnl: Remove unused NotifyInputChanges() tnl dd hook.Eric Anholt
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-10-22Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-08-13tnl: if NAN_CHECK is enabled, also assert that pos.x != 0Brian Paul
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-18mesa: fix first provoking vertex mode for unfilled tri stripsBrian Paul
2009-06-03mesa: fix parity error for tri strips with 1st provoking vertexBrian Paul
2009-06-03tnl: fix first provoking vertex case for unfilled trianglesBrian Paul
2009-06-03tnl: fix first provoking vertex bug for line loopsBrian Paul
2009-06-03tnl: updated clip debug code (disabled)Brian Paul
2009-06-03tnl: add some floating point sanity checks (disabled)Brian Paul
2009-06-01tnl: implement GL_EXT_provoking_vertexBrian Paul
2009-05-22mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul
2009-05-07 tnl: added some clip debug/print code (disabled)Brian Paul
2009-05-07tnl: replace 0x3f with CILP_FRUSTUM_BITSBrian Paul
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul
2009-04-01swrast: do texture sampling/combining in floating pointBrian Paul
2009-03-03mesa: include main/dd.h in t_vb_points.c and t_vp_build.cBrian Paul
2009-02-28mesa: use fp pointer in _tnl_InvalidateState()Brian Paul
2009-02-28mesa: move #include "bitset.h" out of mtypes.h - not needed in core MesaBrian Paul
2009-02-21mesa: re-org texgen stateBrian Paul
2009-02-13mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s...Brian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2009-02-09mesa: prefix #includes with main/Brian Paul