summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/nvvertparse.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul2010-07-301-0/+5
| | | | | | | | Now drivers, etc. can know which register files are accessed with indirect addressing. Before we just checked gl_program::NumAddressRegs but didn't know if that was the constant buffer, temp regs, or what. The only user of this new field so far will be the gallium state tracker.
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+1454