summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_gs_nir.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: add component packing for gsTimothy Arceri2016-07-211-0/+2
* i965: Silence unused parameter warningsIan Romanick2016-05-181-2/+1
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-2/+2
* i965/vec4/gs: Stop munging the ATTR containing gl_PointSize.Kenneth Graunke2016-02-091-0/+4
* nir: Get rid of *_indirect variants of input/output load/store intrinsicsJason Ekstrand2015-12-101-4/+3
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-1/+0
* i965/gs: Pull prog_data out of brw_gs_compileJason Ekstrand2015-10-211-1/+1
* nir: Introduce new nir_intrinsic_load_per_vertex_input intrinsics.Kenneth Graunke2015-10-041-35/+23
* i965/backend_shader: Add a field to store the NIR shaderJason Ekstrand2015-10-021-3/+3
* nir: Use a system value for gl_PrimitiveIDIn.Kenneth Graunke2015-09-291-0/+10
* i965/gs: Use new NIR intrinsics.Kenneth Graunke2015-09-231-2/+11
* i965: Move type_size() methods out of visitor classes.Kenneth Graunke2015-08-251-2/+2
* i965/nir/gs: Implement support for gl_InvocationID system valueIago Toral Quiroga2015-08-031-0/+28
* i965/nir/gs: Implement EmitVertex and EndPrimitiveIago Toral Quiroga2015-08-031-0/+22
* i965/nir/gs: Handle geometry shaders inputsIago Toral Quiroga2015-08-031-0/+68