summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iris: Allocate main and aux surfaces togetherNanley Chery2019-10-291-34/+21
* iris: Determine aux offsets within configure_auxNanley Chery2019-10-291-10/+9
* iris: Bail resource creation upon aux creation errorNanley Chery2019-10-291-16/+17
* iris: Drop iris_resource::aux::extra_aux::boNanley Chery2019-10-292-16/+3
* zink: pass line width from rast_state to gfx_pipeline_state.Duncan Hopkins2019-10-291-1/+3
* anv: Reduce the minimum number of relocationsJason Ekstrand2019-10-291-1/+1
* anv: Delay allocation of relocation listsJason Ekstrand2019-10-291-67/+71
* anv: Implement new way for setting streamout buffers.Plamena Manolova2019-10-293-0/+19
* iris: Implement new way for setting streamout buffers.Plamena Manolova2019-10-292-3/+23
* genxml: Add 3DSTATE_SO_BUFFER_INDEX_* instructionsPlamena Manolova2019-10-291-0/+47
* freedreno/a6xx: add a618 supportRob Clark2019-10-293-0/+27
* freedreno/a6xx: cleanup magic registersRob Clark2019-10-296-22/+47
* freedreno/a6xx: remove some left over dead codeRob Clark2019-10-291-10/+0
* anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.Plamena Manolova2019-10-291-1/+1
* genxml: Change 3DSTATE_DEPTH_BOUNDS bias.Plamena Manolova2019-10-291-1/+1
* gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski2019-10-296-14/+78
* panfrost: Remove unused definitions in mali-job.hAlyssa Rosenzweig2019-10-291-9/+1
* panfrost: Cleanup _shader_upper -> shaderAlyssa Rosenzweig2019-10-293-17/+14
* intel/perf: update ICL configurationsLionel Landwerlin2019-10-291-59/+28
* anv: Fix output of INTEL_DEBUG=bat for chained batchesCaio Marcelo de Oliveira Filho2019-10-281-1/+1
* winsys/amdgpu: use the new GPU reset queryMarek Olšák2019-10-281-20/+37
* ac: get tcc_harvested from the kernelMarek Olšák2019-10-281-3/+8
* radeonsi: initialize shader compilers in threads on demandMarek Olšák2019-10-284-8/+14
* radeonsi: don't print diagnostic LLVM remarks and notesMarek Olšák2019-10-281-6/+3
* aco: Introduce vgpr_limit to keep track of available VGPRs.Timur Kristóf2019-10-286-5/+12
* aco: Implement subgroup shuffle in GFX10 wave64 mode.Timur Kristóf2019-10-286-16/+113
* aco: Remove dead code in reduction lowering.Rhys Perry2019-10-281-16/+14
* aco: Fix reductions on GFX10.Rhys Perry2019-10-283-18/+95
* loader: default to iris for all future PCI IDsEric Engestrom2019-10-284-20/+5
* anv: add a couple printflike() annotationsEric Engestrom2019-10-281-2/+4
* st/mesa: lower global vars to local after lowering clipErik Faye-Lund2019-10-281-0/+1
* iris: Create resource with aux_usage MCS_CCSSagar Ghuge2019-10-281-1/+2
* intel/isl: Support lossless compression with multisamplesSagar Ghuge2019-10-281-5/+1
* iris: Get correct resource aux usage for copySagar Ghuge2019-10-281-0/+1
* intel/blorp: Use isl_aux_usage_has_mcs instead of comparingSagar Ghuge2019-10-281-5/+7
* iris: Define MCS_CCS state transitions and usagesSagar Ghuge2019-10-282-5/+10
* iris: Initialize CCS to fast clear while using with MCSSagar Ghuge2019-10-281-3/+14
* intel/isl: Don't reconfigure aux surfaces for MCSSagar Ghuge2019-10-281-0/+3
* zink: emulate optional depth-formatsErik Faye-Lund2019-10-286-8/+42
* zink: error if VK_KHR_maintenance1 isn't supportedErik Faye-Lund2019-10-282-2/+7
* iris: Disallow incomplete resource creationNanley Chery2019-10-281-2/+6
* iris: Don't leak the resource for unsupported modifierNanley Chery2019-10-281-1/+1
* iris: Enable HIZ_CCS samplingNanley Chery2019-10-283-8/+24
* intel/blorp: Satisfy clear color rules for HIZ_CCSNanley Chery2019-10-281-1/+35
* intel: Fix and use HIZ_CCS write through modeNanley Chery2019-10-282-0/+7
* iris: Start using blorp_can_hiz_clear_depth()Nanley Chery2019-10-281-1/+7
* intel/blorp: Satisfy HIZ_CCS fast-clear alignmentsNanley Chery2019-10-281-0/+47
* intel: Refactor blorp_can_hiz_clear_depth()Nanley Chery2019-10-283-16/+19
* isl: Add isl_surf_supports_hiz_ccs_wt()Nanley Chery2019-10-282-0/+18
* iris: Enable HIZ_CCS in depth buffer instructionsNanley Chery2019-10-282-3/+7