summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvprogram.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: move nvprogram.[ch] to main/Brian Paul2010-06-101-113/+0
|
* i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt2009-09-241-0/+4
| | | | | | | This is similar to what r300 does inside the driver, but I've added it as a generic option since it seems most hardware will want it. Fixes piglit nv-init-zero-reg.vpfp and nv-init-zero-addr.vpfp.
* mesa: Initialize NV_vertex_program fields for the parameter lists and such.Eric Anholt2009-09-241-0/+2
| | | | This helps let drivers treat NV_vp like ARB_vp.
* alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger2007-11-091-12/+0
| | | | these should be the same functions (as per spec).
* Moved from src/mesa/mainMichal Krol2004-03-291-0/+119