Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: Remove unnecessary use of 'struct' before type names | Ian Romanick | 2010-08-13 | 1 | -3/+2 |
* | glsl2: Use talloc_zero_size instead of talloc_size to allocate ast_node objects. | Carl Worth | 2010-08-02 | 1 | -1/+1 |
* | glsl2: Also initialize the identifier field of parameter_declarator. | Eric Anholt | 2010-08-02 | 1 | -0/+1 |
* | glsl2: initialize is_array and array_size of ast_parameter_declarator | Aras Pranckevicius | 2010-08-02 | 1 | -0/+6 |
* | glsl2: Parser support for GL_ARB_fragment_coord_conventions | Ian Romanick | 2010-07-28 | 1 | -0/+6 |
* | glsl2: Add a method for querying if an AST type has any qualifiers. | Kenneth Graunke | 2010-06-29 | 1 | -0/+1 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+651 |