summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-22glsl: reject size1x8 for image variable with floating-point data typesPierre-Eric Pelloux-Prayer1-5/+7
2020-07-22freedreno/a2xx: fix compressed texturesJonathan Marek1-2/+2
2020-07-08radv: Use correct semaphore handle type for Android import.Bas Nieuwenhuizen1-1/+1
2020-07-08v3d/compiler: Fix sorting the gs and fs inputsNeil Roberts1-0/+3
2020-07-08radeonsi: fix SI_NUM_ATOMSTimothy Arceri1-1/+1
2020-07-08radv: enable zerovram for Quantic Dream gamesRhys Perry1-0/+3
2020-07-08anv: Handle clamping of inverted depth rangesJason Ekstrand1-2/+10
2020-07-08iris: Fix fast-clearing of depth via glClearTex(Sub)ImageDanylo Piliaiev1-1/+1
2020-07-08anv: garbage collect timeline semaphore when querying valueLionel Landwerlin1-0/+1
2020-07-08v3d: Use stvpmd for non-uniform offsets in GSNeil Roberts1-1/+12
2020-07-08v3d: Add missing macro for stvpmd instructionNeil Roberts1-0/+1
2020-07-08etnaviv: replace prims-emitted queryChristian Gmeiner3-6/+6
2020-07-08freedreno/fdperf: better compatible string matchingRob Clark1-4/+32
2020-07-08vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error conditionJason Ekstrand1-3/+3
2020-07-08radv: Always enable PERFECT_ZPASS_COUNTS.Bas Nieuwenhuizen1-1/+4
2020-07-08radv: Set handle types in Android semaphore/fence import.Bas Nieuwenhuizen1-0/+2
2020-07-08radv: disable FMASK compression when drawing with GENERAL layoutSamuel Pitoiset2-0/+39
2020-07-08iris: return max counter value for AMD_performance_monitorMarcin Ślusarz1-3/+4
2020-07-08st/mesa: fix reporting of float perf counters max valueMarcin Ślusarz1-3/+3
2020-07-08nouveau: fix pointer-sign warningTimothy Arceri1-1/+1
2020-07-08gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V2-0/+10
2020-07-08i965: Explicitly cast value to uint64_tEmmanuel1-4/+4
2020-07-08iris: Explicitly cast value to uint64_tEmmanuel1-2/+2
2020-07-08meson: Add versioning for xvmc trackerEmmanuel Vadot2-1/+5
2020-07-08mesa: fix unintended fallthrough in glIsEnabled()Timothy Arceri1-0/+2
2020-07-08mesa: fix fallthrough in glformatsTimothy Arceri1-3/+4
2020-07-08nir/algebraic: Don't distrubte absolute-value into dot-productsIan Romanick1-7/+7
2020-07-08radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset5-22/+52
2020-07-08Revert "vulkan/wsi/x11: Ensure we create at least minImageCount images."Samuel Pitoiset1-34/+26
2020-07-08nir: add missing break to nir_opt_access()Timothy Arceri1-0/+1
2020-07-08gallivm: add missing breakTimothy Arceri1-0/+1
2020-07-08st/mesa: do not clear NewDriverState for inactive statesPierre-Eric Pelloux-Prayer1-1/+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-08mesa/get: fix enum16 big-endian getting.Dave Airlie1-9/+10
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-08glsl: fix constant packing for 64-bit big endian.Dave Airlie2-10/+25
2020-07-08mesa/swrast: use logf2 instead of util_fast_log2Dylan Baker2-3/+3
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-08v3d/compiler: fix spill offsetIago Toral Quiroga1-1/+1
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/ir3: avoid applying (sat) on bary.fIlia Mirkin1-0/+5
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 Mirkin2-6/+6
2020-07-08mapi: x86: Fix dynamic entries in x86 tsd stubs.Lepton Wu1-8/+42