Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | compiler: Merge shader_info's tcs and tes structs. | Kenneth Graunke | 1 | -4/+3 |
2017-01-07 | mesa: Introduce a compiler enum for tessellation spacing. | Kenneth Graunke | 1 | -1/+1 |
2017-01-07 | compiler: Change shader_info->tes.vertex_order into a ccw boolean. | Kenneth Graunke | 1 | -1/+2 |
2016-12-30 | mesa/compiler: add local_size_variable to shader_info | Timothy Arceri | 1 | -0/+2 |
2016-12-30 | mesa/compiler: add stage to shader_info | Timothy Arceri | 1 | -0/+3 |
2016-12-07 | mesa: add support for GL_INTEL_conservative_rasterization | Lionel Landwerlin | 1 | -0/+6 |
2016-12-07 | mesa: Add GL and GLSL plumbing for ARB_post_depth_coverage for i965 (gen9+). | Plamena Manolova | 1 | -0/+1 |
2016-11-19 | compiler: Store the clip/cull distance array sizes in shader_info. | Kenneth Graunke | 1 | -2/+5 |
2016-11-17 | compiler: remove now unused copy_shader_info() declaration | Timothy Arceri | 1 | -7/+0 |
2016-11-17 | compiler: include shader_enums.h in shader_info.h | Timothy Arceri | 1 | -0/+2 |
2016-10-26 | compiler: add additional cs metadata fields to shader info | Timothy Arceri | 1 | -0/+5 |
2016-10-26 | compiler: add input primative field for gs in shader info | Timothy Arceri | 1 | -0/+3 |
2016-10-26 | compiler: add fields for tes metadata to shader info | Timothy Arceri | 1 | -0/+7 |
2016-10-26 | glsl: add temporary copy_shader_info() function | Timothy Arceri | 1 | -0/+7 |
2016-10-26 | nir: move nir_shader_info to a common compiler header | Timothy Arceri | 1 | -0/+131 |