aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce opsNeil Roberts2019-11-201-0/+8
* nir: Add a 8-bit bool typeNeil Roberts2019-11-202-2/+12
* nir: Add a 16-bit bool typeNeil Roberts2019-11-202-1/+11
* nir/opcodes: Add a helper function to generate reduce opcodesNeil Roberts2019-11-201-17/+15
* nir/opcodes: Add a helper function to generate the comparison binopsNeil Roberts2019-11-201-20/+14
* radv: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7Samuel Pitoiset2019-11-201-1/+1
* v3d: adds an extra MOV for any sig.ld*Alejandro Piñeiro2019-11-201-4/+19
* v3d: Fix predication with atomic image operationsJose Maria Casanova Crespo2019-11-201-0/+12
* panfrost: Don't print the midgard_blend_rt structs on SFBDTomeu Vizoso2019-11-201-1/+1
* gitlab-ci: Fix dir name for VK-GL-CTS sourcesTomeu Vizoso2019-11-201-1/+1
* panfrost: Rework buffers in SFBDTomeu Vizoso2019-11-201-40/+39
* panfrost: Just print tiler fields as-is for Tx20Tomeu Vizoso2019-11-201-6/+48
* pan/midgard: Introduce quirks checksAlyssa Rosenzweig2019-11-205-10/+92
* gitlab-ci: update for arb_shading_language_includeTimothy Arceri2019-11-202-15/+5
* gitlab-ci: bump piglit checkout commitTimothy Arceri2019-11-202-2/+2
* mesa: enable ARB_shading_language_includeTimothy Arceri2019-11-202-2/+2
* mesa: implement glCompileShaderIncludeARB()Timothy Arceri2019-11-201-3/+63
* mesa: add shader include lookup support for relative pathsTimothy Arceri2019-11-201-10/+75
* mesa: add support cursor support for relative path shader includesTimothy Arceri2019-11-205-1/+55
* glsl: delay compilation skip if shader contains an includeTimothy Arceri2019-11-201-6/+40
* glsl: add can_skip_compile() helperTimothy Arceri2019-11-201-10/+20
* glsl: error if #include used while extension is disabledTimothy Arceri2019-11-202-0/+15
* glsl: add preprocessor #include supportTimothy Arceri2019-11-207-4/+194
* glsl: pass gl_context to glcpp_parser_create()Timothy Arceri2019-11-203-7/+7
* glsl: add ARB_shading_language_include support to #lineTimothy Arceri2019-11-207-8/+80
* mesa: implement glDeleteNamedStringARB()Timothy Arceri2019-11-201-0/+25
* mesa: split _mesa_lookup_shader_include() in twoTimothy Arceri2019-11-201-4/+14
* mesa: implement glGetNamedStringivARB()Timothy Arceri2019-11-201-0/+28
* mesa: implement glIsNamedStringARB()Timothy Arceri2019-11-201-1/+14
* mesa: make error checking optional in _mesa_lookup_shader_include()Timothy Arceri2019-11-202-10/+19
* mesa: implement glGetNamedStringARB()Timothy Arceri2019-11-201-0/+22
* mesa: add glNamedStringARB() supportTimothy Arceri2019-11-201-0/+59
* mesa: add copy_string() helperTimothy Arceri2019-11-201-0/+20
* mesa: add _mesa_lookup_shader_include() helperTimothy Arceri2019-11-202-0/+37
* mesa: add helper to validate tokenise shader include pathTimothy Arceri2019-11-201-0/+82
* mesa: add ARB_shading_language_include infrastructure to gl_shared_stateTimothy Arceri2019-11-204-0/+77
* glsl: add infrastructure for ARB_shading_language_includeTimothy Arceri2019-11-203-0/+4
* mesa: add ARB_shading_language_include stubsTimothy Arceri2019-11-206-7/+115
* radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen2019-11-204-55/+105
* turnip: Drop the copy of the formats table.Eric Anholt2019-11-196-738/+83
* util: Add a mapping from VkFormat to PIPE_FORMAT.Eric Anholt2019-11-193-0/+262
* winsys/amdgpu: detect noop dependencies on the same ring correctlyMarek Olšák2019-11-191-6/+9
* ac: fill num_rings for remaining IPsMarek Olšák2019-11-192-4/+23
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-1910-39/+29
* nir: don't use GLenum16 in nir.hMarek Olšák2019-11-191-2/+1
* nir: move data.descriptor_set above data.index for better packingMarek Olšák2019-11-191-4/+4
* glsl_to_nir: rename image_access to mem_accessMarek Olšák2019-11-191-12/+12
* nir/print: only print image.format for image variablesMarek Olšák2019-11-191-44/+46
* nir: move data.image.access to data.accessMarek Olšák2019-11-1916-34/+35
* st/mesa: call nir_serialize only once per shaderMarek Olšák2019-11-193-22/+25