summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_arbprogram.h
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint work for new GLSL compiler back-end.Brian2006-12-131-7/+24
* only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex pr...Roland Scheidegger2006-09-071-1/+1
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-2/+2
* Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger2006-06-011-6/+3
* do away with 'long long' usageBrian Paul2005-12-081-2/+0
* use 64-bit typedefs for portabilityKarl Schultz2005-12-081-1/+1
* This patch adds the missing NV_vertex_program2 and NV_vertex_program3Ian Romanick2005-11-081-7/+9
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-3/+3
* just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach...Brian Paul2005-11-041-4/+3
* s/15/VERT_RESULT_MAX/Brian Paul2005-11-031-1/+1
* reduced swizzle commentBrian Paul2005-10-291-0/+4
* added warning about use of REG_SCRATCHBrian Paul2005-10-291-1/+1
* added commentsBrian Paul2005-07-151-4/+7
* Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM.Keith Whitwell2005-07-131-0/+6
* Add runtime compiled x87 implementations for most of the remainingKeith Whitwell2005-07-101-0/+13
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-13/+19
* Runtime generate sse/sse2 code for some vertex programs. ExperimentalKeith Whitwell2005-06-081-27/+10
* new fileKeith Whitwell2005-06-081-0/+178