index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
opt_function_inlining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
exec_list: Make various places use the new length() method.
Connor Abbott
2014-07-15
1
-5
/
+2
*
glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-2
/
+1
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-3
/
+2
*
glsl: Use a new foreach_two_lists macro for walking two lists at once.
Kenneth Graunke
2014-01-13
1
-21
/
+14
*
glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.
Kenneth Graunke
2014-01-13
1
-2
/
+2
*
glsl: Convert piles of foreach_iter to foreach_list_safe.
Kenneth Graunke
2014-01-13
1
-2
/
+2
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-3
/
+3
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-6
/
+6
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
1
-1
/
+1
*
glsl: Fix the function inlining pass to deal with general opaque arguments.
Francisco Jerez
2013-10-29
1
-33
/
+33
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-4
/
+4
*
glsl: Put a bunch of optimization visitors under anonymous namespaces.
Eric Anholt
2012-06-11
1
-0
/
+3
*
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
2012-04-02
1
-57
/
+5
*
glsl: Remove unneeded headers.
Stéphane Marchesin
2011-10-04
1
-1
/
+0
*
glsl: Use insert_before for lists instead of open coding it
Ian Romanick
2011-03-08
1
-4
/
+1
*
glsl: Function signatures cannot have NULL return type
Ian Romanick
2011-03-08
1
-1
/
+1
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-0
/
+1
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-3
/
+3
*
glsl: Fix Doxygen tag \file in recently renamed files
Chad Versace
2010-11-17
1
-1
/
+1
*
glsl: Rename various ir_* files to lower_* and opt_*.
Kenneth Graunke
2010-11-15
1
-0
/
+424