summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Revert "spirv: Implement OpCopyObject and OpCopyLogical as blind copies"Jason Ekstrand1-23/+3
2020-04-01svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom5-8/+50
2020-04-01nir: fix crash in varying packing on interface mismatchTimothy Arceri1-2/+22
2020-04-01spirv: Implement OpCopyObject and OpCopyLogical as blind copiesJason Ekstrand1-3/+23
2020-03-31anv: Account for the header in anv_state_stream_allocJason Ekstrand1-2/+3
2020-03-31nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64Jason Ekstrand1-0/+8
2020-03-31util: fix u_fifo_pop()Rob Clark1-1/+1
2020-03-31util/u_queue: fix race in total_jobs_size accessRhys Perry1-2/+2
2020-03-31glsl: fix race in instance gettersRhys Perry1-5/+15
2020-03-30vtn/opencl: fully enable OpenCLstd_ClzErik Faye-Lund1-0/+1
2020-03-30pipebuffer: clean up cast-warningsErik Faye-Lund1-2/+2
2020-03-30aco: implement 64-bit VGPR constant copies in handle_operands()Rhys Perry2-4/+39
2020-03-30radv/llvm: fix subgroup shuffle for chips without bpermuteTimur Kristóf2-4/+30
2020-03-30freedreno/ir3/ra: fix array liverangesRob Clark1-1/+1
2020-03-30nir: fix packing of TCS varyings not read by the TESTimothy Arceri1-4/+68
2020-03-30glsl: fix varying packing for 64bit integersTimothy Arceri1-1/+1
2020-03-30ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()Samuel Pitoiset2-20/+12
2020-03-30ac/nir: use llvm.amdgcn.rsq for nir_op_frsqSamuel Pitoiset1-3/+2
2020-03-30ac/nir: use llvm.amdgcn.rcp for nir_op_frcpSamuel Pitoiset1-2/+2
2020-03-30intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...Francisco Jerez1-10/+11
2020-03-30glsl: set error_emitted true if type not ok for assignmentTapani Pälli1-2/+5
2020-03-30etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float supportMarek Vasut1-1/+2
2020-03-26rbug: do not return void-valueErik Faye-Lund1-1/+1
2020-03-25radv: enable VK_KHR_8bit_storage on GFX6-GFX7Samuel Pitoiset1-1/+1
2020-03-25nir/gather_info: fix per-vertex handling in try_mask_partial_ioRhys Perry1-3/+7
2020-03-25st/mesa: fix use of uninitialized memory due to st_nir_lower_builtinMarek Olšák1-1/+1
2020-03-25aco: fix boolean undef regclassRhys Perry1-0/+2
2020-03-25aco: emit IR in IF's merge block instead if the other side ends in a jumpRhys Perry1-6/+92
2020-03-25aco: improve check for unreachable loop continue blocksRhys Perry1-6/+10
2020-03-25aco: skip NIR in unreachable merge blocksRhys Perry1-2/+6
2020-03-25aco: handle missing second predecessors at merge block phisRhys Perry1-0/+4
2020-03-25aco: set has_divergent_branch for discards in loopsRhys Perry1-0/+3
2020-03-25ac: fix fast divisionMarek Olšák1-5/+4
2020-03-20radv: fix optional pSizes parameter when binding streamout buffersSamuel Pitoiset1-1/+6
2020-03-20mesa/main: Fix overflow in validation of DispatchComputeGroupSizeARBCaio Marcelo de Oliveira Filho1-5/+9
2020-03-20vc4_bufmgr: Remove duplicative VC definitionJohn Stultz1-8/+0
2020-03-20isl: drop min row pitch alignment when set by the driverLionel Landwerlin1-1/+9
2020-03-20isl: only apply main surface ccs pitch constraint with CCSLionel Landwerlin1-1/+2
2020-03-20isl: properly filter supported display modifiers on Gen9+Lionel Landwerlin1-3/+13
2020-03-20isl: implement linear tiling row pitch requirement for displayLionel Landwerlin1-3/+14
2020-03-19nir/gather_info: handle emit_vertex_with_counterRhys Perry1-0/+1
2020-03-19nir: fix clip/cull_distance_array_size in nir_lower_clip_cull_distance_arraysMarek Olšák1-1/+10
2020-03-19anv: Swizzle fast-clear valuesJason Ekstrand3-9/+19
2020-03-19intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand5-4/+14
2020-03-19soft-fp64: Split a block that was missing a cast on a comparisonIan Romanick1-13/+15
2020-03-19soft-fp64/fsat: Correctly handle NaNIan Romanick1-2/+3
2020-03-19st/mesa: disallow deferred flush if there are multiple contextsPierre-Eric Pelloux-Prayer1-1/+2
2020-03-19amd/addrlib: fix build on non-x86 platformsGreg V1-4/+6
2020-03-19gallium: hud_context: Fix scalar initializer warning.John Stultz1-1/+3
2020-03-18radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_controlSamuel Pitoiset4-7/+27