| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | glsl: Parse non-array uniform block instance names in GLSL ES 3.00. | Kenneth Graunke | 2013-01-25 | 1 | -2/+12 |
* | glsl: Add support for default layout qualifiers for uniforms. | Eric Anholt | 2012-07-31 | 1 | -0/+23 |
* | glsl: Turn UBO variable declarations into ir_variables and check qualifiers. | Eric Anholt | 2012-07-20 | 1 | -0/+6 |
* | glsl: Add parsing for GLSL uniform blocks. | Eric Anholt | 2012-07-09 | 1 | -0/+28 |
* | glsl: Don't hide the type of struct_declaration_list. | Eric Anholt | 2012-07-09 | 1 | -1/+5 |
* | glsl: add support for ARB_blend_func_extended (v3) | Dave Airlie | 2012-04-13 | 1 | -0/+12 |
* | glsl: Drop the round-trip through ast_type_specifier for many builtin types. | Eric Anholt | 2012-04-09 | 1 | -64/+2 |
* | glsl: Use (const char *) in AST nodes rather than plain (char *). | Kenneth Graunke | 2012-04-09 | 1 | -8/+8 |
* | glsl: Track descriptions of some expressions that can't be l-values | Ian Romanick | 2012-01-06 | 1 | -0/+13 |
* | glsl: Create AST structs corresponding to new productions in grammar | Dan McCabe | 2011-11-07 | 1 | -0/+59 |
* | glsl: Create AST data structures for switch statement and case label | Dan McCabe | 2011-11-07 | 1 | -4/+20 |
* | glsl: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+1 |
* | glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expres... | Ian Romanick | 2011-09-09 | 1 | -1/+1 |
* | glsl: Emit function signatures at toplevel, even for built-ins. | Paul Berry | 2011-08-08 | 1 | -2/+1 |
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 1 | -5/+5 |
* | glsl: Add depth layout qualifiers to ast_type_qualifier | Chad Versace | 2011-01-26 | 1 | -0/+8 |
* | glsl: Remove unused class ast_declaration_statment | Chad Versace | 2011-01-21 | 1 | -19/+0 |
* | glsl: Add support for default precision statements | Chad Versace | 2011-01-17 | 1 | -2/+6 |
* | glsl: Change default value of ast_type_specifier::precision | Chad Versace | 2011-01-17 | 1 | -3/+4 |
* | glsl: Check that interpolation qualifiers do not precede 'varying' | Chad Versace | 2011-01-17 | 1 | -0/+5 |
* | glsl: Add method ast_type_qualifier::interpolation_string() | Chad Versace | 2011-01-17 | 1 | -0/+12 |
* | glsl: Comment ast_type_qualifier.flags | Chad Versace | 2011-01-04 | 1 | -1/+5 |
* | glsl: Factor out code which emits a new function into the IR stream. | Kenneth Graunke | 2010-12-06 | 1 | -0/+4 |
* | glsl: Add parser support for GL_ARB_explicit_attrib_location layouts | Ian Romanick | 2010-10-08 | 1 | -0/+14 |
* | glsl: Wrap ast_type_qualifier contents in a struct in a union | Ian Romanick | 2010-10-08 | 1 | -17/+22 |
* | glsl: Add doxygen comments | Ian Romanick | 2010-09-20 | 1 | -4/+38 |
* | 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 |