summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
...
| * | use new _mesa_execute_program() functionBrian2007-02-221-26/+153
| * | FORCE_PROG_EXECUTE_C cpp flag, misc changesBrian2007-02-221-4/+17
| * | Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian2007-02-221-2/+2
| * | Merge branch 'origin' into glsl-compiler-1Brian2007-02-2223-5218/+556
| |\ \
| * | | more minor changes to STATE_ indexingBrian2007-02-211-3/+3
| * | | adjustments to STATE_ token layout/format so token[1] is always the array indexBrian2007-02-211-15/+15
| * | | Lots of changes to prog_print.c code.Brian2007-02-171-1/+1
| * | | Initial implementation of high-level flow-control instructions.Brian2007-02-051-1/+1
| * | | Initial support of loop and subroutine instructions.Brian2007-02-051-0/+6
| * | | noise functionsBrian2007-01-281-0/+4
| * | | remove some parenthesisBrian2007-01-241-1/+1
| * | | use FRAG_BIT_TEX()Brian2007-01-241-1/+1
| * | | Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.Brian2007-01-201-1/+4
| * | | Added OPCODE_INT to convert 4 floats to 4 ints.Brian2007-01-171-0/+17
| * | | Update _save_VertexAttrib() functions for non-aliasing behaviour.Brian2007-01-101-36/+93
| * | | add code for generic attributes 16..31Brian2007-01-091-1/+37
| * | | handle PROGRAM_UNIFORM, fix a _mesa_problem() callBrian2006-12-201-1/+2
| * | | cases for NOP, BRABrian2006-12-161-0/+7
| * | | added assertion to catch use of too many temporariesBrian2006-12-151-0/+1
| * | | varying changesBrian2006-12-152-2/+2
| * | | updated includesBrian2006-12-151-1/+1
| * | | updated includesBrian2006-12-153-4/+10
| * | | Obsolete.Brian2006-12-131-332/+0
| * | | Checkpoint work for new GLSL compiler back-end.Brian2006-12-1316-316/+346
* | | | use _mesa_alloc_instructions()Brian2007-03-221-3/+2
| |_|/ |/| |
* | | sync up t_vp_build.c brw_vs_tnl.c a bitRoland Scheidegger2007-03-131-5/+7
* | | fix for bug#10196Xiang, Haihao2007-03-111-1/+8
| |/ |/|
* | fix stupid bug in the optimized per-vertex fog generation codeRoland Scheidegger2007-02-141-1/+2
* | optimize generated vertex programs a bitRoland Scheidegger2007-02-091-31/+30
* | fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)Roland Scheidegger2007-02-051-19/+32
* | Merge branch 'vbo-0.2'Keith Whitwell2007-02-0222-6907/+484
|\ \
| * | Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-301-70/+38
| * | Merge vbo_0_1_branchKeith Whitwell2007-01-164-3296/+0
| * | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-168-8/+3314
| |\ \ | | |/
| * | Remove debug, reenable inplace splitting.keithw2007-01-151-7/+9
| * | Split too-large draw commands.Keith Whitwell2007-01-151-26/+102
| * | Fix compiler warnings.Keith Whitwell2006-11-031-15/+29
| * | Fix type-conversion of incoming vertices.Keith Whitwell2006-11-021-4/+5
| * | merge current trunk into vbo branchAlan Hourihane2006-11-022-9/+10
| * | Respect array->Normalized flag.Keith Whitwell2006-11-021-15/+55
| * | missing fileKeith Whitwell2006-11-021-0/+305
| * | pickup structs from vbo.hKeith Whitwell2006-10-312-2/+2
| * | better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-0/+2
| * | Changes for new vbo-building module.Keith Whitwell2006-10-2921-6893/+78
* | | fixes for C++ warnings/errorsBrian2007-01-232-2/+3
| |/ |/|
* | check for target instead of program->Target in _tnl_program_string, avoids se...Roland Scheidegger2006-11-291-1/+1
* | decrease the current vertex count by 1 if an uneven number of vertices is cop...Roland Scheidegger2006-11-221-0/+5
* | remove unneded call to _tnl_invalidate_state() in _tnl_need_projected_coords(...Roland Scheidegger2006-11-221-4/+1
* | Set _NEW_LIGHT when materials are present in display lists also.Keith Whitwell2006-11-221-0/+1
* | Move setting of _NEW_LIGHT to only occur when materials are present.Keith Whitwell2006-11-221-2/+1