aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* turnip: Remove failed command buffer from poolEduardo Lima Mitev2020-01-291-1/+3
* radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer2020-01-293-16/+0
* radv: enable VK_AMD_shader_fragment_mask on GFX6-GFX7Samuel Pitoiset2020-01-291-1/+1
* loader: Check if the kernel driver is i915 before loading irisKenneth Graunke2020-01-282-1/+9
* anv: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+6
* iris: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+12
* zink: set compareEnable when setting compareOpErik Faye-Lund2020-01-281-1/+3
* mesa/st: Fix compiler warnings from INTEL_shader_integer_functions.Eric Anholt2020-01-281-0/+7
* iris: Silence warning about AUX_USAGE_MC.Eric Anholt2020-01-281-0/+2
* vulkan/wsi: Fix compiler warning when no WSI platforms are enabled.Eric Anholt2020-01-281-2/+5
* intel/mi_builder: Force write completion on Gen12+Jason Ekstrand2020-01-281-0/+3
* anv: Replace one more aux_surface.isl.size_B checkJason Ekstrand2020-01-281-1/+1
* intel/blorp: Handle bit-casting UNORM and BGRA formatsJason Ekstrand2020-01-281-37/+34
* aco: fix combine_salu_not_bitwise() when SCC is usedDaniel Schürmann2020-01-281-0/+1
* radeonsi: Clear uninitialized variableDrew Davenport2020-01-281-1/+1
* anv: Handle unavailable queries in vkCmdCopyQueryPoolResultsBrian Ho2020-01-281-0/+54
* anv: Properly fetch partial results in vkGetQueryPoolResultsBrian Ho2020-01-281-2/+11
* aco: fix rebase error from GS copy shader supportRhys Perry2020-01-281-0/+15
* anv/android: make format_supported_with_usage staticTapani Pälli2020-01-281-1/+1
* anv/android: setup gralloc1 usage from gralloc0 usage manuallyTapani Pälli2020-01-282-8/+17
* aco: use MUBUF in some situations instead of splitting vertex fetchesRhys Perry2020-01-281-10/+25
* aco: value-number MUBUF instructionsRhys Perry2020-01-281-2/+16
* aco: handle unaligned vertex fetch on GFX10Rhys Perry2020-01-281-1/+2
* aco: skip unused channels at the start when fetching verticesRhys Perry2020-01-281-1/+10
* aco: rework vertex fetching a bitRhys Perry2020-01-283-74/+128
* amd/common,radv: move vertex_format_table to ac_shader_util.{h,c}Rhys Perry2020-01-283-27/+38
* gallium/swr: fix tessellation state save/restoreJan Zielinski2020-01-283-9/+27
* lima: disable early-z if fragment shader uses discardVasily Khoruzhick2020-01-273-1/+9
* lima: ppir: always create move and update ld_tex successors for all blocksVasily Khoruzhick2020-01-283-23/+24
* lima: ppir: don't delete root ld_tex nodes without successors in current blockVasily Khoruzhick2020-01-281-6/+1
* freedreno/drm: fix invalid-cmdstream-size with older kernelsRob Clark2020-01-281-0/+3
* Revert "winsys/amdgpu: Re-use amdgpu_screen_winsys when possible"Marek Olšák2020-01-272-45/+24
* Revert "winsys/amdgpu: Close KMS handles for other DRM file descriptions"Marek Olšák2020-01-272-21/+3
* anv: Insert holes for non-existant XFB varyingsJason Ekstrand2020-01-271-5/+17
* intel/genxml: Make SO_DECL::"Hole Flag" a BooleanJason Ekstrand2020-01-277-7/+7
* intel/compiler: Clear accumulator register before EOTSagar Ghuge2020-01-271-0/+18
* pan/midgard: Remove float_bitcastAlyssa Rosenzweig2020-01-271-12/+0
* radv: do not allow sparse resources with multi-planar formatsSamuel Pitoiset2020-01-271-0/+6
* panfrost/midgard: Prettify embedded constant printsBoris Brezillon2020-01-273-68/+292
* panfrost/midgard: Add a condense_writemask() helperBoris Brezillon2020-01-271-0/+22
* aco: fix literal application with v_cndmask_b32/v_addc_co_u32/etcRhys Perry2020-01-271-0/+3
* aco: always add sgprs to sgpr_ids when choosing literalsRhys Perry2020-01-271-3/+5
* aco: fix operand to scc when selecting SGPR ufind_msb/ifind_msbRhys Perry2020-01-271-1/+1
* aco: fix WaR check for >64-bit FLAT/GLOBAL instructionsRhys Perry2020-01-271-2/+2
* pan/midgard: Handle tag 0x4 as textureAlyssa Rosenzweig2020-01-271-2/+2
* pan/midgard: Validate barriers use a barrier tagAlyssa Rosenzweig2020-01-271-1/+5
* pan/midgard: Disassemble barrier instructionsAlyssa Rosenzweig2020-01-272-3/+60
* pan/midgard: Record TEXTURE_OP_BARRIERAlyssa Rosenzweig2020-01-272-0/+4
* pan/decode: Drop MFBD compute shader stuffAlyssa Rosenzweig2020-01-271-4/+7
* panfrost: Don't copy uniforms when the size is zeroIcecream952020-01-271-1/+1