Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/gs: Pull prog_data out of brw_gs_compile | Jason Ekstrand | 2015-10-21 | 1 | -1/+1 |
* | nir: Introduce new nir_intrinsic_load_per_vertex_input intrinsics. | Kenneth Graunke | 2015-10-04 | 1 | -35/+23 |
* | i965/backend_shader: Add a field to store the NIR shader | Jason Ekstrand | 2015-10-02 | 1 | -3/+3 |
* | nir: Use a system value for gl_PrimitiveIDIn. | Kenneth Graunke | 2015-09-29 | 1 | -0/+10 |
* | i965/gs: Use new NIR intrinsics. | Kenneth Graunke | 2015-09-23 | 1 | -2/+11 |
* | i965: Move type_size() methods out of visitor classes. | Kenneth Graunke | 2015-08-25 | 1 | -2/+2 |
* | i965/nir/gs: Implement support for gl_InvocationID system value | Iago Toral Quiroga | 2015-08-03 | 1 | -0/+28 |
* | i965/nir/gs: Implement EmitVertex and EndPrimitive | Iago Toral Quiroga | 2015-08-03 | 1 | -0/+22 |
* | i965/nir/gs: Handle geometry shaders inputs | Iago Toral Quiroga | 2015-08-03 | 1 | -0/+68 |