| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Switch ast_type_qualifier to the non-zeroing allocator. | Francisco Jerez | 2013-10-01 | 1 | -1/+1 |
* | glsl: Switch ast_node to the non-zeroing allocator. | Francisco Jerez | 2013-10-01 | 1 | -1/+9 |
* | glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places. | Kenneth Graunke | 2013-09-21 | 1 | -36/+2 |
* | glsl: Remove ubo_qualifiers_allowed variable. | Matt Turner | 2013-08-21 | 1 | -6/+0 |
* | glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed. | Matt Turner | 2013-08-21 | 1 | -1/+1 |
* | glsl: Track existence of default float precision in GLSL ES fragment shaders | Ian Romanick | 2013-08-21 | 1 | -0/+4 |
* | glsl: Allow geometry shader input instance arrays to be unsized. | Paul Berry | 2013-08-01 | 1 | -8/+16 |
* | glsl: Parse the GLSL 1.50 GS layout qualifiers. | Eric Anholt | 2013-08-01 | 1 | -0/+34 |
* | glsl: Parse the "binding" keyword and store it in ast_type_qualifier. | Kenneth Graunke | 2013-07-18 | 1 | -0/+14 |
* | glsl: Move precision handling to be part of qualifier handling. | Kenneth Graunke | 2013-07-18 | 1 | -5/+6 |
* | glsl: Change is_precision_statement to default_precision != none. | Kenneth Graunke | 2013-07-18 | 1 | -4/+5 |
* | glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method. | Kenneth Graunke | 2013-07-18 | 1 | -0/+5 |
* | glsl: Add a new ast_type_qualifier::has_storage() method. | Kenneth Graunke | 2013-07-18 | 1 | -0/+5 |
* | glsl: Add a new ast_type_qualifier::has_layout() method. | Kenneth Graunke | 2013-07-18 | 1 | -0/+5 |
* | glsl: Initialize ast_aggregate_initializer::constructor_type. | Vinson Lee | 2013-07-12 | 1 | -1/+2 |
* | glsl: Add support for C-style initializers. | Matt Turner | 2013-07-11 | 1 | -0/+5 |
* | glsl: Add infrastructure for aggregate initializers. | Matt Turner | 2013-07-11 | 1 | -1/+25 |
* | glsl: Add an is_declaration field to ast_struct_specifier. | Matt Turner | 2013-07-11 | 1 | -1/+3 |
* | glsl: Add copy-constructor for ast_struct_specifier. | Matt Turner | 2013-07-11 | 1 | -0/+12 |
* | glsl: Add a constructor for ast_type_specifier. | Matt Turner | 2013-07-11 | 1 | -0/+16 |
* | glsl: Change type of is_array to bool. | Matt Turner | 2013-07-11 | 1 | -4/+4 |
* | glsl: Add a comment to note what an exec_list is a list of. | Matt Turner | 2013-07-11 | 1 | -0/+1 |
* | glsl: rename ast_uniform_block to ast_interface_block | Jordan Justen | 2013-05-23 | 1 | -2/+2 |
* | glsl: Don't early-out for error-type inputs | Ian Romanick | 2013-04-08 | 1 | -2/+1 |
* | glsl: Don't return a value from check_builtin_array_max_size | Ian Romanick | 2013-04-08 | 1 | -1/+1 |
* | glsl: Refactor handling of ast_array_index to a separate function | Ian Romanick | 2013-04-08 | 1 | -0/+7 |
* | glsl: Make check_build_array_max_size externally visible | Ian Romanick | 2013-04-08 | 1 | -0/+4 |
* | glsl: Initialize ast_parameter_declarator member variables. | Vinson Lee | 2013-02-05 | 1 | -4/+8 |
* | glsl: Parse interface array size | Ian Romanick | 2013-01-25 | 1 | -5/+16 |
* | 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 |