index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
Age
Commit message (
Expand
)
Author
2011-02-04
linker: Generate link errors when ES shaders are missing stages
Ian Romanick
2011-02-04
glsl: Add opt_copy_propagation_elements.cpp to SConscript.
Vinson Lee
2011-02-04
glsl: Remove extra checks for constant true assignment conditions.
Eric Anholt
2011-02-04
glsl: Fix a comment typo in copy propagation.
Eric Anholt
2011-02-04
glsl: Add a new opt_copy_propagation variant that does it channel-wise.
Eric Anholt
2011-02-03
ralloc: Add missing va_end following va_copy.
Vinson Lee
2011-02-03
glsl: Add using statements for standard library functions.
Vinson Lee
2011-02-02
glcpp: Raise error when modulus is zero
Chad Versace
2011-02-02
glsl: Avoid division-by-zero during constant-folding
Chad Versace
2011-02-02
glsl: Fix constant-folding for reciprocal expressions
Chad Versace
2011-02-01
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
Kenneth Graunke
2011-02-01
glsl: Fix invalid use of ralloc_asprintf in prototype_string.
Kenneth Graunke
2011-02-01
glsl: Fix printf_length() on MSVC.
José Fonseca
2011-02-01
glsl: Fix memory error when creating the supported version string.
Kenneth Graunke
2011-01-31
texture_builtins.py: Fix a warning about mixed tabs/spaces.
Kenneth Graunke
2011-01-31
glsl: Refresh autogenerated lexer and parser files.
Ian Romanick
2011-01-31
glsl: Reject shader versions not supported by the implementation
Ian Romanick
2011-01-31
glsl: Ensure that all GLSL versions are supported in the stand-alone compiler
Ian Romanick
2011-01-31
glsl: Fix dependencies / linkage for glsl_compiler
Ian Romanick
2011-01-31
glsl: regerated files
Brian Paul
2011-01-31
glsl: make _token_list_is_empty_ignoring_space() static
Brian Paul
2011-01-31
scons/glsl: add top-level 'include' dir to CPPPATH
Brian Paul
2011-01-31
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
2011-01-31
glsl: Define va_copy on MSVC.
José Fonseca
2011-01-31
glsl/builtins: Uncomment prototypes for texture*Offset functions.
Kenneth Graunke
2011-01-31
texture_builtins.py: Generate texture*Offset functions.
Kenneth Graunke
2011-01-31
texture_builtins.py: Generalize the "use_proj" field to support offsets.
Kenneth Graunke
2011-01-31
texture_builtins.py: Refactor coordinate dimension calculations.
Kenneth Graunke
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
2011-01-31
glsl: Re-synchronize ir_variable_mode and the printer's string array.
Kenneth Graunke
2011-01-31
Remove talloc from the SCons build system.
Kenneth Graunke
2011-01-31
Remove talloc from the make and automake build systems.
Kenneth Graunke
2011-01-31
ralloc: a new MIT-licensed recursive memory allocator.
Kenneth Graunke
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
ralloc: Add a fake implementation of ralloc based on talloc.
Kenneth Graunke
2011-01-29
Revert "glcpp: Demote "macro redefined" from an error to a warning"
Carl Worth
2011-01-28
glcpp: Demote "macro redefined" from an error to a warning
Carl Worth
2011-01-26
glsl: Refresh autogenerated lexer file
Chad Versace
2011-01-26
glsl: Remove extraneously extraneous parens
Chad Versace
2011-01-26
glsl: Enable AMD_conservative_depth in parser
Chad Versace
2011-01-26
glsl: Raise linking error if gl_FragDepth layout is inconsistent
Chad Versace
2011-01-26
glsl: Propagate depth layout qualifier from AST to IR
Chad Versace
2011-01-26
glsl: Define enum ir_depth_layout
Chad Versace
2011-01-26
glsl: Refresh autogenerated parser files
Chad Versace
2011-01-26
glsl: Add support for AMD_conservative_depth to parser
Chad Versace
2011-01-26
glsl: Add depth layout qualifiers to ast_type_qualifier
Chad Versace
2011-01-26
glcpp: Conditionally define macro GL_AMD_conservative_depth
Chad Versace
2011-01-25
linker: Propagate max_array_access while linking functions
Ian Romanick
2011-01-25
linker: Set sizes for non-global arrays as well
Ian Romanick
[next]