index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
opt_structure_splitting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-5
/
+2
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-4
/
+2
*
glsl: Convert piles of foreach_iter to foreach_list_safe.
Kenneth Graunke
2014-01-13
1
-4
/
+4
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-4
/
+4
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-2
/
+2
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-1
/
+0
*
glsl: Disable structure splitting for shader ins/outs.
Paul Berry
2013-01-24
1
-1
/
+2
*
glsl: Rename variable_entry2 back to variable_entry in struct splitting.
Kenneth Graunke
2012-09-29
1
-21
/
+17
*
glsl: Put a bunch of optimization visitors under anonymous namespaces.
Eric Anholt
2012-06-11
1
-0
/
+4
*
glsl: Remove unused member mem_ctx from ir_dead_functions_visitor.
Vinson Lee
2012-04-26
1
-1
/
+0
*
glsl: Fix up some comments in structure splitting, based on array-split work.
Eric Anholt
2012-04-19
1
-3
/
+8
*
glsl: Reduce processing of expression trees in do_structure_splitting.
Eric Anholt
2011-03-15
1
-0
/
+6
*
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
2011-02-21
1
-3
/
+0
*
glsl: Add using statements for standard library functions.
Vinson Lee
2011-02-03
1
-0
/
+3
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-8
/
+8
*
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
/
+361