summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-28radeonsi: don't invoke decompression inside internal launch_gridMarek Olšák3-4/+22
2020-01-28radeonsi: clean up how internal compute dispatches are handledMarek Olšák1-18/+12
2020-01-28drisw: Cache the depth of the X drawableAdam Jackson2-3/+32
2020-01-28aco/gfx10: Fix VcmpxExecWARHazard mitigation.Timur Kristóf2-3/+2
2020-01-28intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2-5/+5
2020-01-28aco: fix off-by-one error when initializing sgpr_live_inRhys Perry1-1/+1
2020-01-28radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset1-1/+0
2020-01-28egl/android: fix buffer_count for applications setting max countTapani Pälli1-6/+22
2020-01-28radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen1-1/+0
2020-01-28turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORYHyunjun Ko1-0/+3
2020-01-28clover: Initialize Asm ParsersJan Vesely1-0/+1
2020-01-28anv: Stop allocating WSI event fences off the instanceJason Ekstrand1-2/+2
2020-01-28anv: Canonicalize buffer formats for image/buffer copiesJason Ekstrand1-20/+42
2020-01-28anv/blorp: Rename buffer image stride parametersJason Ekstrand1-9/+10
2020-01-28util: call bind_sampler_states before setting sampler_viewsPierre-Eric Pelloux-Prayer1-6/+6
2020-01-28aco: rework lower_to_cssa()Daniel Schürmann1-70/+42
2020-01-28intel/perf: report query split for mdapiLionel Landwerlin3-2/+18
2020-01-28intel/perf: expose timestamp begin for mdapiLionel Landwerlin3-0/+9
2020-01-28radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1Marek Olšák1-0/+1
2020-01-28intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_imageKenneth Graunke1-3/+6
2020-01-15st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek6-53/+78
2020-01-15radeonsi: make sure fmask expand is done if neededPierre-Eric Pelloux-Prayer1-1/+2
2020-01-15radeonsi: fix fmask expand compute shaderPierre-Eric Pelloux-Prayer1-1/+1
2020-01-15egl/android: Restrict minimum triple buffering for android color_buffersNataraj Deshpande1-3/+7
2020-01-15radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset1-1/+5
2020-01-15radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen1-1/+2
2020-01-15aco: fix unconditional demote_to_helperDaniel Schürmann2-13/+16
2020-01-14aco: check if multiplication/clamp is live when applying output modifierRhys Perry1-18/+24
2020-01-14aco: don't DCE atomics with return valuesRhys Perry5-19/+26
2020-01-14intel/fs: Only use SLM fence in compute shadersCaio Marcelo de Oliveira Filho1-0/+3
2020-01-14anv: only use VkSamplerCreateInfo::compareOp if enabledLionel Landwerlin1-1/+3
2020-01-14mesa: Fix detection of invalidating both depth and stencil.Eric Anholt1-2/+3
2020-01-14anv: Memset array propertiesJason Ekstrand1-0/+5
2020-01-14anv: Don't over-advertise descriptor indexing featuresJason Ekstrand1-15/+17
2020-01-14intel/blorp: Fill out all the dwords of MI_ATOMICJason Ekstrand1-0/+4
2020-01-14intel/vec4: Support scoped_memory_barrierJason Ekstrand1-1/+2
2020-01-14aco: disable add combining for ds_swizzle_b32Rhys Perry1-1/+1
2020-01-14aco: set exec_potentially_empty for demotesRhys Perry1-0/+6
2020-01-14aco: fix uninitialized data in the binaryRhys Perry1-1/+5
2020-01-14aco: fix imageSize()/textureSize() with large buffers on GFX8Rhys Perry1-19/+15
2020-01-14aco: set vm for pos0 exports on GFX10Rhys Perry2-3/+6
2020-01-14intel/fs/gen8+: Fix r127 dst/src overlap RA workaround for EOT message payload.Francisco Jerez1-5/+11
2020-01-14intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().Francisco Jerez1-0/+2
2020-01-14glsl: Fix software 64-bit integer to 32-bit float conversions.Francisco Jerez1-22/+14
2020-01-14mesa/st: fix a memory leak in get_versionAndrii Simiklit1-2/+3
2020-01-14freedreno/drm: Fix memory leak in softpin implementationLasse Lopperi1-0/+2
2020-01-14radeonsi: release saved resources in si_compute_do_clear_or_copyPierre-Eric Pelloux-Prayer1-0/+2
2020-01-14radeonsi: release saved resources in si_compute_copy_imagePierre-Eric Pelloux-Prayer1-0/+3
2020-01-14radeonsi: release saved resources in si_compute_clear_render_targetPierre-Eric Pelloux-Prayer1-0/+2
2020-01-14radeonsi: release saved resources in si_compute_expand_fmaskPierre-Eric Pelloux-Prayer1-0/+1