aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_builtin.h
Commit message (Collapse)AuthorAgeFilesLines
* Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵Brian2007-07-041-1/+1
| | | | of -I flags.
* Reimplement the _slang_alloc_statevar() function.Brian2007-02-211-11/+0
| | | | | | After several tries at making a table-based system for examining pre-defined uniforms to find statevar indexes, give up and do it the simple way (lots of strcmp() calls). Not terribly elegant, but perfectly functional.
* checkpoint overhaul of pre-defined uniform codeBrian2007-02-211-0/+5
|
* implement support for pre-defined uniform structs (state vars)Brian2007-02-201-0/+45