Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Fix gl_program::OutputsWritten computation for dual-source blending. | Francisco Jerez | 2016-08-30 | 1 | -1/+1 |
* | glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts. | Francisco Jerez | 2016-08-30 | 1 | -2/+7 |
* | glsl: Keep track of the set of fragment outputs read by a GL program. | Francisco Jerez | 2016-08-24 | 1 | -0/+3 |
* | glsl: Don't consider read-only fragment outputs to be written to. | Francisco Jerez | 2016-08-24 | 1 | -1/+1 |
* | glsl: Delete bogus ir_set_program_inouts assert. | Kenneth Graunke | 2016-08-07 | 1 | -3/+7 |
* | compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*. | Kenneth Graunke | 2016-07-17 | 1 | -1/+1 |
* | glsl/types: rename is_dual_slot_double to is_dual_slot_64bit. | Dave Airlie | 2016-06-09 | 1 | -2/+2 |
* | glsl: Assert that inputs have a location assigned | Ian Romanick | 2016-05-18 | 1 | -0/+2 |
* | glsl: Rename "vertex_input_slots" -> "is_vertex_input" | Matt Turner | 2016-04-13 | 1 | -3/+3 |
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+453 |