index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Refresh autogenerated lexer and parser files.
Ian Romanick
2011-01-06
3
-2649
/
+2700
*
glsl: Support the 'invariant(all)' pragma
Ian Romanick
2011-01-06
4
-0
/
+42
*
glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20
Ian Romanick
2011-01-06
1
-4
/
+24
*
glcpp: Add test for recursive #define.
Vinson Lee
2011-01-04
1
-0
/
+3
*
glcpp: Add division by zero test cases.
Vinson Lee
2011-01-04
2
-0
/
+4
*
glsl: Check that integer vertex outputs are qualified with flat
Chad Versace
2011-01-04
1
-0
/
+19
*
glsl: Allow redeclaration of gl_Color and its variants in GLSL 1.30
Chad Versace
2011-01-04
1
-0
/
+21
*
glsl: Comment ast_type_qualifier.flags
Chad Versace
2011-01-04
1
-1
/
+5
*
glsl: Really remove unused "instructions" parameter.
Kenneth Graunke
2011-01-01
1
-2
/
+1
*
glsl: Remove unused "instructions" parameter.
Kenneth Graunke
2011-01-01
4
-22
/
+17
*
glcpp: Add negative tests for redefintions with valueless macros.
Vinson Lee
2010-12-27
2
-0
/
+15
*
glsl: Support if-flattening beyond a given maximum nesting depth.
Kenneth Graunke
2010-12-27
2
-6
/
+38
*
Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-12-17
1
-87
/
+34
*
glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).
Kenneth Graunke
2010-12-17
1
-87
/
+34
*
glsl: Expose a public glsl_type::void_type const pointer.
Kenneth Graunke
2010-12-17
3
-4
/
+6
*
glsl: new glsl_strtod() wrapper to fix decimal point interpretation
Brian Paul
2010-12-14
8
-229
/
+329
*
linker: Allow built-in arrays to have different sizes between shader stages
Ian Romanick
2010-12-13
1
-8
/
+29
*
glsl: Inherrit type of declared variable from initializer after processing as...
Ian Romanick
2010-12-10
1
-8
/
+17
*
glsl: Minor clean-up in validate_assignment
Ian Romanick
2010-12-10
1
-6
/
+3
*
glsl: Unroll loops with conditional breaks anywhere (not just the end)
7.10-branchpoint
Luca Barbieri
2010-12-09
1
-46
/
+68
*
glsl: Consider the "else" branch when looking for loop breaks.
Kenneth Graunke
2010-12-09
1
-1
/
+1
*
glsl: Clean up code by adding a new is_break() function.
Kenneth Graunke
2010-12-09
1
-6
/
+11
*
glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.
Eric Anholt
2010-12-09
1
-20
/
+15
*
glsl: fix lowering conditional returns in subroutines
Fabian Bieler
2010-12-09
1
-1
/
+5
*
glsl: In ast_to_hir, check sampler array indexing
Chad Versace
2010-12-08
1
-0
/
+14
*
linker: Fix regressions caused by previous commit
Ian Romanick
2010-12-07
1
-12
/
+16
*
linker: Ensure that unsized arrays have a size after linking
Ian Romanick
2010-12-07
1
-1
/
+27
*
glsl: Inherrit type of declared variable from initializer
Ian Romanick
2010-12-07
1
-0
/
+18
*
glsl: Ensure that equality comparisons don't return a NULL IR tree
Ian Romanick
2010-12-07
1
-16
/
+19
*
Refresh autogenerated glcpp parser.
Kenneth Graunke
2010-12-07
1
-47
/
+46
*
glcpp: Don't emit SPACE tokens in conditional_tokens production.
Kenneth Graunke
2010-12-07
1
-1
/
+0
*
glsl: Properly add functions during lazy built-in prototype importing.
Kenneth Graunke
2010-12-06
3
-7
/
+25
*
glsl: Factor out code which emits a new function into the IR stream.
Kenneth Graunke
2010-12-06
2
-18
/
+26
*
ir_print_visitor: Print out constant structure values.
Kenneth Graunke
2010-12-03
1
-0
/
+9
*
glsl: Fix flipped return of has_value() for array constants.
Eric Anholt
2010-12-02
1
-1
/
+1
*
glsl: Fix linker bug in cross_validate_globals()
Chad Versace
2010-12-01
1
-0
/
+7
*
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
2010-12-01
1
-0
/
+14
*
glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2
Ian Romanick
2010-12-01
2
-2
/
+29
*
glsl: Use M_LOG2E constant instead of calling log2
Ian Romanick
2010-12-01
1
-3
/
+3
*
glsl: Add comments to lower_jumps (from the commit message).
Kenneth Graunke
2010-12-01
1
-0
/
+31
*
glsl: Remove "discard" support from lower_jumps.
Kenneth Graunke
2010-12-01
1
-11
/
+2
*
glsl: Add a lowering pass to move discards out of if-statements.
Kenneth Graunke
2010-12-01
4
-0
/
+201
*
glsl: Add an optimization pass to simplify discards.
Kenneth Graunke
2010-12-01
5
-0
/
+184
*
glsl/linker: Free any IR discarded by optimization passes.
Kenneth Graunke
2010-11-30
1
-4
/
+19
*
glsl: Remove anti-built-in hacks from the print visitor.
Kenneth Graunke
2010-11-30
1
-7
/
+0
*
glsl: Lazily import built-in function prototypes.
Kenneth Graunke
2010-11-30
3
-31
/
+40
*
glsl: Refactor out cloning of function prototypes.
Kenneth Graunke
2010-11-30
3
-27
/
+24
*
glsl: fix matrix type check in ir_algebraic
Aras Pranckevicius
2010-11-30
1
-2
/
+2
*
glsl: Quiet unreachable no-return-from-function warning.
Eric Anholt
2010-11-30
1
-0
/
+2
*
glsl: Fix structure and array comparisions.
Eric Anholt
2010-11-30
1
-2
/
+70
[next]