index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
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-09-14
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
1
-19
/
+20
2011-09-09
glsl: Silence several "warning: unused parameter"
Ian Romanick
1
-0
/
+6
2011-09-08
glsl: Clarify error message about whole-array assignment in GLSL 1.10.
Eric Anholt
1
-6
/
+25
2011-09-08
glsl: When assiging from a whole array, mark it as used.
Eric Anholt
1
-0
/
+1
2011-09-08
glsl: Check that gl_ClipDistance[] is not sized too large.
Paul Berry
1
-0
/
+15
2011-09-08
glsl: Rework oversize array check for gl_TexCoord.
Paul Berry
1
-12
/
+33
2011-08-15
glsl: When assigning to a whole array, mark the array as accessed.
Eric Anholt
1
-10
/
+11
2011-08-08
glsl: Check array size is const before asserting that no IR was generated.
Paul Berry
1
-5
/
+8
2011-08-08
glsl: Emit function signatures at toplevel, even for built-ins.
Paul Berry
1
-17
/
+14
2011-08-05
glsl: empty declarations should be valid
Chia-I Wu
1
-5
/
+5
2011-07-20
glsl: Reject shaders that contain static recursion
Ian Romanick
1
-0
/
+2
2011-07-18
glsl: Ensure that sampler declarations are always uniform or "in" parameters.
Paul Berry
1
-0
/
+35
2011-06-29
glsl: Distinguish "type mismatch" error messages for modulus operator.
Kenneth Graunke
1
-3
/
+11
2011-06-28
glsl: permit explicit locations on fragment shader outputs, not inputs
Paul Berry
1
-1
/
+1
2011-04-20
glsl/ast_to_hir: Only use the local 'type' variable as a temporary.
Kenneth Graunke
1
-20
/
+4
2011-04-18
glsl: Emit a warning when the left-hand operand of a comma has no effect
Ian Romanick
1
-1
/
+35
2011-04-13
glsl: Perform type checking on "^^" operands.
Eric Anholt
1
-3
/
+10
2011-04-13
glsl: When we've emitted a semantic error for ==, return a bool constant.
Eric Anholt
1
-3
/
+7
2011-04-13
glsl: Semantically check the RHS of `||' even when short-circuiting.
Eric Anholt
1
-6
/
+5
2011-04-13
glsl: Semantically check the RHS of `&&' even when short-circuiting.
Eric Anholt
1
-6
/
+6
2011-04-13
glsl: Avoid cascading errors when looking for a scalar boolean and failing.
Eric Anholt
1
-76
/
+48
2011-03-26
glsl: Accept precision qualifiers on sampler types, but only in ES.
Kenneth Graunke
1
-2
/
+9
2011-03-25
glsl: Fix off-by-one error setting max_array_access for non-constant indexing
Ian Romanick
1
-1
/
+1
2011-03-15
glsl: Only allow unsized array assignment in an initializer
Ian Romanick
1
-14
/
+17
2011-03-04
glsl: Process redeclarations before initializers
Ian Romanick
1
-43
/
+44
2011-03-04
glsl: Refactor AST-to-HIR code handling variable initializers
Ian Romanick
1
-108
/
+125
2011-03-04
glsl: Refactor AST-to-HIR code handling variable redeclarations
Ian Romanick
1
-113
/
+133
2011-02-28
glsl: Use reralloc instead of plain realloc.
Kenneth Graunke
1
-5
/
+3
2011-02-08
glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
Chad Versace
1
-0
/
+7
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
[next]