Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: new glsl_strtod() wrapper to fix decimal point interpretation | Brian Paul | 2010-12-14 | 1 | -1/+1 |
| | | | | | | | | We always want to use '.' as the decimal point. See http://bugs.freedesktop.org/show_bug.cgi?id=24531 NOTE: this is a candidate for the 7.10 branch. | ||||
* | glsl: Don't print a useless space at the end of an S-Expression list. | Kenneth Graunke | 2010-11-03 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | glsl: Replace sscanf in s_expression reader with strspn and strcspn. | Kenneth Graunke | 2010-08-18 | 1 | -20/+29 |
| | | | | This seems to give roughly a 20% speedup. | ||||
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+131 |