summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2011-01-26glsl: Remove extraneously extraneous parensChad Versace
2011-01-26glsl: Enable AMD_conservative_depth in parserChad Versace
2011-01-26glsl: Raise linking error if gl_FragDepth layout is inconsistentChad Versace
2011-01-26glsl: Propagate depth layout qualifier from AST to IRChad Versace
2011-01-26glsl: Define enum ir_depth_layoutChad Versace
2011-01-26glsl: Refresh autogenerated parser filesChad Versace
2011-01-26glsl: Add support for AMD_conservative_depth to parserChad Versace
2011-01-26glsl: Add depth layout qualifiers to ast_type_qualifierChad Versace
2011-01-26glcpp: Conditionally define macro GL_AMD_conservative_depthChad Versace
2011-01-25linker: Propagate max_array_access while linking functionsIan Romanick
2011-01-25linker: Set sizes for non-global arrays as wellIan Romanick
2011-01-25glsl: silence uninitialized var warning in read_texture()Brian Paul
2011-01-25glsl: Fix mingw crosscompileJakob Bornecrantz
2011-01-24glsl: Remove long unused 'configure.ac' file.Kenneth Graunke
2011-01-22glsl: Don't assert when the value returned by a function has no rvalueIan Romanick
2011-01-21glcpp: Regenerate parser files.Kenneth Graunke
2011-01-21glcpp: Remove use of talloc reference counting.Kenneth Graunke
2011-01-21glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke
2011-01-21glsl: Improve error message when read-only vars are writtenChad Versace
2011-01-21glsl: Mark 'in' variables at global scope as read-onlyChad Versace
2011-01-21glsl: Remove unused class ast_declaration_statmentChad Versace
2011-01-19Add machine generated files to .gitignoretwied
2011-01-19glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke
2011-01-18glsl: Fix segfault due to missing printf argumentChad Versace
2011-01-18glsl: Fix semantic checks on precision qualifiersChad Versace
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt
2011-01-17glsl: Refresh autogenerated parser filesChad Versace
2011-01-17glsl: Remove redundant semantic check in parserChad Versace
2011-01-17glsl: Add support for default precision statementsChad Versace
2011-01-17glsl: Add semantic checks for precision qualifiersChad Versace
2011-01-17glsl: Fix parser rule for type_specifierChad Versace
2011-01-17glsl: Change default value of ast_type_specifier::precisionChad Versace
2011-01-17glsl: Check that 'centroid in' does not occur in vertex shaderChad Versace
2011-01-17glsl: Check that interpolation quals only apply to vertex ins and fragment outsChad Versace
2011-01-17glsl: Check that interpolation qualifiers do not precede 'varying'Chad Versace
2011-01-17glsl: Add method ast_type_qualifier::interpolation_string()Chad Versace
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-14glsl: fix implicit int to bool warningBrian Paul
2011-01-14generate_builtins.py: Whitespace fixes.Vinson Lee
2011-01-14generate_builtins.py: Fix builds using Python 2.5.Vinson Lee
2011-01-13glsl: Emit errors or warnings when 'layout' is used with 'attribute' or 'vary...Ian Romanick
2011-01-13glsl: Allow 'in' and 'out' when 'layout' is also availableIan Romanick
2011-01-13scons: Fix cross-compilation.José Fonseca
2011-01-12glsl/s_expression: Read and ignore Scheme-style comments.Kenneth Graunke
2011-01-12glsl/builtins: Remove unnecessary (constant bool (1)) from assignments.Kenneth Graunke
2011-01-12ir_reader: Make assignment conditions optional.Kenneth Graunke
2011-01-12ir_reader: Convert to a class.Kenneth Graunke
2011-01-12ir_reader: Combine the three dereference reading functions into one.Kenneth Graunke
2011-01-12ir_reader: Relax requirement that function arguments be s_lists.Kenneth Graunke
2011-01-12ir_reader: Remove s_list::length() method.Kenneth Graunke