summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-24radeonsi: Only call nir_lower_var_copies at the end of the opt loopJason Ekstrand1-14/+4
2020-09-24zink: reorder create_stream_output_target to fix failure case leakMike Blumenkrantz1-6/+6
2020-09-24mesa: handle GL_FRONT after translating to itErik Faye-Lund1-0/+1
2020-09-24nir/lower_samplers: Clamp out-of-bounds access to array of samplersDanylo Piliaiev1-1/+21
2020-09-24nir/large_constants: Eliminate out-of-bounds writes to large constantsDanylo Piliaiev1-2/+5
2020-09-24nir/lower_io: Eliminate oob writes and return zero for oob readsDanylo Piliaiev1-0/+31
2020-09-24st/mesa: Deal with empty textures/buffers in semaphore wait/signal.Bas Nieuwenhuizen1-4/+8
2020-09-24intel/compiler: fixup Gen12 workaround for array sizesLionel Landwerlin1-2/+19
2020-09-24radv: fix transform feedback crashes if pCounterBufferOffsets is NULLSamuel Pitoiset1-4/+20
2020-09-24radv,aco: fix reading primitive ID in FS after TESRhys Perry2-3/+10
2020-09-24ac/surface: Fix depth import on GFX6-GFX8.Bas Nieuwenhuizen1-3/+3
2020-09-24amd/ac_surface: convert tabs to 3 spacesDylan Baker1-2073/+2073
2020-09-24intel/fs/swsb: SCHEDULING_FENCE only emits SYNC_NOPJason Ekstrand1-0/+1
2020-09-24radeonsi: fix user fence GPU addressQiang Yu1-1/+1
2020-09-24glsl_type: Add packed to structure type comparison for hash mapJesse Natalie1-0/+4
2020-09-24radv: fix vertex buffer null descriptorsPierre-Loup A. Griffais1-1/+3
2020-09-24radv: fix null descriptor for dynamic buffersPierre-Loup A. Griffais2-15/+22
2020-09-24mesa: fix glUniform* when a struct contains a bindless samplerPierre-Eric Pelloux-Prayer1-2/+4
2020-09-24panfrost: Delete debug allocated syncobj.Vinson Lee1-1/+4
2020-09-24radv: initialize with expanded cmask if the destination layout needs itRhys Perry1-2/+10
2020-09-24radeon/vcn: set dec->bs_ptr = NULL on unmapPierre-Eric Pelloux-Prayer2-0/+6
2020-09-24r600/uvd: set dec->bs_ptr = NULL on unmapPierre-Eric Pelloux-Prayer1-0/+3
2020-09-24freedreno: Check file descriptor before write.Vinson Lee1-2/+4
2020-09-24pan/bit: Set d3d=true for CMP testsAlyssa Rosenzweig1-3/+3
2020-09-24glsl: fix per_vertex_accumulator::fields sizePierre-Eric Pelloux-Prayer1-1/+1
2020-09-24aco: Fix emit_boolean_exclusive_scan in wave32 mode.Timur Kristóf1-1/+2
2020-09-24anv, iris: Set MediaSamplerDOPClockGateEnable for gen12+Jordan Justen3-3/+6
2020-09-11spirv: fix emitting switch cases that directly jump to the merge blockSamuel Pitoiset1-0/+7
2020-09-11spirv: extract switch parsing into its own functionKarol Herbst2-83/+99
2020-09-11spirv: Deal with glslang bug not setting the decoration for stores.Bas Nieuwenhuizen1-0/+24
2020-09-11spirv: Add a vtn_get_mem_operands() helperBoris Brezillon1-28/+50
2020-09-11gallivm: disable brilinear for lod bias and explicit lod.Dave Airlie1-1/+1
2020-09-11intel/perf: fix raw query kernel metric selectionLionel Landwerlin3-1/+19
2020-09-11intel/perf: export performance counters sorted by [group|set] and nameMarcin Ślusarz1-7/+67
2020-09-11intel/perf: split load_oa_metricsMarcin Ślusarz1-12/+18
2020-09-11intel/perf: store query symbol nameLionel Landwerlin2-0/+2
2020-09-11glsl: Eliminate assigments to out-of-bounds elements of vectorDanylo Piliaiev1-8/+24
2020-09-11radeonsi: fix max syncobj wait timeoutQiang Yu1-0/+3
2020-09-11blorp: Fix alignment test for HIZ_CCS_WT fast-clearsNanley Chery1-2/+2
2020-09-11anv: fix minor gen_ioctl(I915_PERF_IOCTL_CONFIG) error handling issueMarcin Ślusarz1-1/+1
2020-09-11svga: Fix unused printf argument.Vinson Lee1-1/+1
2020-09-11freedreno: Fix file descriptor leak.Vinson Lee1-1/+4
2020-09-11pan/mdg: Fix spilling of non-32-bit typesIcecream951-1/+1
2020-09-11nir: More NIR_MAX_VEC_COMPONENTS fixesJesse Natalie4-3/+5
2020-09-11nir: More NIR_MAX_VEC_COMPONENTS fixesJason Ekstrand9-10/+19
2020-09-11turnip: Fix truncation of iovas to 32 bits in queries.Eric Anholt1-4/+4
2020-09-11turnip: Fix truncation of CS shader iovas to 32 bits.Eric Anholt1-1/+1
2020-09-11freedreno: Make the pack struct have a .qword for wide addresses.Eric Anholt1-3/+10
2020-09-11aco: don't apply constant to SDWA on GFX8Rhys Perry1-1/+2
2020-09-11aco: fix v_writelane_b32 with two sgprsRhys Perry1-0/+13