summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-06winsys/amdgpu: move amdgpu_winsys_bo::is_user_ptr to the u.real unionMarek Olšák2-9/+13
2021-02-06winsys/amdgpu: move amdgpu_winsys_bo::is_shared to the u.real unionMarek Olšák2-11/+14
2021-02-06winsys/amdgpu: move amdgpu_winsys_bo::cpu_ptr into the u.real unionMarek Olšák2-9/+9
2021-02-06winsys/amdgpu: pack amdgpu_winsys_bo::is_shared and protect it by a mutexMarek Olšák2-8/+19
2021-02-06winsys/amdgpu: remove amdgpu_winsys_bo::num_cs_references to remove atomicsMarek Olšák4-27/+1
2021-02-06winsys/amdgpu: optimize out conditionals in amdgpu_lookup_bufferMarek Olšák2-21/+28
2021-02-06targets/libgl-xlib: add support for virglChia-I Wu2-2/+2
2021-02-05virgl: Convert errno to string.Vinson Lee1-1/+1
2021-02-05radv: zero the bo descriptor array when allocating a new setMike Blumenkrantz1-0/+1
2021-02-05radv: null bo list pointer for null descriptors on updateMike Blumenkrantz1-0/+7
2021-02-05nv50,nvc0: clear internal vbo masks based on the trailing slotsIlia Mirkin2-6/+18
2021-02-05pan/bi: Implement ACMPXCHGAlyssa Rosenzweig1-0/+50
2021-02-05pan/bi: Implement AXCHGAlyssa Rosenzweig1-0/+42
2021-02-05pan/bi: Respect side effects in DCEAlyssa Rosenzweig1-1/+1
2021-02-05pan/bi: Add side_effects helperAlyssa Rosenzweig2-0/+34
2021-02-05pan/bi: Fix NULL deref with empty shaderAlyssa Rosenzweig1-1/+1
2021-02-05pan/bi: Make sure we never branch to an non-existing clauseBoris Brezillon1-11/+16
2021-02-05pan/bi: Add an is_terminal_block() helperBoris Brezillon1-0/+9
2021-02-05aco: always set exec_live=falseRhys Perry1-20/+1
2021-02-05zink: support using lavapipeErik Faye-Lund2-1/+38
2021-02-05zink: explicitly check for VK_NULL_HANDLEErik Faye-Lund1-1/+1
2021-02-05zink: check for error when calling vkEnumeratePhysicalDevicesErik Faye-Lund1-2/+6
2021-02-05aco: add fallback algorithm in get_reg()Rhys Perry1-13/+135
2021-02-05radeon/vcn: enable dynamic dpb Tier1 supportLeo Liu1-0/+5
2021-02-05radeon/vcn: add dynamic dpb buffer Tier1 supportLeo Liu2-12/+63
2021-02-05radeon/vcn: add dynamic dpb interfaceLeo Liu1-0/+19
2021-02-05radeon/vcn: clean the message buffers and their indexes logicLeo Liu1-29/+30
2021-02-05zink: be a little more precise about query types in one conditionalMike Blumenkrantz1-1/+1
2021-02-05zink: unify shader image unbind codepathMike Blumenkrantz1-21/+20
2021-02-05v3dv: allow a component swizzle in copy_buffer_to_image_shaderIago Toral Quiroga1-11/+4
2021-02-05v3dv: batch copies in the copy_buffer_to_image_blit pathIago Toral Quiroga1-166/+208
2021-02-05v3dv: handle D/S buffer to image copies with the texel buffer pathIago Toral Quiroga2-38/+108
2021-02-05panfrost: Don't add the tiler BO when it's not accessedBoris Brezillon1-3/+6
2021-02-05panfrost: Fix a polygon list corruption in the multi-context caseBoris Brezillon3-3/+25
2021-02-05spirv: Skip creating unused variables in SPIR-V >= 1.4Caio Marcelo de Oliveira Filho2-11/+19
2021-02-05spirv: Count variables *after* unused ones are removedCaio Marcelo de Oliveira Filho2-6/+16
2021-02-05spirv: Use OpEntryPoint to identify valid I/O variablesCaio Marcelo de Oliveira Filho3-16/+39
2021-02-04nv50/ir: Initialize BindArgumentsPass member sub in constructor.Vinson Lee1-1/+1
2021-02-04freedreno/a6xx: Add support for glDrawTransformFeedback().Eric Anholt4-5/+43
2021-02-04freedreno/a6xx: Skip guessing VSC size with indirect TF draw counts.Eric Anholt1-1/+1
2021-02-04radv: Pointer arithmetic without void*James Park1-3/+3
2021-02-04anv: Move extension tables to anv_device.cJason Ekstrand6-135/+192
2021-02-04anv,vulkan: Move anv_icd.py to a common locationJason Ekstrand3-1/+2
2021-02-04anv: Make anv_icd.py more generic and independentJason Ekstrand2-15/+46
2021-02-04anv: Pull the patch version from the XMLJason Ekstrand2-4/+18
2021-02-04vulkan: Rework extension disabling on AndroidJason Ekstrand5-20/+60
2021-02-04vulkan: Add a common helper for enumerating instance extension propertiesJason Ekstrand7-52/+44
2021-02-04freedreno/a2xx: fix scissors clamp boundsDanylo Piliaiev1-1/+1
2021-02-04freedreno: Drop pointless clear of used providers.Eric Anholt1-1/+0
2021-02-04freedreno: Backport a5xx/a6xx fix for active query handling.Eric Anholt5-27/+20