summaryrefslogtreecommitdiff
path: root/src/gallium
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-05nv50,nvc0: clear internal vbo masks based on the trailing slotsIlia Mirkin2-6/+18
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-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-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 Brezillon1-3/+14
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-04vulkan: Add a common helper for enumerating instance extension propertiesJason Ekstrand1-10/+4
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
2021-02-04freedreno: rename batch->active_providers to query_providers_used.Eric Anholt2-6/+6
2021-02-04freedreno: Make sure that queries are disabled during shadow blits.Eric Anholt1-0/+6
2021-02-04zink: move maintenance2 extension to right fileMike Blumenkrantz3-2/+2
2021-02-04drisw: Disable automatic use of layered drivers with LIBGL_ALWAYS_SOFTWAREJesse Natalie2-4/+8
2021-02-04freedreno: clamp scissor boundsDanylo Piliaiev1-8/+7
2021-02-04frontends/va: Update conditional checks for code stability.SureshGuttula2-7/+49
2021-02-04nvc0/ir: Initialize SchedDataCalculator members in constructor.Vinson Lee1-1/+2
2021-02-03nvc0/ir: Initialize NVC0LoweringPass member gpEmitAddress.Vinson Lee1-1/+2
2021-02-03zink: don't pick a cpu device ever.Dave Airlie1-3/+5
2021-02-03winsys/amdgpu: expand the slab allocation range to [256 B, 1 MB]Marek Olšák1-2/+2
2021-02-03winsys/amdgpu,pb_slab: add slabs with 3/4 of power of two sizes to save memoryMarek Olšák6-13/+84
2021-02-03winsys/amdgpu: clean up slab alignment code, handle small buffers betterMarek Olšák1-8/+25
2021-02-03winsys/amdgpu,radeonsi: add HUD counters for how much memory is wasted by slabsMarek Olšák9-1/+47
2021-02-03freedreno: Put an upper limit on VSC sizeRob Clark1-0/+7
2021-02-03intel/perf: introduce additional ralloc context parameterTapani Pälli2-0/+2
2021-02-02gallium/u_vbuf: skip non-indirect draws with 0 verticesMarek Olšák1-0/+3
2021-02-02Revert "gallium/u_vbuf: skip draws with 0 vertices"Marek Olšák1-4/+1
2021-02-02lima: always set stride in texture descriptorErico Nunes1-5/+2
2021-02-02lima: enable r and rg pixel formats againErico Nunes1-3/+2
2021-02-02lima: set yuv formats as external_onlyErico Nunes1-2/+7
2021-02-02clover/api: make use of validate_mem_migration_flags in clEnqueueMigrateMemOb...Karol Herbst1-4/+1
2021-02-02nouveau: add support for SVM migrateJérôme Glisse1-0/+49
2021-02-02clover: implement clEnqueueSVMMigrateMemJérôme Glisse3-5/+70