summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vp_build.c
Commit message (Expand)AuthorAgeFilesLines
* remove dead program cache codeBrian2007-10-311-1603/+1
* Use ffvertex_prog.c code instead of t_vp_build.c code.Brian2007-10-311-1/+5
* 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-291-32/+49
* 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
* Sketch out per-vertex point size.Brian2007-08-301-0/+14
* added null VB->AttribPtr[i] checkBrian2007-08-171-1/+1
* 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