Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/gen6/gs: implement transform feedback support in gen6_gs_visitor | Samuel Iglesias Gonsalvez | 2014-09-19 | 1 | -3/+306 |
* | i965/gen6/gs: Add an additional parameter to the FF_SYNC opcode. | Samuel Iglesias Gonsalvez | 2014-09-19 | 1 | -1/+2 |
* | i965/gen6/gs: Implement support for gl_PrimitiveIdIn. | Iago Toral Quiroga | 2014-09-19 | 1 | -0/+67 |
* | i965/gen6/gs: Handle the case where a geometry shader emits no output. | Iago Toral Quiroga | 2014-09-19 | 1 | -120/+117 |
* | i965/gen6/gs: Make sure we complete the last primitive. | Iago Toral Quiroga | 2014-09-19 | 1 | -0/+13 |
* | i965/gen6/gs: Implement geometry shaders for outputs other than points. | Iago Toral Quiroga | 2014-09-19 | 1 | -7/+65 |
* | i965/gen6/gs: Add initial implementation for a gen6 geometry shader visitor. | Iago Toral Quiroga | 2014-09-19 | 1 | -0/+346 |