summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* tnl: include swrast/s_chan.h to fix sse buildBrian Paul2011-09-211-0/+1
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-202-1/+2
* tnl: fix regression in bind_indices()Brian Paul2011-08-301-1/+2
* tnl: add const qualifier to silence warningBrian Paul2011-08-301-1/+1
* tnl: use buffer helper functions to improve readbilityBrian Paul2011-08-301-1/+3
* mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/immIan Romanick2011-08-261-3/+1
* dri: Remove all DRI1 driversIan Romanick2011-08-261-2/+2
* tnl: Only map the necessary buffer range in bind_indicesIan Romanick2011-08-231-5/+21
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-6/+5
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-2/+0
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-3/+1
* swrast: initial multi-threaded span renderingAndreas Fänger2011-08-111-0/+12
* mesa: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-211-8/+4
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+2
* tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace2011-02-151-0/+40
* tnl: assert that num_instances > 0Brian Paul2011-01-171-0/+2
* Merge branch 'draw-instanced'Brian Paul2011-01-153-9/+19
|\
| * tnl: implement instanced drawingBrian Paul2010-12-103-9/+19
* | tnl: Clean up header file inclusion in t_vertex.h.Vinson Lee2010-12-301-1/+4
* | tnl: Clean up header file inclusion in t_vp_build.h.Vinson Lee2010-12-302-2/+2
* | tnl: Clean up header file inclusion in tnl.h.Vinson Lee2010-12-301-1/+4
* | tnl: a better way to initialize the gl_program_machine memoryBrian Paul2010-12-131-15/+17
* | tnl: Initialize gl_program_machine memory in run_vp.Vinson Lee2010-12-101-1/+1
|/
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1326-191/+191
* Remove GL_EXT_cull_vertexIan Romanick2010-09-272-97/+0
* tnl: Reduce header file inclusion in t_context.h.Vinson Lee2010-08-073-2/+2
* tnl: Remove unnecessary headers.Vinson Lee2010-07-318-8/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-3/+3
* 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