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 | -2/+1 |
* | glsl: Convert piles of foreach_iter to foreach_list_safe. | Kenneth Graunke | 2014-01-13 | 1 | -2/+2 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+4 |
* | glsl: Death to array dereferences of vectors! | Ian Romanick | 2013-05-13 | 1 | -54/+2 |
* | glsl: Lower ir_binop_vector_extract to swizzle | Ian Romanick | 2013-05-13 | 1 | -0/+45 |
* | glsl: fix signed/unsigned comparision warnings on MSVC | Brian Paul | 2012-11-06 | 1 | -1/+1 |
* | glsl: Clamp vector indices when lowering to swizzles | Ian Romanick | 2011-11-09 | 1 | -2/+20 |
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 1 | -1/+1 |
* | 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/+157 |