summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-14VERSION: bump for 20.2.1mesa-20.2.1Dylan Baker1-1/+1
2020-10-14docs: add release notes for 20.2.1Dylan Baker1-0/+160
2020-10-13spirv: replace discard with demote for incorrect HLSL->SPIR-V translationsRhys Perry4-4/+31
2020-10-13vc4: Enable lower_umax and lower_uminJose Maria Casanova Crespo2-1/+3
2020-10-13nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not availableJose Maria Casanova Crespo3-5/+13
2020-10-13ac/surface: fix valgrind warnings in DCC retile tile lookupsMarek Olšák2-8/+9
2020-10-13radv: Fix mipmap extent adjustment on GFX9+.Bas Nieuwenhuizen4-20/+15
2020-10-13retab ac_surface.h so that backports applyDylan Baker1-201/+201
2020-10-13scons: fix SPIR-V -> NIR buildRhys Perry2-1/+8
2020-10-13aco: implement missing nir_op_unpack_half_2x16_split_{x,y}_flush_to_zeroSamuel Pitoiset2-1/+5
2020-10-13android: fix SPIR-V -> NIR buildRhys Perry4-3/+9
2020-10-13radv: add missing u_atomic.h includeEric Engestrom2-1/+2
2020-10-13.pick_status.json: Update to e1efc534e6c452e3e606d663864896a654acc185Dylan Baker1-0/+5283
2020-10-12intel/fs: Disable sample mask predication for scratch storesDanylo Piliaiev4-3/+35
2020-10-12spirv: add and use a generator id enumRhys Perry7-3/+279
2020-10-12pan/bi: Fix simple txl testAlyssa Rosenzweig2-18/+10
2020-10-12pan/bi: Handle vector movesAlyssa Rosenzweig2-4/+12
2020-10-12anv: Enable multi-layer aux-map init for HIZ+CCSNanley Chery2-2/+2
2020-10-12intel/nir: Don't try to emit vector load_scratch instructionsJason Ekstrand2-2/+5
2020-10-12glsl/xxd.py: fix importsDylan Baker2-3/+2
2020-10-12etnaviv: stop leaking the dummy texure descriptor BOLucas Stach2-1/+4
2020-10-12omx/tizonia: fix buildPierre-Eric Pelloux-Prayer2-2/+1
2020-10-12gallium/u_threaded_context: fix use-after-free in transfer_unmapMarek Olšák2-2/+2
2020-10-12iris: Fix a fast-clear skipping optimizationNanley Chery2-4/+4
2020-10-12intel/perf: fix crash when no perf queries are supportedLionel Landwerlin2-2/+2
2020-10-12.pick_status.json: Mark 4790811d78011d45830d9543ad6e7401391cfb15 as denominatedDylan Baker1-1/+1
2020-10-12.pick_status.json: Mark b23013db0aa6845d661c2da5d4003615b064e01f as denominatedDylan Baker1-1/+1
2020-10-12.pick_status.json: Update to b32a8f83dce3b8789f2e8790ab41b8a63c9bedc6Dylan Baker1-0/+2673
2020-10-05vc4: Avoid negative scissor caused by no intersectionJose Maria Casanova Crespo2-5/+5
2020-10-05freedreno: Move rsc NULL check to before rsc dereferences.Vinson Lee2-4/+5
2020-10-05intel/fs: Don't use NoDDClk/NoDDClr for split SHUFFLEsJason Ekstrand2-4/+16
2020-10-05radv: Use atomics to read query results.Bas Nieuwenhuizen2-21/+23
2020-10-05nir/opt_load_store_vectorize: Use bit sizes when checking mask compatibilityJason Ekstrand2-3/+3
2020-10-05meson: fix power8 optionPhilipp Zabel2-2/+2
2020-10-05glsl: don't duplicate state vars as uniforms in the NIR linkerTimothy Arceri2-1/+7
2020-10-05intel/fs: NoMask initialize the address register for shufflesJason Ekstrand2-6/+33
2020-10-05intel/gen9: Enable MSC RAW Hazard AvoidanceAnuj Phogat5-1/+8
2020-10-05radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.Olsak, Marek2-1/+3
2020-10-05.pick_status.json: Update to e3b814d5e9e414839d5e4de3a76bb2899cbb7249Dylan Baker1-0/+1449
2020-09-30radv,radeonsi: Disable compression on interop depth imagesBas Nieuwenhuizen3-2/+4
2020-09-30nir/cf: Better handle intra-block splitsJason Ekstrand2-8/+25
2020-09-30gallium/vl: add chroma_format arg to vl_video_buffer functionsPierre-Eric Pelloux-Prayer6-20/+35
2020-09-30gallium/vl: do not call transfer_unmap if transfer is NULLPierre-Eric Pelloux-Prayer3-4/+7
2020-09-30gallium/dri2: Move image->texture assignment after image NULL check.Vinson Lee2-2/+2
2020-09-30.pick_status.json: Update to 7dbb1f7462433940951ce6c3fa22f6368aeafd50Dylan Baker1-0/+792
2020-09-29nir/lower_io_arrays: Fix xfb_offset bugConnor Abbott2-2/+2
2020-09-29st/mesa: use roundf instead of floorf for lod-bias roundingErik Faye-Lund2-2/+2
2020-09-29meson/anv: Use variable that checks for --build-idDylan Baker2-2/+2
2020-09-29blorp: Ensure aligned HIZ_CCS_WT partial clearsNanley Chery2-5/+6
2020-09-29nir/liveness: Consider if uses in nir_ssa_defs_interfereJason Ekstrand2-1/+10