summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vp_build.c
Commit message (Expand)AuthorAgeFilesLines
* t_vp_build: fix temporary register allocation to minimise the allocationsHans de Goede2008-01-021-8/+11
* properly init dst reg's CondMask/Swizzle fieldsBrian2007-10-231-3/+3
* fix fog, rescale_normals bugs (from gallium branch)Brian2007-10-151-3/+5
* Fix problem introduced in previous commit in which a state variable (uniform)...Brian2007-08-311-8/+23
* i965: Calculate the positional light in homogeneous coordinates.Xiang, Haihao2007-08-311-0/+5
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-5/+5
* fog: fix potential issues with generated vp using fogRoland Scheidegger2007-05-221-8/+15
* Fix in t_vp_build: Missed necessary updates sometimesNicolai Haehnle2007-04-021-1/+2
* merge of glsl-compiler-1 branchBrian2007-03-261-48/+48
|\
| * merge from masterBrian2007-03-211-7/+16
| |\
| * | s/GLint/gl_state_index/, length is now 5 not 6Brian2007-02-231-32/+29
| * | 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-221-31/+31
| |\ \
| * | | 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
| * | | remove some parenthesisBrian2007-01-241-1/+1
| * | | use FRAG_BIT_TEX()Brian2007-01-241-1/+1
| * | | updated includesBrian2006-12-151-2/+5
| * | | Checkpoint work for new GLSL compiler back-end.Brian2006-12-131-14/+14
* | | | 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
|/
* Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-151-2/+2
* Fixup more PROGRAM_UNDEFINED problems.Alan Hourihane2006-08-101-2/+2
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-8/+8
* fix broken negateAapo Tahkola2006-06-181-1/+1
* prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola2006-06-061-0/+10
* Add const qualifiers in a number of places.Brian Paul2006-05-231-2/+2
* Release temporaryKeith Whitwell2006-05-051-0/+2
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+1
* silence minor warningsBrian Paul2006-04-131-4/+4
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-4/+4
* Add guard before calling ctx->Driver.BindProgramKeith Whitwell2005-12-051-1/+2
* Call ProgramStringNotify after creating tnl programs.Keith Whitwell2005-12-011-0/+3
* Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul2005-11-191-1/+0
* Fix typo causing secondary color not to work properly.Aapo Tahkola2005-11-181-1/+1
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-12/+13
* s/_mesa_debug_vp_inst/_mesa_print_program/Brian Paul2005-11-051-1/+1
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-94/+98
* Remove some ghost code and adjust things a bit.Aapo Tahkola2005-11-021-11/+2
* Several fp and vp tweaks:Keith Whitwell2005-11-011-55/+90
* Fix segmentation fault in _tnl_ProgramCacheDestroy().Aapo Tahkola2005-11-011-10/+0
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-1/+1
* Need more than 200 instructions.Aapo Tahkola2005-10-311-1/+1
* Improve tnl program searching performance.Aapo Tahkola2005-10-311-14/+55
* additional wrapper updates, bug 4468Brian Paul2005-09-191-3/+3