aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+18
* iris: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+11
* i965: disable repacking for compression for applicable genDongwon Kim2019-07-082-0/+10
* intel: add disable_ccs_repack to gen_device_infoDongwon Kim2019-07-082-0/+4
* intel/genxml: correct bit fields in CACHE_MODE_0 reg for gen11Dongwon Kim2019-07-081-16/+14
* nir: print ptr_stride for deref_castsCaio Marcelo de Oliveira Filho2019-07-081-0/+4
* anv: Advertise VK_EXT_shader_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-083-0/+8
* spirv: Implement SPV_EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-082-0/+27
* spirv: Update the headers from latest Khronos masterCaio Marcelo de Oliveira Filho2019-07-082-164/+258
* intel/fs: Implement "demote to helper invocation"Caio Marcelo de Oliveira Filho2019-07-081-1/+23
* nir: Add demote and is_helper_invocation intrinsicsCaio Marcelo de Oliveira Filho2019-07-082-0/+11
* radv: do not emit VGT_FLUSH on GFX10Samuel Pitoiset2019-07-081-2/+5
* ac/nir: Remove now-unused interp_deref handlingConnor Abbott2019-07-081-149/+0
* radeonsi/nir: Use NIR barycentric intrinsicsConnor Abbott2019-07-084-69/+143
* radeonsi/nir: Delete unreachable codeConnor Abbott2019-07-081-11/+0
* compiler: Add color system valueConnor Abbott2019-07-084-0/+18
* radv: Use NIR barycentric intrinsicsConnor Abbott2019-07-083-191/+156
* ac/nir: Implement barycentric intrinsicsConnor Abbott2019-07-081-0/+198
* intel/nir: Extract add_const_offset_to_baseConnor Abbott2019-07-083-74/+100
* nir/lower_io_to_temporaries: Handle interpolation intrinsicsConnor Abbott2019-07-081-0/+166
* nir: Avoid coalescing vars created by lower_io_to_temporariesConnor Abbott2019-07-083-0/+20
* nir: Return correct size in nir_assign_io_var_locations()Connor Abbott2019-07-081-2/+4
* nir: Handle compact variables when assigning i/o locationsConnor Abbott2019-07-081-2/+22
* nir: Move st_nir_assign_var_locations() to common codeConnor Abbott2019-07-083-115/+119
* radv: Make FragCoord a sysvalConnor Abbott2019-07-086-23/+14
* spirv: Add an option for making FragCoord a sysvalConnor Abbott2019-07-082-1/+11
* radv: Lower input attachments in NIR.Daniel Schürmann2019-07-086-36/+10
* radv: Implement nir_intrinsic_load_layer_id().Daniel Schürmann2019-07-083-1/+9
* anv,nir: Move lower_input_attachments pass from ANV to NIR.Daniel Schürmann2019-07-088-12/+18
* radv/gfx10: don't emit PFP packets on ME.Dave Airlie2019-07-081-2/+3
* ac: select the GFX ring when halting waves with UMR on GFX10Samuel Pitoiset2019-07-084-6/+11
* radv/gfx10: Move NGG output handling outside of giant if-statement.Bas Nieuwenhuizen2019-07-081-2/+10
* radv: Actually use VK formats for the format table.Bas Nieuwenhuizen2019-07-071-48/+20
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-071-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-071-1/+7
* radv: Handle cmask being disallowed by addrlib.Bas Nieuwenhuizen2019-07-071-0/+5
* radv/gfx10: enable support for NAVI10, NAVI12 and NAVI14Samuel Pitoiset2019-07-071-3/+0
* radv/gfx10: Use GS rectlist when needed.Bas Nieuwenhuizen2019-07-071-0/+2
* radv/gfx10: implement NGG support (VS only)Samuel Pitoiset2019-07-076-22/+610
* radv: Combine vs and tes output keys parts.Bas Nieuwenhuizen2019-07-074-46/+48
* radv/gfx10: Use new uconfig reg index packet for GFX10+.Bas Nieuwenhuizen2019-07-074-6/+18
* radv/gfx10: Set MEM_ORDERED flags on shaders.Bas Nieuwenhuizen2019-07-071-0/+9
* radv/gfx10: emit GE_CNTL instead of IA_MULTI_VGT_PARAM for legacy modeSamuel Pitoiset2019-07-072-4/+44
* radv/gfx10: double the number of tessellation offchip buffers per SESamuel Pitoiset2019-07-071-3/+5
* radv/gfx10: require LLVM 9+Samuel Pitoiset2019-07-071-0/+6
* radv/gfx10: disable geometry and tessellation shadersSamuel Pitoiset2019-07-071-2/+2
* radv/gfx10: disable binningSamuel Pitoiset2019-07-071-1/+2
* radv/gfx10: disable CLEAR_STATESamuel Pitoiset2019-07-072-5/+2
* radv/gfx10: disable VK_EXT_transform_feedbackSamuel Pitoiset2019-07-071-1/+1
* radv/gfx10: set user data base registersSamuel Pitoiset2019-07-071-17/+26