summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2020-08-19driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen2-2/+2
2020-08-19llvmpipe: only read 0 for channels being readDave Airlie1-1/+1
2020-08-19etnaviv: completely turn off MSAAChristian Gmeiner1-9/+2
2020-08-19intel/perf: fix performance counters availability after glFinishMarcin Ślusarz2-2/+3
2020-08-19radeonsi: fix applying the NGG minimum vertex count requirementMarek Olšák1-3/+8
2020-08-19radeonsi: use correct wave size in gfx10_ngg_calculate_subgroup_infoMarek Olšák1-1/+1
2020-08-19panfrost: signal syncobj if nothing is going to be flushedIcenowy Zheng1-0/+4
2020-08-05radeonsi: disable SDMA on gfx9Marek Olšák1-0/+8
2020-08-05iris: Delete shader variants when deleting the API-facing shaderKenneth Graunke3-3/+72
2020-08-05prevent multiply defined symbolsDaryl W. Grunau2-2/+2
2020-08-05nine: fix incorrect calculation of layer count for 3D texturesYevhenii Kolesnikov1-1/+1
2020-08-05iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTELMarcin Ślusarz2-3/+3
2020-08-05radeonsi/gfx10: set the correct value for OFFCHIP_BUFFERINGMarek Olšák1-1/+1
2020-08-05radeonsi: add missing initialization of registersMarek Olšák2-1/+43
2020-08-05ac: update register and packet definitions for preemptionMarek Olšák1-2/+2
2020-07-22nvc0: fix macro define for NVE4_COPY()Rhys Kidd1-1/+1
2020-07-22panfrost: Revert "Disable frame throttling"Alyssa Rosenzweig1-3/+0
2020-07-22panfrost: Fix fence leakAlyssa Rosenzweig1-0/+3
2020-07-22iris: fix fallback to swrast driverLionel Landwerlin1-1/+1
2020-07-22freedreno/a2xx: fix compressed texturesJonathan Marek1-2/+2
2020-07-08radeonsi: fix SI_NUM_ATOMSTimothy Arceri1-1/+1
2020-07-08iris: Fix fast-clearing of depth via glClearTex(Sub)ImageDanylo Piliaiev1-1/+1
2020-07-08etnaviv: replace prims-emitted queryChristian Gmeiner3-6/+6
2020-07-08iris: return max counter value for AMD_performance_monitorMarcin Ślusarz1-3/+4
2020-07-08gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V1-0/+6
2020-07-08iris: Explicitly cast value to uint64_tEmmanuel1-2/+2
2020-07-08meson: Add versioning for xvmc trackerEmmanuel Vadot2-1/+5
2020-07-08gallivm: add missing breakTimothy Arceri1-0/+1
2020-07-08gallium/docs: remove reference to non-existent labelErik Faye-Lund1-1/+1
2020-07-08gallium/docs: fixup formatting of numbered listsErik Faye-Lund1-3/+6
2020-07-08draw/llvm: fix big-endian mask adjustingDave Airlie1-6/+6
2020-07-08llvmpipe: fix occlusion queries on big-endian.Dave Airlie1-0/+4
2020-07-08gallivm/nir: fix big-endian 64-bit splitting/merging.Dave Airlie2-0/+20
2020-07-08meson: Revert commit overriding C++ standard with gnu++11 on ppc64elFrédéric Bonnard1-4/+0
2020-07-08clover: Fix types collision between c++ and altivecFrédéric Bonnard1-0/+5
2020-07-08radeonsi: don't flush in fence_server_syncMarek Olšák1-5/+8
2020-07-08gallivm/nir: fix const loading on big endian systemsDave Airlie1-1/+1
2020-07-08rbug: Fix rbug_delete_vs_state lock acquisition.Vinson Lee1-1/+1
2020-07-08freedreno/a3xx: reinstate rgb10_a2ui texture formatIlia Mirkin1-1/+1
2020-07-08freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8uiIlia Mirkin1-4/+4
2020-06-24freedreno: Handle DRM_FORMAT_MOD_INVALID in shared codeKristian H. Kristensen1-0/+6
2020-06-24r600/sfn: Don't set num_components on TESS sysvalue intrinsicsGert Wollny2-12/+8
2020-06-24ac/surface: cache DCC retile maps (v2)Marek Olšák1-17/+5
2020-06-24ac/surface: add a wrapper structure to hold ADDR_HANDLEMarek Olšák2-4/+3
2020-06-24gallium/hud: don't use user vertex buffersErik Faye-Lund1-2/+5
2020-06-24Revert "gallium/hud: don't use user vertex buffers"Erik Faye-Lund2-22/+8
2020-06-24gallium/swr: Fix building swr with MSVCKrzysztof Raszkowski1-0/+2
2020-06-24v3d: add missing unlock() in error pathEric Engestrom1-1/+2
2020-06-10winsys/radeon: do not cast bo->va as void*Pierre-Eric Pelloux-Prayer3-11/+11
2020-06-10freedreno/a6xx: use nonbinning VS when GS is usedJonathan Marek1-4/+5