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-01-13
glsl: Emit errors or warnings when 'layout' is used with 'attribute' or 'vary...
Ian Romanick
2011-01-13
glsl: Allow 'in' and 'out' when 'layout' is also available
Ian Romanick
2011-01-13
scons: Fix cross-compilation.
José Fonseca
2011-01-12
glsl/s_expression: Read and ignore Scheme-style comments.
Kenneth Graunke
2011-01-12
glsl/builtins: Remove unnecessary (constant bool (1)) from assignments.
Kenneth Graunke
2011-01-12
ir_reader: Make assignment conditions optional.
Kenneth Graunke
2011-01-12
ir_reader: Convert to a class.
Kenneth Graunke
2011-01-12
ir_reader: Combine the three dereference reading functions into one.
Kenneth Graunke
2011-01-12
ir_reader: Relax requirement that function arguments be s_lists.
Kenneth Graunke
2011-01-12
ir_reader: Remove s_list::length() method.
Kenneth Graunke
2011-01-12
ir_reader: Add a pattern matching system and use it everywhere.
Kenneth Graunke
2011-01-12
glsl: remove trailing comma to silence warning
Brian Paul
2011-01-12
glsl/Makefile: Fix build with --as-needed.
Kenneth Graunke
2011-01-12
glsl: Track variable usage, use that to enforce semantics
Ian Romanick
2011-01-12
generate_builtins.py: Add missing import.
Vinson Lee
2011-01-12
glsl: Make builtin_compiler build on Windows with MSVC.
José Fonseca
2011-01-12
glsl: Make builtin_compiler portable for non-unices.
José Fonseca
2011-01-12
getopt: Import OpenBSD getopt implementation for MSVC.
José Fonseca
2011-01-11
glsl: Add type inference support for remaining expression opcodes.
Kenneth Graunke
2011-01-11
glsl: Fix the lowering of variable array indexing to not lose write_masks.
Eric Anholt
2011-01-10
glsl: Autogenerate builtin_functions.cpp as part of the build process.
Kenneth Graunke
2011-01-10
glsl: Disallow 'in' and 'out' on globals in GLSL 1.20
Ian Romanick
2011-01-10
glsl: Refresh autogenerated parser file.
Ian Romanick
2011-01-10
glsl: Add version_string containing properly formatted GLSL version
Ian Romanick
2011-01-10
glcpp: Refresh autogenerated lexer and parser files.
Ian Romanick
2011-01-10
glcpp: Generate an error for division by zero
Ian Romanick
2011-01-10
glcpp: Regenerate glcpp-parse.c
Chad Versace
2011-01-10
glcpp: Fix segfault when validating macro redefinitions
Chad Versace
2011-01-10
glsl: At link-time, check that globals have matching centroid qualifiers
Chad Versace
2011-01-06
glsl: Refresh autogenerated lexer and parser files.
Ian Romanick
2011-01-06
glsl: Support the 'invariant(all)' pragma
Ian Romanick
2011-01-06
glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20
Ian Romanick
2011-01-04
glcpp: Add test for recursive #define.
Vinson Lee
2011-01-04
glcpp: Add division by zero test cases.
Vinson Lee
2011-01-04
glsl: Check that integer vertex outputs are qualified with flat
Chad Versace
2011-01-04
glsl: Allow redeclaration of gl_Color and its variants in GLSL 1.30
Chad Versace
2011-01-04
glsl: Comment ast_type_qualifier.flags
Chad Versace
2011-01-01
glsl: Really remove unused "instructions" parameter.
Kenneth Graunke
2011-01-01
glsl: Remove unused "instructions" parameter.
Kenneth Graunke
2010-12-27
glcpp: Add negative tests for redefintions with valueless macros.
Vinson Lee
2010-12-27
glsl: Support if-flattening beyond a given maximum nesting depth.
Kenneth Graunke
2010-12-17
Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-12-17
glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).
Kenneth Graunke
2010-12-17
glsl: Expose a public glsl_type::void_type const pointer.
Kenneth Graunke
2010-12-14
glsl: new glsl_strtod() wrapper to fix decimal point interpretation
Brian Paul
2010-12-13
linker: Allow built-in arrays to have different sizes between shader stages
Ian Romanick
2010-12-10
glsl: Inherrit type of declared variable from initializer after processing as...
Ian Romanick
2010-12-10
glsl: Minor clean-up in validate_assignment
Ian Romanick
2010-12-09
glsl: Unroll loops with conditional breaks anywhere (not just the end)
Luca Barbieri
2010-12-09
glsl: Consider the "else" branch when looking for loop breaks.
Kenneth Graunke
[next]