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
/
ast_to_hir.cpp
Age
Commit message (
Expand
)
Author
2011-02-08
glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
Chad Versace
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-26
glsl: Propagate depth layout qualifier from AST to IR
Chad Versace
2011-01-22
glsl: Don't assert when the value returned by a function has no rvalue
Ian Romanick
2011-01-21
glsl: Improve error message when read-only vars are written
Chad Versace
2011-01-21
glsl: Mark 'in' variables at global scope as read-only
Chad Versace
2011-01-18
glsl: Fix segfault due to missing printf argument
Chad Versace
2011-01-18
glsl: Fix semantic checks on precision qualifiers
Chad Versace
2011-01-17
glsl: Add support for default precision statements
Chad Versace
2011-01-17
glsl: Add semantic checks for precision qualifiers
Chad Versace
2011-01-17
glsl: Check that 'centroid in' does not occur in vertex shader
Chad Versace
2011-01-17
glsl: Check that interpolation quals only apply to vertex ins and fragment outs
Chad Versace
2011-01-17
glsl: Check that interpolation qualifiers do not precede 'varying'
Chad Versace
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-12
glsl: Track variable usage, use that to enforce semantics
Ian Romanick
2011-01-10
glsl: Disallow 'in' and 'out' on globals in GLSL 1.20
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
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-01
glsl: Remove unused "instructions" parameter.
Kenneth Graunke
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-08
glsl: In ast_to_hir, check sampler array indexing
Chad Versace
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-06
glsl: Factor out code which emits a new function into the IR stream.
Kenneth Graunke
2010-12-01
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
2010-11-30
glsl: Quiet unreachable no-return-from-function warning.
Eric Anholt
2010-11-30
glsl: Fix structure and array comparisions.
Eric Anholt
2010-11-29
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
2010-11-29
glsl: Make the symbol table's add_function just use the function's name.
Eric Anholt
2010-11-17
glsl: Fix erroneous cast in ast_jump_statement::hir()
Chad Versace
2010-10-25
glsl: Fix ast-to-hir for ARB_fragment_coord_conventions
Chad Versace
2010-10-20
glsl: Remove useless ir_shader enumeration value.
Kenneth Graunke
2010-10-20
glsl: Add assert for unhandled ir_shader case.
Vinson Lee
2010-10-19
glsl: Implement ast-to-hir for bit-logic ops
Chad Versace
2010-10-19
glsl: Define bit_logic_result_type() in ast_to_hir.cpp
Chad Versace
2010-10-19
glsl: Implement ast-to-hir for bit-shift-assignment
Chad Versace
2010-10-19
glsl: Define shift_result_type() in ast_to_hir.cpp
Chad Versace
2010-10-18
glsl: Don't return NULL IR for erroneous bit-shift operators.
Kenneth Graunke
2010-10-15
glsl: Implement ast-to-hir for binary shifts in GLSL 1.30
Chad Versace
2010-10-08
glsl: Add linker support for explicit attribute locations
Ian Romanick
2010-10-08
glsl: Track explicit location in AST to IR translation
Ian Romanick
2010-10-08
glsl: Wrap ast_type_qualifier contents in a struct in a union
Ian Romanick
2010-09-18
glsl: Properly handle nested structure types.
Kenneth Graunke
2010-09-16
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-07
ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.
Kenneth Graunke
[next]