summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-03VERSION: bump to 20.0.4mesa-20.0.4Eric Engestrom1-1/+1
2020-04-03docs: add release notes for 20.0.4Eric Engestrom1-0/+68
2020-04-02Revert "spirv: Implement OpCopyObject and OpCopyLogical as blind copies"Jason Ekstrand2-24/+4
2020-04-02.pick_status.json: Update to c71c1f44b055c680f073a2608a3bf560b55f8974Eric Engestrom1-0/+369
2020-04-01docs/relnotes: add sha256sum for 20.0.3Eric Engestrom1-1/+1
2020-04-01VERSION: bump to 20.0.3mesa-20.0.3Eric Engestrom1-1/+1
2020-04-01docs: add release notes for 20.0.3Eric Engestrom1-0/+177
2020-04-01svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom6-9/+51
2020-04-01nir: fix crash in varying packing on interface mismatchTimothy Arceri2-3/+23
2020-04-01spirv: Implement OpCopyObject and OpCopyLogical as blind copiesJason Ekstrand2-4/+24
2020-04-01.pick_status.json: Update to 70ac7f5b0c46370075a35067c9f7dfe78e84b16dEric Engestrom1-0/+369
2020-03-31anv: Account for the header in anv_state_stream_allocJason Ekstrand2-3/+4
2020-03-31nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64Jason Ekstrand2-1/+9
2020-03-31util: fix u_fifo_pop()Rob Clark2-2/+2
2020-03-31util/u_queue: fix race in total_jobs_size accessRhys Perry2-3/+3
2020-03-31glsl: fix race in instance gettersRhys Perry2-6/+16
2020-03-31.pick_status.json: Update to 5f4d9b419a1c931ad468b8b22b8a95b1216891e4Eric Engestrom1-0/+1089
2020-03-30vtn/opencl: fully enable OpenCLstd_ClzErik Faye-Lund2-1/+2
2020-03-30pipebuffer: clean up cast-warningsErik Faye-Lund2-3/+3
2020-03-30aco: implement 64-bit VGPR constant copies in handle_operands()Rhys Perry3-5/+40
2020-03-30radv/llvm: fix subgroup shuffle for chips without bpermuteTimur Kristóf3-6/+32
2020-03-30freedreno/ir3/ra: fix array liverangesRob Clark2-2/+2
2020-03-30nir: fix packing of TCS varyings not read by the TESTimothy Arceri2-5/+69
2020-03-30glsl: fix varying packing for 64bit integersTimothy Arceri2-2/+2
2020-03-30ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()Samuel Pitoiset3-21/+13
2020-03-30ac/nir: use llvm.amdgcn.rsq for nir_op_frsqSamuel Pitoiset2-4/+3
2020-03-30ac/nir: use llvm.amdgcn.rcp for nir_op_frcpSamuel Pitoiset2-3/+3
2020-03-30intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...Francisco Jerez2-11/+12
2020-03-30glsl: set error_emitted true if type not ok for assignmentTapani Pälli2-3/+6
2020-03-30.pick_status.json: Update to 8970b7839aebefa7207c9535ac34ab4e8cc0ae25Eric Engestrom1-0/+702
2020-03-30etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float supportMarek Vasut2-2/+3
2020-03-26rbug: do not return void-valueErik Faye-Lund2-2/+2
2020-03-26.pick_status.json: Update to 05069e1f0794aadd40ce9269f858e50c64254388Eric Engestrom1-0/+252
2020-03-25intel: Add TGL PCI IDJordan Justen2-1/+2
2020-03-25intel: Update TGL PCI stringsJordan Justen2-6/+6
2020-03-25intel: add new TGL pci idsLionel Landwerlin2-1/+5
2020-03-25radv: enable VK_KHR_8bit_storage on GFX6-GFX7Samuel Pitoiset2-2/+2
2020-03-25nir/gather_info: fix per-vertex handling in try_mask_partial_ioRhys Perry2-4/+8
2020-03-25st/mesa: fix use of uninitialized memory due to st_nir_lower_builtinMarek Olšák2-2/+2
2020-03-25aco: fix boolean undef regclassRhys Perry2-1/+3
2020-03-25aco: emit IR in IF's merge block instead if the other side ends in a jumpRhys Perry2-7/+93
2020-03-25aco: improve check for unreachable loop continue blocksRhys Perry2-7/+11
2020-03-25aco: skip NIR in unreachable merge blocksRhys Perry2-3/+7
2020-03-25aco: handle missing second predecessors at merge block phisRhys Perry2-1/+5
2020-03-25aco: set has_divergent_branch for discards in loopsRhys Perry2-1/+4
2020-03-25ac: fix fast divisionMarek Olšák2-6/+5
2020-03-25Revert "ci: Remove T820 from CI temporarily"Neil Armstrong2-2/+2
2020-03-25.pick_status.json: Update to 12711939320e4fcd3a0d86af22da1042ad92035fEric Engestrom1-0/+990
2020-03-20radv: fix optional pSizes parameter when binding streamout buffersSamuel Pitoiset2-2/+7
2020-03-20mesa/main: Fix overflow in validation of DispatchComputeGroupSizeARBCaio Marcelo de Oliveira Filho2-6/+10