summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* tnl: add check for conditional renderingBrian Paul2009-12-311-0/+4
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-194-14/+3
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-196-42/+37
* tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-195-15/+16
* tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-196-17/+16
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-195-9/+1
* tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt2009-11-193-4/+1
* tnl: Remove unused NotifyInputChanges() tnl dd hook.Eric Anholt2009-11-192-9/+0
* Merge branch 'outputswritten64'Ian Romanick2009-11-172-5/+5
* Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick2009-10-224-132/+18
* Store clipping distance for user clip planes as part of vertex processingIan Romanick2009-10-134-18/+132
* mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul2009-09-093-0/+24
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-16/+42
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-083-14/+23
* tnl: if NAN_CHECK is enabled, also assert that pos.x != 0Brian Paul2009-08-131-0/+3
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-123-3/+27
* Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-23/+78
|\
| * mesa: fix first provoking vertex mode for unfilled tri stripsBrian Paul2009-06-181-10/+16
| * mesa: fix parity error for tri strips with 1st provoking vertexBrian Paul2009-06-031-1/+1
| * tnl: fix first provoking vertex case for unfilled trianglesBrian Paul2009-06-031-1/+1
| * tnl: fix first provoking vertex bug for line loopsBrian Paul2009-06-031-1/+1
| * tnl: implement GL_EXT_provoking_vertexBrian Paul2009-06-011-17/+66
* | tnl: updated clip debug code (disabled)Brian Paul2009-06-031-9/+19
* | tnl: add some floating point sanity checks (disabled)Brian Paul2009-06-031-2/+25
|/
* mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul2009-05-221-1/+1
* tnl: added some clip debug/print code (disabled)Brian Paul2009-05-071-0/+19
* tnl: replace 0x3f with CILP_FRUSTUM_BITSBrian Paul2009-05-071-3/+3
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-032-4/+4
* swrast: do texture sampling/combining in floating pointBrian Paul2009-04-011-6/+1
* mesa: include main/dd.h in t_vb_points.c and t_vp_build.cBrian Paul2009-03-032-0/+3
* mesa: use fp pointer in _tnl_InvalidateState()Brian Paul2009-02-281-7/+4
* mesa: move #include "bitset.h" out of mtypes.h - not needed in core MesaBrian Paul2009-02-281-0/+1
* mesa: re-org texgen stateBrian Paul2009-02-212-24/+24
* mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s...Brian Paul2009-02-131-21/+24
* mesa: get rid of _math_init()Brian Paul2009-02-111-0/+5
* mesa: prefix #includes with main/Brian Paul2009-02-091-4/+4
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-093-0/+12
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-222-1/+56
| |\
| * | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-091-1/+1
| * | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-122-5/+9
| |\ \
| * \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-102-25/+62
| |\ \ \
| * \ \ \ Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-215-12/+20
| |\ \ \ \
| * | | | | tree buildsAlan Hourihane2008-09-111-437/+3
| * | | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-0/+431
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1121-1657/+598
| |\ \ \ \ \ \
| | * | | | | | mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-2419-79/+79
| | * | | | | | set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-191-1/+1
| | * | | | | | remove redundant initAlan Hourihane2008-03-191-2/+0
| | * | | | | | Remove files of unsupported build systems.José Fonseca2008-02-251-75/+0