Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: fix signed/unsigned comparision warnings on MSVC | Brian Paul | 2012-11-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | glsl: Clamp vector indices when lowering to swizzles | Ian Romanick | 2011-11-09 | 1 | -2/+20 |
| | | | | | | | | | | | | | This prevents other code from seeing a swizzle of the 16th component of a vector, for example. NOTE: This is a candidate for the 7.11 branch. Signed-off-by: Ian Romanick <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42517 Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Paul Berry <[email protected]> Tested-by: Christian Holler <[email protected]> | ||||
* | 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 |
This helps distinguish between lowering passes, optimization passes, and other compiler code. |