summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-14aco/isel: Always export position data from VS/NGGTony Wasserka1-0/+5
2020-10-14radv: Fix mipmap extent adjustment on GFX9+.Bas Nieuwenhuizen3-18/+13
2020-10-14scons: fix SPIR-V -> NIR buildRhys Perry1-0/+7
2020-10-14android: fix SPIR-V -> NIR buildRhys Perry3-2/+8
2020-10-14spirv: replace discard with demote for incorrect HLSL->SPIR-V translationsRhys Perry3-4/+31
2020-10-14spirv: add and use a generator id enumRhys Perry6-2/+278
2020-10-14pan/bi: Handle vector movesAlyssa Rosenzweig1-3/+11
2020-10-14anv: Enable multi-layer aux-map init for HIZ+CCSNanley Chery1-1/+1
2020-10-14intel/nir: Don't try to emit vector load_scratch instructionsJason Ekstrand1-1/+4
2020-10-14glsl/xxd.py: fix importsDylan Baker1-2/+1
2020-10-14etnaviv: stop leaking the dummy texure descriptor BOLucas Stach1-0/+3
2020-10-14omx/tizonia: fix buildPierre-Eric Pelloux-Prayer1-1/+0
2020-10-14iris: Fix a fast-clear skipping optimizationNanley Chery1-3/+3
2020-10-14intel/perf: fix crash when no perf queries are supportedLionel Landwerlin1-1/+1
2020-10-14freedreno: Move rsc NULL check to before rsc dereferences.Vinson Lee1-3/+4
2020-10-14intel/fs: Don't use NoDDClk/NoDDClr for split SHUFFLEsJason Ekstrand1-3/+15
2020-10-14radv: Use atomics to read query results.Bas Nieuwenhuizen1-20/+23
2020-10-14nir/opt_load_store_vectorize: Use bit sizes when checking mask compatibilityJason Ekstrand1-2/+2
2020-10-14glsl: don't duplicate state vars as uniforms in the NIR linkerTimothy Arceri1-0/+6
2020-10-14intel/fs: NoMask initialize the address register for shufflesJason Ekstrand1-5/+32
2020-10-14intel/gen9: Enable MSC RAW Hazard AvoidanceAnuj Phogat4-0/+7
2020-10-14radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.Olsak, Marek1-0/+2
2020-10-14nir/cf: Better handle intra-block splitsJason Ekstrand1-7/+24
2020-09-30nir/lower_io_arrays: Fix xfb_offset bugConnor Abbott1-1/+1
2020-09-30st/mesa: use roundf instead of floorf for lod-bias roundingErik Faye-Lund1-1/+1
2020-09-29gallium/vl: add chroma_format arg to vl_video_buffer functionsPierre-Eric Pelloux-Prayer5-19/+34
2020-09-29gallium/vl: do not call transfer_unmap if transfer is NULLPierre-Eric Pelloux-Prayer2-3/+6
2020-09-28spirv: fix emitting switch cases that directly jump to the merge blockSamuel Pitoiset1-0/+7
2020-09-28spirv: extract switch parsing into its own functionKarol Herbst2-83/+99
2020-09-28intel/fs: Disable sample mask predication for scratch storesDanylo Piliaiev3-2/+34
2020-09-27meson/anv: Use variable that checks for --build-idDylan Baker1-1/+1
2020-09-27blorp: Ensure aligned HIZ_CCS_WT partial clearsNanley Chery1-4/+5
2020-09-27nir/liveness: Consider if uses in nir_ssa_defs_interfereJason Ekstrand1-0/+9
2020-09-27radeonsi: fix indirect dispatches with variable block sizesMarek Olšák1-11/+10
2020-09-27etnaviv: simplify linear stride implementationChristian Gmeiner1-11/+9
2020-09-27mesa: handle GL_FRONT after translating to itErik Faye-Lund1-0/+1
2020-09-23nir/lower_samplers: Clamp out-of-bounds access to array of samplersDanylo Piliaiev1-1/+21
2020-09-23nir/large_constants: Eliminate out-of-bounds writes to large constantsDanylo Piliaiev1-2/+5
2020-09-23nir/lower_io: Eliminate oob writes and return zero for oob readsDanylo Piliaiev1-0/+31
2020-09-23st/mesa: Deal with empty textures/buffers in semaphore wait/signal.Bas Nieuwenhuizen1-4/+8
2020-09-23intel/compiler: fixup Gen12 workaround for array sizesLionel Landwerlin1-2/+19
2020-09-23radv: fix transform feedback crashes if pCounterBufferOffsets is NULLSamuel Pitoiset1-4/+20
2020-09-23radv,aco: fix reading primitive ID in FS after TESRhys Perry2-3/+10
2020-09-23ac/surface: Fix depth import on GFX6-GFX8.Bas Nieuwenhuizen1-1/+2
2020-09-23intel/fs/swsb: SCHEDULING_FENCE only emits SYNC_NOPJason Ekstrand1-0/+1
2020-09-23glsl_type: Add packed to structure type comparison for hash mapJesse Natalie1-0/+3
2020-09-23radv: fix vertex buffer null descriptorsPierre-Loup A. Griffais1-1/+3
2020-09-23radv: fix null descriptor for dynamic buffersPierre-Loup A. Griffais2-15/+22
2020-09-23mesa: fix glUniform* when a struct contains a bindless samplerPierre-Eric Pelloux-Prayer1-2/+4
2020-09-17radv: initialize with expanded cmask if the destination layout needs itRhys Perry1-2/+10