glsl: Pass type to is_valid_default_precision_type instead of name
[mesa.git] / src / glsl / ast_to_hir.cpp
2013-08-21 Ian Romanickglsl: Pass type to is_valid_default_precision_type...
2013-08-19 Ian Romanickglsl: Disallow embedded structure definitions
2013-08-19 Ian Romanickglsl: Remove extra "types" from error message
2013-08-14 Ian Romanickglsl: Emit better warnings for things that look like...
2013-08-14 Paul Berryglsl/ast: Don't perform GS input array checks on non...
2013-08-14 Paul Berryglsl/ast: Fix assertion failure when GS input declared...
2013-08-14 Paul Berryglsl/ast: Check that geometry shader interface block...
2013-08-14 Ian Romanickglsl: Require function return type arrays be explicitly...
2013-08-14 Ian Romanickglsl: Move and refine test for unsized arrays in GLSL ES
2013-08-09 Ian Romanickglsl: Don't allow const on out or inout function parameters
2013-08-09 Paul Berryglsl: Enable ARB_fragment_coord_conventions functionali...
2013-08-02 Kenneth Graunkeglsl: Disallow interpolation qualifiers on non-input...
2013-08-02 Paul Berryglsl: Implement rules for geometry shader input sizes.
2013-08-02 Paul Berryglsl: Allow geometry shader input instance arrays to...
2013-08-02 Eric Anholtglsl: Parse the GLSL 1.50 GS layout qualifiers.
2013-08-02 Eric Anholtglsl: Make sure that we don't put too many bitfields...
2013-08-02 Paul Berryglsl: Require geometry shader inputs to be arrays.
2013-08-02 Bryan Cainglsl: support compilation of geometry shaders
2013-07-27 Kenneth Graunkeglsl: Disallow auxiliary storage qualifiers on FS outputs.
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-07-18 Kenneth Graunkeglsl: Propagate UBO binding qualifier into UBO member...
2013-07-18 Kenneth Graunkeglsl: Propagate explicit binding information from AST...
2013-07-18 Kenneth Graunkeglsl: Add validation for the "binding" qualifier.
2013-07-18 Kenneth Graunkeglsl: Use has_layout() rather than a partial open coded...
2013-07-18 Kenneth Graunkeglsl: Move precision handling to be part of qualifier...
2013-07-18 Kenneth Graunkeglsl: Change is_precision_statement to default_precisio...
2013-07-15 Paul Berryglsl: Don't allow vertex shader input arrays until...
2013-07-12 Matt Turnerglsl: Add support for C-style initializers.
2013-07-12 Matt Turnerglsl: Add infrastructure for aggregate initializers.
2013-07-09 Emil Velikovglsl/ast: Silence uninitialized variable warnings in...
2013-07-08 Matt Turnerglsl: Allow non-constant expression initializers of...
2013-06-26 Ian Romanickglsl: Move all var decls to the front of the IR list...
2013-06-14 Matt Turnerglsl: Disallow return with a void argument from void...
2013-06-14 Matt Turnerglsl: Allow implicit conversion of return values.
2013-05-23 Jordan Justenglsl ast_to_hir: support in/out for interface blocks
2013-05-23 Jordan Justenglsl ast_to_hir: reject row/column_major for in/out...
2013-05-23 Jordan Justenglsl ast_to_hir: move uniform block symbols to interfac...
2013-05-23 Jordan Justenglsl ast_to_hir: reject interpolation qualifiers for...
2013-05-23 Jordan Justenglsl: rename ast_uniform_block to ast_interface_block
2013-05-13 Ian Romanickglsl: Convert ir_binop_vector_extract in the LHS to...
2013-04-30 Kenneth Graunkeglsl: Ignore redundant prototypes after a function...
2013-04-12 Ian Romanickglsl: Fix hypothetical NULL dereference related to...
2013-04-12 Ian Romanickglsl: Fix hypothetical NULL dereference in ast_process_...
2013-04-08 Ian Romanickglsl: Don't early-out for error-type inputs
2013-04-08 Ian Romanickglsl: Don't return a value from check_builtin_array_max...
2013-04-08 Ian Romanickglsl: Refactor handling of ast_array_index to a separat...
2013-04-08 Ian Romanickglsl: Make check_build_array_max_size externally visible
2013-02-13 Paul Berryglsl: Fix error checking on "flat" keyword to match...
2013-02-13 Paul Berryglsl: don't allow non-flat integral types in varying...
2013-02-13 Paul Berryglsl: Allow default precision qualifiers to be set...
2013-01-25 Ian Romanickglsl: Remove ir_variable::uniform_block
2013-01-25 Ian Romanickglsl: Calculate UBO data at link-time
2013-01-25 Ian Romanickglsl: Add gl_uniform_buffer_variable::IndexName field
2013-01-25 Ian Romanickglsl: Handle instance array declarations
2013-01-25 Ian Romanickglsl: Track blocks in the symbol table using the glsl_t...
2013-01-25 Ian Romanickglsl: Require that indices into uniform block arrays...
2013-01-25 Ian Romanickglsl: Add ir_variable::interface_type field
2013-01-25 Ian Romanickglsl: Generate an interface type for uniform blocks
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Refactor out processing of structure fields
2013-01-25 Ian Romanickmesa: Track the packing mode of a UBO in gl_uniform_buffer
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Paul Berryglsl: Allow varying structs in GLSL ES 3.00 and GLSL...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-19 Ian Romanickmesa: Remove unused field gl_uniform_buffer_variable...
2013-01-19 Kenneth Graunkeglsl: Track UBO block names in the symbol table.
2013-01-19 Ian Romanickglsl: Reject row_major and column_major on non-matrix...
2013-01-08 Paul Berryglsl: Prohibit structs and bools from being used as...
2013-01-08 Paul Berryglsl: Plumb through is_parameter to apply_type_qualifie...
2012-12-06 Paul Berryglsl: Enable GLSL ES 3.00 features inherited from deskt...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::check_ver...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::is_versio...
2012-12-06 Paul Berryglsl: Compute version_string on the fly.
2012-12-06 Paul Berryglsl: Simplify symbol table version checking.
2012-11-06 Brian Paulglsl: remove incorrect 'struct' keyword
2012-09-11 Kenneth Graunkeglsl: Generate compile errors for explicit blend indice...
2012-08-07 Eric Anholtglsl: Only flag RowMajor on matrix-type variables.
2012-07-20 Eric Anholtglsl: Translate the AST for uniform blocks into some...
2012-07-20 Eric Anholtglsl: Turn UBO variable declarations into ir_variables...
2012-07-19 Kenneth Graunkeglsl: Remove open coded version of ir_variable::interpo...
2012-07-09 Eric Anholtglsl: Add parsing for GLSL uniform blocks.
2012-06-01 Ian Romanickglsl: Remove spurious printf messages
2012-05-17 Eric Anholtglsl: Drop the extra NULL specifiction on ir_assignment...
2012-05-17 Eric Anholtglsl: Fix assertion failure on handling switch on uint...
2012-05-17 Eric Anholtglsl: Reject non-scalar switch expressions.
2012-05-17 Eric Anholtglsl: Let the constructor figure out the types of switc...
2012-05-17 Eric Anholtglsl: Fix indentation of switch code.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-04 Eric Anholtglsl: Don't consider unused FS out variables as being...
2012-04-19 Eric Anholtglsl: Properly throw compile-time errors for conflictin...
2012-04-19 Eric Anholtglsl: Track in each ir_variable whether it was ever...
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-09 Eric Anholtglsl: Drop the round-trip through ast_type_specifier...
2012-04-02 Kenneth Graunkeglsl: Use ir_rvalue to represent generic error_type...
2012-03-26 Kenneth Graunkeglsl: Explicitly NULL-check variables before making...
2012-03-13 Eric Anholtglsl: Avoid extra if statements for logic and/or with...
2012-02-03 Eric Anholtglsl: Add error case for switch() with two default...
2012-02-03 Eric Anholtglsl: Throw an error when faced with a duplicated switc...
2012-02-03 Eric Anholtglsl: Throw the required error when a case label is...
2012-02-03 Eric Anholtglsl: Save and restore the whole switch state for nesting.
next