summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_program.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-97/+10
* use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4VAlan Hourihane2005-03-021-2/+1
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-3/+3
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-1/+1
* Fix up some assorted issues with initialization of vertex program registers.Brian Paul2004-04-211-5/+8
* Beef up t_vertex.c:Keith Whitwell2004-01-051-0/+1
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-2/+11
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-85/+24
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-1/+1
* Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul2003-08-171-23/+6
* initialize attribute vectors to 4 componentsBrian Paul2003-04-071-1/+3
* fix color array mixupBrian Paul2003-04-071-2/+2
* more memory-related fixesBrian Paul2003-04-031-4/+2
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-51/+8
* fix the occasional missing triangle bugBrian Paul2002-10-311-4/+3
* Header file clean-up:Brian Paul2002-10-241-2/+2
* fix up resulting FOGC and PSIZ when neededBrian Paul2002-08-081-9/+16
* set stage->inputs properly (I think), plus debug/comment updatesBrian Paul2002-06-231-14/+14
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-16/+15
* casts to silence compiler warningsKarl Schultz2002-04-041-2/+2
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-33/+75
* updated some commentsBrian Paul2002-01-121-6/+6
* implemented vertex program point size controlBrian Paul2002-01-061-3/+12
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-77/+61
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-606/+10
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-9/+6
* divide by W and clipping now work - in pretty good shape nowBrian Paul2001-12-151-60/+59
* temporary hack for divide by WBrian Paul2001-12-151-9/+12
* disable debug printf's, fix a crashBrian Paul2001-12-151-2/+8
* vertex program check-inBrian Paul2001-12-141-0/+1028