aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-071-0/+3
| | * | | | | | remove dead program cache codeBrian2007-10-314-1638/+1
| | * | | | | | Use ffvertex_prog.c code instead of t_vp_build.c code.Brian2007-10-313-1/+13
| | * | | | | | refactoring to begin removing dependency on tnl contextBrian2007-10-291-6/+33
| | * | | | | | simplify getting of current frag progBrian2007-10-291-6/+1
| | * | | | | | Refactor _tnl_UpdateFixedFunctionProgram().Brian2007-10-292-35/+57
| | * | | | | | Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| | * | | | | | properly init dst reg's CondMask/Swizzle fieldsBrian2007-10-231-3/+3
| | * | | | | | When in GL_FEEDBACK mode, make sure we emit color and texcoord registers.Brian2007-10-171-0/+5
| | * | | | | | fix incorrect register in get_eye_normal() for rescale_normals caseBrian2007-10-151-2/+1
| | * | | | | | Fix useabs logic in build_fog().Brian2007-10-151-2/+5
| | * | | | | | remove feedback hackBrian2007-10-151-7/+0
| | * | | | | | Undo prev changes.Brian2007-10-151-0/+7
| | * | | | | | Use linked fragment shader inputs (if present) to determine which outputs are...Brian2007-10-091-1/+8
| | * | | | | | move FLUSH_CURRENTBrian2007-09-101-3/+0
| | * | | | | | Move guts of glRasterPos down into T&L module.Brian2007-09-061-0/+3
| | * | | | | | Move guts of glRasterPos into tnl module, called via new ctx->Driver.RasterPo...Brian2007-09-061-0/+508
| | * | | | | | Sketch out per-vertex point size.Brian2007-08-301-0/+14
| | * | | | | | checkpoint in constant tracking reworkKeith Whitwell2007-08-251-0/+7
| | * | | | | | added null VB->AttribPtr[i] checkBrian2007-08-171-1/+1
* | | | | | | | mesa: fix tnl->render_inputs_bitset setup for fragment program texcoordsBrian Paul2009-02-061-5/+9
* | | | | | | | mesa: update tnl module for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-1/+30
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add a comment about _tnl_emit_indexed_vertices_to_buffer.Thomas Hellstrom2009-01-201-0/+6
* | | | | | | tnl: Add a utility to emit indexed vertices to a DMA buffer.Thomas Hellstrom2009-01-202-1/+50
* | | | | | | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | tnl: Fix zeroing of the 3ub part of a 3ub+1ub attrib pair in SSE.Guillaume Melquiond2008-12-091-1/+3
* | | | | | tnl: Optimize SSE load[23]f_1 since they don't need the identity swizzle.Guillaume Melquiond2008-12-091-2/+4
* | | | | | tnl: Fix typo that resulted in fallback from SSE for EMIT_3UB_3F_RGB/BGR.Guillaume Melquiond2008-12-091-1/+1