summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-02-033-1/+13
* radeonsi: disable display DCCPierre-Eric Pelloux-Prayer2020-02-031-2/+5
* anv: Improve BTI change cache flushingJason Ekstrand2020-02-032-0/+28
* aco: fix target calculation when vgpr spilling introduces sgpr spillingRhys Perry2020-02-031-3/+2
* i965: Use brw_batch_references in tex_busy checkKenneth Graunke2020-02-031-1/+2
* aco: don't always add logical edges from continue_break blocks to headersRhys Perry2020-02-031-1/+2
* aco: don't consider loop header blocks branch blocks in add_coupling_codeRhys Perry2020-02-031-1/+1
* aco: run p_wqm instructions in WQMRhys Perry2020-02-031-2/+3
* aco: ensure predecessors' p_logical_end is in WQM when a p_phi is in WQMRhys Perry2020-02-031-1/+10
* radeonsi: Clear uninitialized variableDrew Davenport2020-02-031-1/+1
* anv: Handle unavailable queries in vkCmdCopyQueryPoolResultsBrian Ho2020-02-031-0/+54
* anv: Properly fetch partial results in vkGetQueryPoolResultsBrian Ho2020-02-031-2/+11
* lima: ppir: don't delete root ld_tex nodes without successors in current blockVasily Khoruzhick2020-02-031-6/+1
* anv: Insert holes for non-existant XFB varyingsJason Ekstrand2020-02-031-5/+17
* radv: do not allow sparse resources with multi-planar formatsSamuel Pitoiset2020-02-031-0/+6
* aco: fix operand to scc when selecting SGPR ufind_msb/ifind_msbRhys Perry2020-02-031-1/+1
* radv/winsys: set IB flags prior to submit in the sysmem pathFlorian Will2020-02-031-0/+2
* isl: drop CCS row pitch requirement for linear surfacesLionel Landwerlin2020-02-031-15/+21
* radeonsi: don't invoke decompression inside internal launch_gridMarek Olšák2020-01-283-4/+22
* radeonsi: clean up how internal compute dispatches are handledMarek Olšák2020-01-281-18/+12
* drisw: Cache the depth of the X drawableAdam Jackson2020-01-282-3/+32
* aco/gfx10: Fix VcmpxExecWARHazard mitigation.Timur Kristóf2020-01-282-3/+2
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-282-5/+5
* aco: fix off-by-one error when initializing sgpr_live_inRhys Perry2020-01-281-1/+1
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-281-1/+0
* egl/android: fix buffer_count for applications setting max countTapani Pälli2020-01-281-6/+22
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-281-1/+0
* turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORYHyunjun Ko2020-01-281-0/+3
* clover: Initialize Asm ParsersJan Vesely2020-01-281-0/+1
* anv: Stop allocating WSI event fences off the instanceJason Ekstrand2020-01-281-2/+2
* anv: Canonicalize buffer formats for image/buffer copiesJason Ekstrand2020-01-281-20/+42
* anv/blorp: Rename buffer image stride parametersJason Ekstrand2020-01-281-9/+10
* util: call bind_sampler_states before setting sampler_viewsPierre-Eric Pelloux-Prayer2020-01-281-6/+6
* aco: rework lower_to_cssa()Daniel Schürmann2020-01-281-70/+42
* intel/perf: report query split for mdapiLionel Landwerlin2020-01-283-2/+18
* intel/perf: expose timestamp begin for mdapiLionel Landwerlin2020-01-283-0/+9
* radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1Marek Olšák2020-01-281-0/+1
* intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_imageKenneth Graunke2020-01-281-3/+6
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-156-53/+78
* radeonsi: make sure fmask expand is done if neededPierre-Eric Pelloux-Prayer2020-01-151-1/+2
* radeonsi: fix fmask expand compute shaderPierre-Eric Pelloux-Prayer2020-01-151-1/+1
* egl/android: Restrict minimum triple buffering for android color_buffersNataraj Deshpande2020-01-151-3/+7
* radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset2020-01-151-1/+5
* radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen2020-01-151-1/+2
* aco: fix unconditional demote_to_helperDaniel Schürmann2020-01-152-13/+16
* aco: check if multiplication/clamp is live when applying output modifierRhys Perry2020-01-141-18/+24
* aco: don't DCE atomics with return valuesRhys Perry2020-01-145-19/+26
* intel/fs: Only use SLM fence in compute shadersCaio Marcelo de Oliveira Filho2020-01-141-0/+3
* anv: only use VkSamplerCreateInfo::compareOp if enabledLionel Landwerlin2020-01-141-1/+3
* mesa: Fix detection of invalidating both depth and stencil.Eric Anholt2020-01-141-2/+3