summaryrefslogtreecommitdiff
path: root/src/compiler/shader_info.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-10compiler: Merge shader_info's tcs and tes structs.Kenneth Graunke1-4/+3
2017-01-07mesa: Introduce a compiler enum for tessellation spacing.Kenneth Graunke1-1/+1
2017-01-07compiler: Change shader_info->tes.vertex_order into a ccw boolean.Kenneth Graunke1-1/+2
2016-12-30mesa/compiler: add local_size_variable to shader_infoTimothy Arceri1-0/+2
2016-12-30mesa/compiler: add stage to shader_infoTimothy Arceri1-0/+3
2016-12-07mesa: add support for GL_INTEL_conservative_rasterizationLionel Landwerlin1-0/+6
2016-12-07mesa: Add GL and GLSL plumbing for ARB_post_depth_coverage for i965 (gen9+).Plamena Manolova1-0/+1
2016-11-19compiler: Store the clip/cull distance array sizes in shader_info.Kenneth Graunke1-2/+5
2016-11-17compiler: remove now unused copy_shader_info() declarationTimothy Arceri1-7/+0
2016-11-17compiler: include shader_enums.h in shader_info.hTimothy Arceri1-0/+2
2016-10-26compiler: add additional cs metadata fields to shader infoTimothy Arceri1-0/+5
2016-10-26compiler: add input primative field for gs in shader infoTimothy Arceri1-0/+3
2016-10-26compiler: add fields for tes metadata to shader infoTimothy Arceri1-0/+7
2016-10-26glsl: add temporary copy_shader_info() functionTimothy Arceri1-0/+7
2016-10-26nir: move nir_shader_info to a common compiler headerTimothy Arceri1-0/+131