aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* zink: Use optimal layout instead of general. Reduces valid layer warnings. Fi...Duncan Hopkins2019-10-303-36/+113
* iris: Resolve stencil resource prior to copy or used by CPUSagar Ghuge2019-10-291-9/+19
* iris: Prepare resources before stencil blit operationSagar Ghuge2019-10-291-7/+52
* iris: Prepare depth resource if clear_depth enableSagar Ghuge2019-10-291-2/+2
* iris: Prepare stencil resource before clear depth stencilSagar Ghuge2019-10-291-2/+10
* iris: Resolve stencil buffer lossless compression with WM_HZ_OP packetSagar Ghuge2019-10-291-9/+13
* intel: Track stencil aux usage on Gen12+Sagar Ghuge2019-10-291-0/+1
* 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
* iris: Implement new way for setting streamout buffers.Plamena Manolova2019-10-292-3/+23
* 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
* gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski2019-10-296-14/+78
* panfrost: Cleanup _shader_upper -> shaderAlyssa Rosenzweig2019-10-291-4/+4
* winsys/amdgpu: use the new GPU reset queryMarek Olšák2019-10-281-20/+37
* 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
* loader: default to iris for all future PCI IDsEric Engestrom2019-10-281-0/+1
* iris: Create resource with aux_usage MCS_CCSSagar Ghuge2019-10-281-1/+2
* iris: Get correct resource aux usage for copySagar Ghuge2019-10-281-0/+1
* 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
* 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
* iris: Start using blorp_can_hiz_clear_depth()Nanley Chery2019-10-281-1/+7
* iris: Enable HIZ_CCS in depth buffer instructionsNanley Chery2019-10-282-3/+7
* iris: Define initial HIZ_CCS state and transitionsNanley Chery2019-10-283-13/+20
* iris: Create an unusable secondary aux surfaceNanley Chery2019-10-282-6/+49
* iris: Don't guess the aux_usageNanley Chery2019-10-281-96/+72
* intel: Support HIZ_CCS in isl_surf_get_ccs_surfNanley Chery2019-10-281-1/+1
* iris: Clear ::has_hiz when disabling auxNanley Chery2019-10-281-0/+1
* iris: Allow for non-Y-tiled aux allocationNanley Chery2019-10-281-1/+2
* iris: Don't assume CCS_E includes CCS_DNanley Chery2019-10-281-2/+3
* iris: Drop support for I915_FORMAT_MOD_Y_TILED_CCS on TGL+Nanley Chery2019-10-281-1/+1
* iris: Add support for depth bounds testing.Plamena Manolova2019-10-282-0/+24
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-2821-45/+45
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-2820-33/+33
* util: remove LIST_DEL macroTimothy Arceri2019-10-2826-61/+61
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-286-10/+10
* util: remove LIST_REPLACE macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADD macroTimothy Arceri2019-10-289-22/+22
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-2830-54/+54
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-2834-73/+73