Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 1 | -2/+2 |
* | glsl: Add missing null check in push_back() | Juha-Pekka Heikkila | 2014-06-26 | 1 | -2/+11 |
* | glsl: silence a couple warnings in find_active_atomic_counters() | Brian Paul | 2014-01-23 | 1 | -1/+2 |
* | glsl: Index into ctx->Const.Program[] rather than using ad-hoc code. | Paul Berry | 2014-01-09 | 1 | -14/+2 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 1 | -6/+6 |
* | mesa: Clean up nomenclature for pipeline stages. | Paul Berry | 2014-01-08 | 1 | -11/+11 |
* | mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES. | Paul Berry | 2013-12-30 | 1 | -3/+4 |
* | glsl: Get rid of hardcoded arrays of shader target names. | Paul Berry | 2013-12-30 | 1 | -5/+3 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 1 | -10/+10 |
* | glsl: Linker support for ARB_shader_atomic_counters. | Francisco Jerez | 2013-11-07 | 1 | -0/+277 |