summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)AuthorFilesLines
2011-02-11scons: Try to support building 64bit binaries on 32bit windows.José Fonseca1-4/+1
2011-02-11glsl: Fix parallel build.Tobias Jakobi1-1/+2
2011-02-10glsl/Makefile: glcpp doesn't need libglsl.a.Kenneth Graunke1-1/+2
2011-02-08glsl: Disable the new copy propagation pass until it gets fixed.Eric Anholt1-1/+1
2011-02-08glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30Chad Versace1-0/+7
2011-02-04linker: Generate link errors when ES shaders are missing stagesIan Romanick1-0/+14
2011-02-04glsl: Add opt_copy_propagation_elements.cpp to SConscript.Vinson Lee1-0/+1
2011-02-04glsl: Remove extra checks for constant true assignment conditions.Eric Anholt5-28/+9
2011-02-04glsl: Fix a comment typo in copy propagation.Eric Anholt1-1/+1
2011-02-04glsl: Add a new opt_copy_propagation variant that does it channel-wise.Eric Anholt4-0/+464
2011-02-03ralloc: Add missing va_end following va_copy.Vinson Lee1-0/+2
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee14-0/+33
2011-02-02glcpp: Raise error when modulus is zeroChad Versace1-1/+6
2011-02-02glsl: Avoid division-by-zero during constant-foldingChad Versace1-1/+19
2011-02-02glsl: Fix constant-folding for reciprocal expressionsChad Versace1-6/+10
2011-02-01glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.Kenneth Graunke1-0/+2
2011-02-01glsl: Fix invalid use of ralloc_asprintf in prototype_string.Kenneth Graunke1-1/+1
2011-02-01glsl: Fix printf_length() on MSVC.José Fonseca1-0/+8
2011-02-01glsl: Fix memory error when creating the supported version string.Kenneth Graunke1-1/+1
2011-01-31texture_builtins.py: Fix a warning about mixed tabs/spaces.Kenneth Graunke1-1/+1
2011-01-31glsl: Refresh autogenerated lexer and parser files.Ian Romanick1-256/+271
2011-01-31glsl: Reject shader versions not supported by the implementationIan Romanick3-9/+82
2011-01-31glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick1-0/+6
2011-01-31glsl: Fix dependencies / linkage for glsl_compilerIan Romanick1-2/+2
2011-01-31glsl: regerated filesBrian Paul2-125/+118
2011-01-31glsl: make _token_list_is_empty_ignoring_space() staticBrian Paul1-1/+1
2011-01-31scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul1-0/+1
2011-01-31glsl: add cast to silence signed/unsigned comparison warningBrian Paul1-1/+1
2011-01-31glsl: Define va_copy on MSVC.José Fonseca1-0/+8
2011-01-31glsl/builtins: Uncomment prototypes for texture*Offset functions.Kenneth Graunke2-20/+0
2011-01-31texture_builtins.py: Generate texture*Offset functions.Kenneth Graunke1-5/+80
2011-01-31texture_builtins.py: Generalize the "use_proj" field to support offsets.Kenneth Graunke1-52/+57
2011-01-31texture_builtins.py: Refactor coordinate dimension calculations.Kenneth Graunke1-5/+9
2011-01-31glsl: Introduce a new "const_in" variable mode.Kenneth Graunke12-4/+36
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke8-29/+42
2011-01-31glsl: Re-synchronize ir_variable_mode and the printer's string array.Kenneth Graunke1-1/+1
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke1-19/+1
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke1-4/+2
2011-01-31ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke2-35/+280
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke54-499/+491
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke4-0/+542
2011-01-29Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth4-38/+15
2011-01-28glcpp: Demote "macro redefined" from an error to a warningCarl Worth4-15/+38
2011-01-26glsl: Refresh autogenerated lexer fileChad Versace1-117/+118
2011-01-26glsl: Remove extraneously extraneous parensChad Versace1-1/+1
2011-01-26glsl: Enable AMD_conservative_depth in parserChad Versace1-0/+7
2011-01-26glsl: Raise linking error if gl_FragDepth layout is inconsistentChad Versace1-0/+26
2011-01-26glsl: Propagate depth layout qualifier from AST to IRChad Versace3-0/+73
2011-01-26glsl: Define enum ir_depth_layoutChad Versace2-0/+35
2011-01-26glsl: Refresh autogenerated parser filesChad Versace3-165/+180