index
:
~olv/mesa
android-gingerbread-7.11
android-gingerbread-next
android-gingerbread-upstream-wip
android-ics-next
draw-decompose
draw-decompose-2.1
draw-vsplit
egl-client-buffer
egl-windows
esapi-rework
gallium-g3d
gallium-unified-draw
gallium-unified-draw-2
master
new-egl
shared-glapi
shared-glapi-2
shared-glapi-3
vega-1.1
vega-polish
webgl
olv's Mesa repository
olv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ast_to_hir.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-2
/
+2
2011-01-26
glsl: Propagate depth layout qualifier from AST to IR
Chad Versace
1
-0
/
+64
2011-01-22
glsl: Don't assert when the value returned by a function has no rvalue
Ian Romanick
1
-13
/
+12
2011-01-21
glsl: Improve error message when read-only vars are written
Chad Versace
1
-1
/
+8
2011-01-21
glsl: Mark 'in' variables at global scope as read-only
Chad Versace
1
-1
/
+2
2011-01-18
glsl: Fix segfault due to missing printf argument
Chad Versace
1
-1
/
+2
2011-01-18
glsl: Fix semantic checks on precision qualifiers
Chad Versace
1
-9
/
+8
2011-01-17
glsl: Add support for default precision statements
Chad Versace
1
-0
/
+52
2011-01-17
glsl: Add semantic checks for precision qualifiers
Chad Versace
1
-0
/
+33
2011-01-17
glsl: Check that 'centroid in' does not occur in vertex shader
Chad Versace
1
-0
/
+13
2011-01-17
glsl: Check that interpolation quals only apply to vertex ins and fragment outs
Chad Versace
1
-0
/
+35
2011-01-17
glsl: Check that interpolation qualifiers do not precede 'varying'
Chad Versace
1
-0
/
+26
2011-01-13
glsl: Emit errors or warnings when 'layout' is used with 'attribute' or 'vary...
Ian Romanick
1
-0
/
+46
2011-01-13
glsl: Allow 'in' and 'out' when 'layout' is also available
Ian Romanick
1
-2
/
+5
2011-01-12
glsl: Track variable usage, use that to enforce semantics
Ian Romanick
1
-2
/
+16
2011-01-10
glsl: Disallow 'in' and 'out' on globals in GLSL 1.20
Ian Romanick
1
-5
/
+5
2011-01-06
glsl: Support the 'invariant(all)' pragma
Ian Romanick
1
-0
/
+17
2011-01-06
glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20
Ian Romanick
1
-4
/
+24
2011-01-04
glsl: Check that integer vertex outputs are qualified with flat
Chad Versace
1
-0
/
+19
2011-01-04
glsl: Allow redeclaration of gl_Color and its variants in GLSL 1.30
Chad Versace
1
-0
/
+21
2011-01-01
glsl: Remove unused "instructions" parameter.
Kenneth Graunke
1
-1
/
+1
2010-12-10
glsl: Inherrit type of declared variable from initializer after processing as...
Ian Romanick
1
-8
/
+17
2010-12-10
glsl: Minor clean-up in validate_assignment
Ian Romanick
1
-6
/
+3
2010-12-08
glsl: In ast_to_hir, check sampler array indexing
Chad Versace
1
-0
/
+14
2010-12-07
glsl: Inherrit type of declared variable from initializer
Ian Romanick
1
-0
/
+18
2010-12-07
glsl: Ensure that equality comparisons don't return a NULL IR tree
Ian Romanick
1
-16
/
+19
2010-12-06
glsl: Factor out code which emits a new function into the IR stream.
Kenneth Graunke
1
-18
/
+22
2010-12-01
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
1
-0
/
+14
2010-11-30
glsl: Quiet unreachable no-return-from-function warning.
Eric Anholt
1
-0
/
+2
2010-11-30
glsl: Fix structure and array comparisions.
Eric Anholt
1
-2
/
+70
2010-11-29
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
1
-2
/
+2
2010-11-29
glsl: Make the symbol table's add_function just use the function's name.
Eric Anholt
1
-1
/
+1
2010-11-17
glsl: Fix erroneous cast in ast_jump_statement::hir()
Chad Versace
1
-2
/
+1
2010-10-25
glsl: Fix ast-to-hir for ARB_fragment_coord_conventions
Chad Versace
1
-1
/
+1
2010-10-20
glsl: Remove useless ir_shader enumeration value.
Kenneth Graunke
1
-5
/
+1
2010-10-20
glsl: Add assert for unhandled ir_shader case.
Vinson Lee
1
-0
/
+4
2010-10-19
glsl: Implement ast-to-hir for bit-logic ops
Chad Versace
1
-4
/
+12
2010-10-19
glsl: Define bit_logic_result_type() in ast_to_hir.cpp
Chad Versace
1
-32
/
+67
2010-10-19
glsl: Implement ast-to-hir for bit-shift-assignment
Chad Versace
1
-4
/
+12
2010-10-19
glsl: Define shift_result_type() in ast_to_hir.cpp
Chad Versace
1
-41
/
+67
2010-10-18
glsl: Don't return NULL IR for erroneous bit-shift operators.
Kenneth Graunke
1
-5
/
+0
2010-10-15
glsl: Implement ast-to-hir for binary shifts in GLSL 1.30
Chad Versace
1
-3
/
+58
2010-10-08
glsl: Add linker support for explicit attribute locations
Ian Romanick
1
-3
/
+15
2010-10-08
glsl: Track explicit location in AST to IR translation
Ian Romanick
1
-0
/
+47
2010-10-08
glsl: Wrap ast_type_qualifier contents in a struct in a union
Ian Romanick
1
-30
/
+33
2010-09-18
glsl: Properly handle nested structure types.
Kenneth Graunke
1
-25
/
+6
2010-09-16
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
1
-1
/
+1
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
1
-2
/
+2
2010-09-07
ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.
Kenneth Graunke
1
-1
/
+7
2010-09-07
glsl: Allow overloading of built-ins without hiding in GLSL ES.
Kenneth Graunke
1
-1
/
+1
[next]