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-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
2010-12-09
glsl: Clean up code by adding a new is_break() function.
Kenneth Graunke
2010-12-09
glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.
Eric Anholt
2010-12-09
glsl: fix lowering conditional returns in subroutines
Fabian Bieler
2010-12-08
glsl: In ast_to_hir, check sampler array indexing
Chad Versace
2010-12-07
linker: Fix regressions caused by previous commit
Ian Romanick
2010-12-07
linker: Ensure that unsized arrays have a size after linking
Ian Romanick
2010-12-07
glsl: Inherrit type of declared variable from initializer
Ian Romanick
2010-12-07
glsl: Ensure that equality comparisons don't return a NULL IR tree
Ian Romanick
2010-12-07
Refresh autogenerated glcpp parser.
Kenneth Graunke
2010-12-07
glcpp: Don't emit SPACE tokens in conditional_tokens production.
Kenneth Graunke
2010-12-06
glsl: Properly add functions during lazy built-in prototype importing.
Kenneth Graunke
2010-12-06
glsl: Factor out code which emits a new function into the IR stream.
Kenneth Graunke
2010-12-03
ir_print_visitor: Print out constant structure values.
Kenneth Graunke
2010-12-02
glsl: Fix flipped return of has_value() for array constants.
Eric Anholt
2010-12-01
glsl: Fix linker bug in cross_validate_globals()
Chad Versace
2010-12-01
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
2010-12-01
glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2
Ian Romanick
2010-12-01
glsl: Use M_LOG2E constant instead of calling log2
Ian Romanick
2010-12-01
glsl: Add comments to lower_jumps (from the commit message).
Kenneth Graunke
2010-12-01
glsl: Remove "discard" support from lower_jumps.
Kenneth Graunke
2010-12-01
glsl: Add a lowering pass to move discards out of if-statements.
Kenneth Graunke
2010-12-01
glsl: Add an optimization pass to simplify discards.
Kenneth Graunke
2010-11-30
glsl/linker: Free any IR discarded by optimization passes.
Kenneth Graunke
2010-11-30
glsl: Remove anti-built-in hacks from the print visitor.
Kenneth Graunke
2010-11-30
glsl: Lazily import built-in function prototypes.
Kenneth Graunke
2010-11-30
glsl: Refactor out cloning of function prototypes.
Kenneth Graunke
2010-11-30
glsl: fix matrix type check in ir_algebraic
Aras Pranckevicius
2010-11-30
glsl: Quiet unreachable no-return-from-function warning.
Eric Anholt
2010-11-30
glsl: Fix structure and array comparisions.
Eric Anholt
[next]