Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Properly pack GS output varyings | Paul Berry | 2013-08-01 | 1 | -2/+57 |
* | glsl: Modify varying packing to use a temporary exec_list. | Paul Berry | 2013-08-01 | 1 | -10/+18 |
* | glsl/linker: Properly pack GS input varyings. | Paul Berry | 2013-08-01 | 1 | -28/+184 |
* | glsl: Document lower_packed_varyings' "flat" requirement with an assert. | Paul Berry | 2013-04-09 | 1 | -0/+8 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -1/+1 |
* | glsl: Update lower_packed_varyings to handle varying structs. | Paul Berry | 2013-01-24 | 1 | -4/+18 |
* | glsl: Eliminate ambiguity between function ins/outs and shader ins/outs | Paul Berry | 2013-01-24 | 1 | -3/+3 |
* | glsl: Pack flat "varyings" of mixed types together. | Paul Berry | 2013-01-08 | 1 | -8/+87 |
* | glsl: Add a lowering pass for packing varyings. | Paul Berry | 2012-12-14 | 1 | -0/+364 |