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
/
opt_function_inlining.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-13
glsl: Use a new foreach_two_lists macro for walking two lists at once.
Kenneth Graunke
1
-21
/
+14
2014-01-13
glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.
Kenneth Graunke
1
-2
/
+2
2014-01-13
glsl: Convert piles of foreach_iter to foreach_list_safe.
Kenneth Graunke
1
-2
/
+2
2014-01-13
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
1
-3
/
+3
2013-12-12
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
1
-6
/
+6
2013-12-12
glsl: introduce data section to ir_variable
Tapani Pälli
1
-1
/
+1
2013-10-29
glsl: Fix the function inlining pass to deal with general opaque arguments.
Francisco Jerez
1
-33
/
+33
2013-01-24
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
1
-4
/
+4
2012-06-11
glsl: Put a bunch of optimization visitors under anonymous namespaces.
Eric Anholt
1
-0
/
+3
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-57
/
+5
2011-10-04
glsl: Remove unneeded headers.
Stéphane Marchesin
1
-1
/
+0
2011-03-08
glsl: Use insert_before for lists instead of open coding it
Ian Romanick
1
-4
/
+1
2011-03-08
glsl: Function signatures cannot have NULL return type
Ian Romanick
1
-1
/
+1
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
1
-0
/
+1
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-3
/
+3
2010-11-17
glsl: Fix Doxygen tag \file in recently renamed files
Chad Versace
1
-1
/
+1
2010-11-15
glsl: Rename various ir_* files to lower_* and opt_*.
Kenneth Graunke
1
-0
/
+424