| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Optionally build a dricore support library (v3) | Christopher James Halse Rogers | 2011-02-11 | 1 | -3/+31 |
* | glcpp: regerated files | Ian Romanick | 2011-02-11 | 2 | -181/+193 |
* | glsl: Regenerate files modified by previous commits | Ian Romanick | 2011-02-11 | 3 | -1798/+1899 |
* | glsl: Finish out the reduce/reduce error fixes | Ian Romanick | 2011-02-11 | 3 | -59/+109 |
* | glsl: Eliminate reduce/reduce conflicts in glsl grammar | Keith Packard | 2011-02-11 | 1 | -21/+71 |
* | scons: builtin_glsl_function on windows needs bundled getopt. | José Fonseca | 2011-02-11 | 1 | -1/+7 |
* | scons: Try to support building 64bit binaries on 32bit windows. | José Fonseca | 2011-02-11 | 1 | -4/+1 |
* | glsl: Fix parallel build. | Tobias Jakobi | 2011-02-11 | 1 | -1/+2 |
* | glsl/Makefile: glcpp doesn't need libglsl.a. | Kenneth Graunke | 2011-02-10 | 1 | -1/+2 |
* | glsl: Disable the new copy propagation pass until it gets fixed. | Eric Anholt | 2011-02-08 | 1 | -1/+1 |
* | glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30 | Chad Versace | 2011-02-08 | 1 | -0/+7 |
* | linker: Generate link errors when ES shaders are missing stages | Ian Romanick | 2011-02-04 | 1 | -0/+14 |
* | glsl: Add opt_copy_propagation_elements.cpp to SConscript. | Vinson Lee | 2011-02-04 | 1 | -0/+1 |
* | glsl: Remove extra checks for constant true assignment conditions. | Eric Anholt | 2011-02-04 | 5 | -28/+9 |
* | glsl: Fix a comment typo in copy propagation. | Eric Anholt | 2011-02-04 | 1 | -1/+1 |
* | glsl: Add a new opt_copy_propagation variant that does it channel-wise. | Eric Anholt | 2011-02-04 | 4 | -0/+464 |
* | ralloc: Add missing va_end following va_copy. | Vinson Lee | 2011-02-03 | 1 | -0/+2 |
* | glsl: Add using statements for standard library functions. | Vinson Lee | 2011-02-03 | 14 | -0/+33 |
* | glcpp: Raise error when modulus is zero | Chad Versace | 2011-02-02 | 1 | -1/+6 |
* | glsl: Avoid division-by-zero during constant-folding | Chad Versace | 2011-02-02 | 1 | -1/+19 |
* | glsl: Fix constant-folding for reciprocal expressions | Chad Versace | 2011-02-02 | 1 | -6/+10 |
* | glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor. | Kenneth Graunke | 2011-02-01 | 1 | -0/+2 |
* | glsl: Fix invalid use of ralloc_asprintf in prototype_string. | Kenneth Graunke | 2011-02-01 | 1 | -1/+1 |
* | glsl: Fix printf_length() on MSVC. | José Fonseca | 2011-02-01 | 1 | -0/+8 |
* | glsl: Fix memory error when creating the supported version string. | Kenneth Graunke | 2011-02-01 | 1 | -1/+1 |
* | texture_builtins.py: Fix a warning about mixed tabs/spaces. | Kenneth Graunke | 2011-01-31 | 1 | -1/+1 |
* | glsl: Refresh autogenerated lexer and parser files. | Ian Romanick | 2011-01-31 | 1 | -256/+271 |
* | glsl: Reject shader versions not supported by the implementation | Ian Romanick | 2011-01-31 | 3 | -9/+82 |
* | glsl: Ensure that all GLSL versions are supported in the stand-alone compiler | Ian Romanick | 2011-01-31 | 1 | -0/+6 |
* | glsl: Fix dependencies / linkage for glsl_compiler | Ian Romanick | 2011-01-31 | 1 | -2/+2 |
* | glsl: regerated files | Brian Paul | 2011-01-31 | 2 | -125/+118 |
* | glsl: make _token_list_is_empty_ignoring_space() static | Brian Paul | 2011-01-31 | 1 | -1/+1 |
* | scons/glsl: add top-level 'include' dir to CPPPATH | Brian Paul | 2011-01-31 | 1 | -0/+1 |
* | glsl: add cast to silence signed/unsigned comparison warning | Brian Paul | 2011-01-31 | 1 | -1/+1 |
* | glsl: Define va_copy on MSVC. | José Fonseca | 2011-01-31 | 1 | -0/+8 |
* | glsl/builtins: Uncomment prototypes for texture*Offset functions. | Kenneth Graunke | 2011-01-31 | 2 | -20/+0 |
* | texture_builtins.py: Generate texture*Offset functions. | Kenneth Graunke | 2011-01-31 | 1 | -5/+80 |
* | texture_builtins.py: Generalize the "use_proj" field to support offsets. | Kenneth Graunke | 2011-01-31 | 1 | -52/+57 |
* | texture_builtins.py: Refactor coordinate dimension calculations. | Kenneth Graunke | 2011-01-31 | 1 | -5/+9 |
* | glsl: Introduce a new "const_in" variable mode. | Kenneth Graunke | 2011-01-31 | 12 | -4/+36 |
* | glsl: Change texel offsets to a single vector rvalue. | Kenneth Graunke | 2011-01-31 | 8 | -29/+42 |
* | glsl: Re-synchronize ir_variable_mode and the printer's string array. | Kenneth Graunke | 2011-01-31 | 1 | -1/+1 |
* | Remove talloc from the SCons build system. | Kenneth Graunke | 2011-01-31 | 1 | -19/+1 |
* | Remove talloc from the make and automake build systems. | Kenneth Graunke | 2011-01-31 | 1 | -4/+2 |
* | ralloc: a new MIT-licensed recursive memory allocator. | Kenneth Graunke | 2011-01-31 | 2 | -35/+280 |
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 54 | -499/+491 |
* | ralloc: Add a fake implementation of ralloc based on talloc. | Kenneth Graunke | 2011-01-31 | 4 | -0/+542 |
* | Revert "glcpp: Demote "macro redefined" from an error to a warning" | Carl Worth | 2011-01-29 | 4 | -38/+15 |
* | glcpp: Demote "macro redefined" from an error to a warning | Carl Worth | 2011-01-28 | 4 | -15/+38 |
* | glsl: Refresh autogenerated lexer file | Chad Versace | 2011-01-26 | 1 | -117/+118 |