summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertexec.c
AgeCommit message (Collapse)Author
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul
1015696)
2004-06-29fix another bug in get_register_pointer()Brian Paul
2004-06-29the get_register_pointer() function was pretty well broken in a few waysBrian Paul
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul
Some need to be set per-vertex, other per-primitive. Cleared that up. Only need to init temp/result registers if executing an NV vertex program.
2004-03-29Moved from src/mesa/mainMichal Krol