summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-05radeonsi: disable SDMA on gfx9Marek Olšák1-0/+8
2020-08-05anv: Pass device to setup_gralloc0_usage for error reportingKristian H. Kristensen1-4/+5
2020-08-05nir/deref: Don't try to compare derefs containing castsJason Ekstrand1-4/+6
2020-08-05intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messagesJason Ekstrand2-10/+39
2020-08-05pan/mdg: Test for SSA before chasing addressesAlyssa Rosenzweig1-2/+25
2020-08-05pan/mdg: Mask spills from texture writeAlyssa Rosenzweig1-0/+8
2020-08-05mesa/st: Actually free the driver part of memory objects on destruction.Bas Nieuwenhuizen1-0/+6
2020-08-05radv: fix build on Android 7 (v2)Mauro Rossi1-1/+1
2020-08-05intel/vec4: fix out of bounds readMarcin Ślusarz1-1/+1
2020-08-05mesa: fix out of bounds access in glGetFramebufferParameterivEXTMarcin Ślusarz1-1/+5
2020-08-05util: fix possible buffer overflow in util_get_process_exec_pathMarcin Ślusarz1-0/+3
2020-08-05util: fix possible fd leaks in os_socket_listen_abstractMarcin Ślusarz1-2/+7
2020-08-05egl/dri2: only take a dri2_dpy reference when binding a new context/surfacesFrank Binns1-2/+7
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-05anv: fix descriptor set freeLionel Landwerlin2-1/+6
2020-08-05nine: fix incorrect calculation of layer count for 3D texturesYevhenii Kolesnikov1-1/+1
2020-08-05i965: propagate error from gen_perf_begin_query to glBeginPerfQueryINTELMarcin Ślusarz1-2/+2
2020-08-05iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTELMarcin Ślusarz3-6/+4
2020-08-05radv: Fix host->host signalling with legacy timeline semaphores.Bas Nieuwenhuizen1-1/+10
2020-08-05radv: Fix uninitialized variable in renderpass.Bas Nieuwenhuizen1-0/+1
2020-08-05aco: prevent infinite recursion in RA for subdword variablesDaniel Schürmann1-1/+1
2020-08-05aco: don't split store data if it was already split into more elementsDaniel Schürmann1-6/+9
2020-08-05intel/ir/gen12+: Work around FS performance regressions due to SIMD32 discard...Francisco Jerez1-0/+14
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šák8-65/+84
2020-08-05aco: fix scratch loads which cross element_size boundariesDaniel Schürmann1-11/+14
2020-07-22nir/opt_if: Fix opt_if_simplification when else branch has jumpDanylo Piliaiev1-0/+11
2020-07-22mesa/program: fix shadow property for samplersErik Faye-Lund1-1/+1
2020-07-22nvc0: fix macro define for NVE4_COPY()Rhys Kidd1-1/+1
2020-07-22anv: properly handle fence import of sync_fd = -1Lionel Landwerlin1-3/+15
2020-07-22meson: Add mising git_sha1.h dependency.Bas Nieuwenhuizen1-1/+1
2020-07-22egl/dri2: try to bind old context if bindContext failedLuigi Santivetti1-11/+40
2020-07-22dri2: do not conflate unbind and bindContext() failureLuigi Santivetti1-26/+25
2020-07-22dri2: dri2_make_current() fold multiple if blocksLuigi Santivetti1-14/+7
2020-07-22radv: replace discard with demote for Quantic Dream gamesRhys Perry1-1/+2
2020-07-22nir/lower_int64: lower 64-bit amulRhys Perry1-4/+22
2020-07-22intel/fs: Use the correct logical op for global float atomicsJason Ekstrand1-1/+1
2020-07-22ac/surface: adapt surf_size when modifying surf_pitchPierre-Eric Pelloux-Prayer1-5/+14
2020-07-22radv: fix destroying the syncobj when exporting a fence FDSamuel Pitoiset1-1/+1
2020-07-22panfrost: Revert "Disable frame throttling"Alyssa Rosenzweig1-3/+0
2020-07-22panfrost: Fix write to free'd memoryAlyssa Rosenzweig1-1/+1
2020-07-22panfrost: Fix fence leakAlyssa Rosenzweig1-0/+3
2020-07-22spirv: Allow block-decorated struct types for constantsJason Ekstrand2-1/+3
2020-07-22spirv: Skip phis in unreachable blocks in the second phi passJason Ekstrand1-1/+8
2020-07-22iris: fix fallback to swrast driverLionel Landwerlin1-1/+1
2020-07-22st/mesa: set compressed_data to NULL when freedPierre-Eric Pelloux-Prayer1-0/+1
2020-07-22glsl: only allow 32 bits atomic operations on imagesPierre-Eric Pelloux-Prayer1-0/+44
2020-07-22glsl: don't expose imageAtomicIncWrap for signed imagePierre-Eric Pelloux-Prayer1-15/+29