Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-03 | glsl: Don't print a useless space at the end of an S-Expression list. | Kenneth Graunke | |
We really only want to print spaces -between- elements, not after each element. This cleans up error messages from IR reader, making them (mildly) easier to read. | |||
2010-08-18 | glsl: Replace sscanf in s_expression reader with strspn and strcspn. | Kenneth Graunke | |
This seems to give roughly a 20% speedup. | |||
2010-06-24 | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | |