summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* tnl: Remove color-index TNL supportIan Romanick2010-03-034-256/+39
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-193-6/+6
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-194-22/+22
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-194-7/+7
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-192-2/+2
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-192-4/+4
* mesa: Fix compiler warningsKarl Schultz2010-02-131-1/+1
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-042-2/+3
* tnl: check that state is validated before drawingBrian Paul2010-01-291-0/+3
* tnl: fix double->float and int/uint conversion warningsBrian Paul2010-01-273-3/+3
* mesa: add core support for ARB_half_float_vertex.Dave Airlie2010-01-231-0/+19
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-145-8/+0
|\
| * tnl: Remove unnecessary header from t_context.c.Vinson Lee2010-01-121-1/+0
| * tnl: Remove unnecessary headers from t_draw.c.Vinson Lee2010-01-121-4/+0
| * tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee2010-01-121-1/+0
| * tnl: Remove unnecessary header from t_rasterpos.c.Vinson Lee2010-01-121-1/+0
| * tnl: Remove unnecessary header from t_vb_program.c.Vinson Lee2010-01-121-1/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-0/+7
|\ \ | |/
| * tnl: set FOGC result to (f,0,0,1)Brian Paul2010-01-061-0/+7
* | 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