summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)AuthorFilesLines
2010-12-14tnl: a better way to initialize the gl_program_machine memoryBrian Paul1-15/+17
2010-12-14tnl: Initialize gl_program_machine memory in run_vp.Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg26-191/+191
2010-09-27Remove GL_EXT_cull_vertexIan Romanick2-97/+0
2010-08-07tnl: Reduce header file inclusion in t_context.h.Vinson Lee3-2/+2
2010-07-31tnl: Remove unnecessary headers.Vinson Lee8-8/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-3/+3
2010-03-03tnl: Remove color-index TNL supportIan Romanick4-256/+39
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg3-6/+6
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg4-22/+22
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg4-7/+7
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul2-2/+2
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-1/+1
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2-4/+4
2010-02-13mesa: Fix compiler warningsKarl Schultz1-1/+1
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2-2/+3
2010-01-29tnl: check that state is validated before drawingBrian Paul1-0/+3
2010-01-27tnl: fix double->float and int/uint conversion warningsBrian Paul3-3/+3
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie1-0/+19
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz5-8/+0
2010-01-12tnl: Remove unnecessary header from t_context.c.Vinson Lee1-1/+0
2010-01-12tnl: Remove unnecessary headers from t_draw.c.Vinson Lee1-4/+0
2010-01-12tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee1-1/+0
2010-01-12tnl: Remove unnecessary header from t_rasterpos.c.Vinson Lee1-1/+0
2010-01-12tnl: Remove unnecessary header from t_vb_program.c.Vinson Lee1-1/+0
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul1-0/+7
2010-01-06tnl: set FOGC result to (f,0,0,1)Brian Paul1-0/+7
2009-12-31tnl: add check for conditional renderingBrian Paul1-0/+4
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt4-14/+3
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt6-42/+37
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt5-15/+16
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt6-17/+16
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt5-9/+1
2009-11-19tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt3-4/+1
2009-11-19tnl: Remove unused NotifyInputChanges() tnl dd hook.Eric Anholt2-9/+0
2009-11-17Merge branch 'outputswritten64'Ian Romanick2-5/+5
2009-10-22Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick4-132/+18
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick4-18/+132
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul3-0/+24
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-16/+42
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt3-14/+23
2009-08-13tnl: if NAN_CHECK is enabled, also assert that pos.x != 0Brian Paul1-0/+3
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt3-3/+27
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul1-23/+78
2009-06-18mesa: fix first provoking vertex mode for unfilled tri stripsBrian Paul1-10/+16
2009-06-03mesa: fix parity error for tri strips with 1st provoking vertexBrian Paul1-1/+1
2009-06-03tnl: fix first provoking vertex case for unfilled trianglesBrian Paul1-1/+1
2009-06-03tnl: fix first provoking vertex bug for line loopsBrian Paul1-1/+1
2009-06-03tnl: updated clip debug code (disabled)Brian Paul1-9/+19