summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-11intel/common: Build mi_builder_test for gen 12.5gen12hp-mi_builder_testJordan Justen1-1/+2
2021-01-11r600: Support TGSI_OPCODE_I64NEGGert Wollny1-0/+72
2021-01-11pan/bi: Allow non-terminal BLEND operationsBoris Brezillon1-6/+0
2021-01-11pan/bi: Use the interference mechanism to describe blend shader reg useBoris Brezillon1-10/+36
2021-01-11pan/bi: Restrict registers to r0-r15 when compiling blend shadersBoris Brezillon1-2/+2
2021-01-11pan/bi: Port bi_collect_blend_ret_addr() to the new compiler infraBoris Brezillon1-6/+5
2021-01-11pan/bi: Pass bundle pointers to bi_pack_tuple()Boris Brezillon1-24/+24
2021-01-11pan/bi: Workaround BLEND precolour with explicit movesAlyssa Rosenzweig1-2/+14
2021-01-11panfrost: Set the RT index when emitting a Bifrost blend descriptorBoris Brezillon1-0/+1
2021-01-11vulkan/overay: fix violation of VUID-VkDeviceCreateInfo-pNext-00373Pavel Asyutchenko2-7/+23
2021-01-11nv50: use 2d blit when m2mf doesn't support the copyIlia Mirkin1-0/+126
2021-01-11nv50,nvc0: serialize between before/after using a zeta surface as colorIlia Mirkin2-0/+31
2021-01-11nv50: fix instancing of client-side vertex buffersIlia Mirkin1-3/+4
2021-01-11nv50/ir: allow a mov to emit directly to a shader outputIlia Mirkin1-1/+2
2021-01-11drisw: fix unused variables warningsMichel Zou1-1/+1
2021-01-11llvmpipe: fix unused variables warningsMichel Zou2-4/+5
2021-01-11nir: replace .lower_sub with .has_fsub and .has_isubDaniel Schürmann22-15/+37
2021-01-11nir,vc4: Lower fneg to fmul(x, -1.0)Daniel Schürmann5-8/+13
2021-01-11pan/bi: Fix constant slot selectionBoris Brezillon1-1/+7
2021-01-11panfrost: Fix UBO count calculation on BifrostBoris Brezillon1-1/+11
2021-01-11vulkan/device-select: fix vkGetInstanceProcAddr self-resolvingGeorg Lehmann1-0/+2
2021-01-11radv: mark VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT as unsupported on GFX6-7Samuel Pitoiset1-0/+4
2021-01-11aco: remove can_reorder semantic in get_sync_info_with_hackRhys Perry1-1/+1
2021-01-11aco: try to better align 8+ dword SGPR vectorsRhys Perry1-8/+10
2021-01-11mesa/st: fix regression for basic driversErik Faye-Lund3-1/+4
2021-01-11mesa/teximage: show internal format when printing verbose api logIlia Mirkin1-2/+2
2021-01-11radv: enable DCC for layered color images on GFX10+Samuel Pitoiset1-1/+6
2021-01-11radv: do not use predication when the range doesn't cover the whole imageSamuel Pitoiset1-2/+16
2021-01-11radv: clean up radv_decompress_dcc_compute()Samuel Pitoiset1-9/+5
2021-01-11radv: add support for fast-clearing DCC layers on GFX9+Samuel Pitoiset1-1/+4
2021-01-11ac/surface: initialize dcc_slice_size on GFX9+Samuel Pitoiset1-0/+1
2021-01-11wsi/x11: Make sure wsi_x11_connection::is_xwayland is always initializedMichel Dänzer1-2/+2
2021-01-11wsi/x11: Always free randr_reply in wsi_x11_connection_createMichel Dänzer1-0/+1
2021-01-11wsi/x11: Use wsi_x11_get_connection in x11_present_to_x11_dri3Michel Dänzer1-1/+1
2021-01-11nir/lower_vec_to_movs: don't vectorize unsupports opsErico Nunes7-12/+57
2021-01-11aco: Spill more optimally before loops.Timur Kristóf1-3/+4
2021-01-11aco: Keep live-though variables and constants spilled.Timur Kristóf1-9/+10
2021-01-11radv: Enable sparse buffer and image support.Bas Nieuwenhuizen2-1/+9
2021-01-11radv: Add sparse image queries.Bas Nieuwenhuizen2-27/+169
2021-01-11radv: Add image sparse memory update implementation.Bas Nieuwenhuizen1-1/+108
2021-01-11radv: Create sparse images.Bas Nieuwenhuizen1-1/+9
2021-01-11radv/winsys: Fix offset in range merging.Bas Nieuwenhuizen1-0/+1
2021-01-11radv/winsys: Fix inequality for sparse buffer remapping.Bas Nieuwenhuizen1-1/+1
2021-01-11ac/surf: Use correct tilemodes on GFX8 for PRT.Bas Nieuwenhuizen1-2/+10
2021-01-11ac/surf: Add sparse texture info to radeon_surf.Bas Nieuwenhuizen2-0/+39
2021-01-11ac/surf: Implement PRT layout.Bas Nieuwenhuizen2-0/+12
2021-01-11ac/surf: Prepare for 64-bit flags.Bas Nieuwenhuizen5-18/+19
2021-01-11radv: only re-initialize HTILE after ds compute resolves if compressedSamuel Pitoiset1-1/+8
2021-01-11radv: re-initialize HTILE properly after depth/stencil compute resolvesSamuel Pitoiset1-23/+12
2021-01-11radv: disable TC-compat HTILE in GENERAL for Detroit: Become HumanSamuel Pitoiset3-1/+11