summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vp_build.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...Vladimir Dergachev2005-08-061-0/+1
* some GLuint idx -> GLint idx changesBrian Paul2005-07-221-4/+4
* Make the vertex program source register Index field a signed int sinceBrian Paul2005-07-221-1/+1
* make create_new_program() staticBrian Paul2005-06-271-3/+4
* Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul2005-06-191-4/+0
* Committing in .Jouk Jansen2005-06-141-0/+3
* remove debug printsKeith Whitwell2005-06-101-2/+0
* Fix typo in spot attenuationKeith Whitwell2005-06-101-1/+1
* Correct test for attenuation.Keith Whitwell2005-06-101-12/+12
* Fix colormaterial flag calculations.Keith Whitwell2005-06-101-17/+30
* Fix a couple of bugletsKeith Whitwell2005-06-091-8/+9
* Build vertex programs using state from a 'state key' struct which isKeith Whitwell2005-06-091-153/+364
* Eliminate a couple of swizzles.Keith Whitwell2005-05-181-3/+4
* don't include strings.hBrian Paul2005-05-171-2/+0
* Turn disassem off (oops).Keith Whitwell2005-05-121-1/+1
* When lighting is enabled, but no lights are enabled, the scenecolorKeith Whitwell2005-05-121-27/+85
* Use _mesa_memset rather than memsetKeith Whitwell2005-05-111-1/+1