summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Check that nodes in a valid tree aren't error-type.Eric Anholt2010-07-201-1/+2
* glsl2: Give IR nodes a type field.Eric Anholt2010-07-191-0/+15
* ir_validate: Also perform usual checks on ir_dereference_variable nodesIan Romanick2010-07-121-0/+2
* ir_validate: Validate that varibles are declared before used in IRIan Romanick2010-07-121-2/+26
* ir_validate: Additional function related invariant checksIan Romanick2010-07-121-0/+60
* Add hash table helper functions for using pointers as hash keysIan Romanick2010-07-061-13/+2
* glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt2010-06-241-0/+2
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+104