aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.Kenneth Graunke2011-02-011-0/+2
* glsl: Fix invalid use of ralloc_asprintf in prototype_string.Kenneth Graunke2011-02-011-1/+1
* glsl: Fix printf_length() on MSVC.José Fonseca2011-02-011-0/+8
* glsl: Fix memory error when creating the supported version string.Kenneth Graunke2011-02-011-1/+1
* texture_builtins.py: Fix a warning about mixed tabs/spaces.Kenneth Graunke2011-01-311-1/+1
* glsl: Refresh autogenerated lexer and parser files.Ian Romanick2011-01-311-256/+271
* glsl: Reject shader versions not supported by the implementationIan Romanick2011-01-313-9/+82
* glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick2011-01-311-0/+6
* glsl: Fix dependencies / linkage for glsl_compilerIan Romanick2011-01-311-2/+2
* glsl: regerated filesBrian Paul2011-01-312-125/+118
* glsl: make _token_list_is_empty_ignoring_space() staticBrian Paul2011-01-311-1/+1
* scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul2011-01-311-0/+1
* glsl: add cast to silence signed/unsigned comparison warningBrian Paul2011-01-311-1/+1
* glsl: Define va_copy on MSVC.José Fonseca2011-01-311-0/+8
* glsl/builtins: Uncomment prototypes for texture*Offset functions.Kenneth Graunke2011-01-312-20/+0
* texture_builtins.py: Generate texture*Offset functions.Kenneth Graunke2011-01-311-5/+80
* texture_builtins.py: Generalize the "use_proj" field to support offsets.Kenneth Graunke2011-01-311-52/+57
* texture_builtins.py: Refactor coordinate dimension calculations.Kenneth Graunke2011-01-311-5/+9
* glsl: Introduce a new "const_in" variable mode.Kenneth Graunke2011-01-3112-4/+36
* glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke2011-01-318-29/+42
* glsl: Re-synchronize ir_variable_mode and the printer's string array.Kenneth Graunke2011-01-311-1/+1
* Remove talloc from the SCons build system.Kenneth Graunke2011-01-311-19/+1
* Remove talloc from the make and automake build systems.Kenneth Graunke2011-01-311-4/+2
* ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke2011-01-312-35/+280
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-3154-499/+491
* ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke2011-01-314-0/+542
* Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth2011-01-294-38/+15
* glcpp: Demote "macro redefined" from an error to a warningCarl Worth2011-01-284-15/+38
* glsl: Refresh autogenerated lexer fileChad Versace2011-01-261-117/+118
* glsl: Remove extraneously extraneous parensChad Versace2011-01-261-1/+1
* glsl: Enable AMD_conservative_depth in parserChad Versace2011-01-261-0/+7
* glsl: Raise linking error if gl_FragDepth layout is inconsistentChad Versace2011-01-261-0/+26
* glsl: Propagate depth layout qualifier from AST to IRChad Versace2011-01-263-0/+73
* glsl: Define enum ir_depth_layoutChad Versace2011-01-262-0/+35
* glsl: Refresh autogenerated parser filesChad Versace2011-01-263-165/+180
* glsl: Add support for AMD_conservative_depth to parserChad Versace2011-01-263-8/+34
* glsl: Add depth layout qualifiers to ast_type_qualifierChad Versace2011-01-261-0/+8
* glcpp: Conditionally define macro GL_AMD_conservative_depthChad Versace2011-01-261-0/+2
* linker: Propagate max_array_access while linking functionsIan Romanick2011-01-252-4/+13
* linker: Set sizes for non-global arrays as wellIan Romanick2011-01-251-18/+17
* glsl: silence uninitialized var warning in read_texture()Brian Paul2011-01-251-1/+4
* glsl: Fix mingw crosscompileJakob Bornecrantz2011-01-251-0/+1
* glsl: Remove long unused 'configure.ac' file.Kenneth Graunke2011-01-241-69/+0
* glsl: Don't assert when the value returned by a function has no rvalueIan Romanick2011-01-221-13/+12
* glcpp: Regenerate parser files.Kenneth Graunke2011-01-211-229/+231
* glcpp: Remove use of talloc reference counting.Kenneth Graunke2011-01-211-13/+7
* glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke2011-01-213-12/+0
* glsl: Improve error message when read-only vars are writtenChad Versace2011-01-212-7/+29
* glsl: Mark 'in' variables at global scope as read-onlyChad Versace2011-01-211-1/+2
* glsl: Remove unused class ast_declaration_statmentChad Versace2011-01-211-19/+0