summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2011-01-31glsl/builtins: Uncomment prototypes for texture*Offset functions.Kenneth Graunke
2011-01-31texture_builtins.py: Generate texture*Offset functions.Kenneth Graunke
2011-01-31texture_builtins.py: Generalize the "use_proj" field to support offsets.Kenneth Graunke
2011-01-31texture_builtins.py: Refactor coordinate dimension calculations.Kenneth Graunke
2011-01-31glsl: Introduce a new "const_in" variable mode.Kenneth Graunke
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke
2011-01-31glsl: Re-synchronize ir_variable_mode and the printer's string array.Kenneth Graunke
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke
2011-01-31ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke
2011-01-29Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth
2011-01-28glcpp: Demote "macro redefined" from an error to a warningCarl Worth
2011-01-26glsl: Refresh autogenerated lexer fileChad Versace
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