summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-01intel/pci_ids: Update DG2 device namesdg2-atsm-device-namesJordan Justen1-12/+12
2022-09-01intel/pci_ids: Update ATS-M device namesJordan Justen1-2/+2
2022-09-01turnip: Enable lowering of mediump temps/CS shared to 16-bit.Emma Anholt1-0/+13
2022-09-01spirv: Mark phis as mediump instead of directly lowering them to 16 bit.Emma Anholt1-32/+8
2022-09-01nir: Add a pass to lower mediump temps and shared mem.Emma Anholt4-0/+210
2022-09-01ail: Add unit tests for miptree layoutsAlyssa Rosenzweig2-0/+1320
2022-09-01asahi: Rename our fake twiddled DRM modifierAlyssa Rosenzweig3-7/+7
2022-09-01asahi: Advertise ASTC formatsAlyssa Rosenzweig1-0/+30
2022-09-01asahi: Advertise ETC1Alyssa Rosenzweig1-0/+1
2022-09-01asahi: Fix is_format_supported returnsAlyssa Rosenzweig1-3/+2
2022-09-01asahi: Handle 2-channel sRGB texturesAlyssa Rosenzweig2-2/+2
2022-09-01ail: Rewrite tiled memcpy for correctnessAlyssa Rosenzweig7-246/+210
2022-09-01ail: Introduce image layout moduleAlyssa Rosenzweig10-77/+436
2022-09-01asahi: Fix ASTC enumsAlyssa Rosenzweig1-14/+16
2022-09-01asahi: Fix bind sizesAlyssa Rosenzweig1-7/+7
2022-09-01asahi: Add XML for multisampled texturesAlyssa Rosenzweig1-0/+9
2022-09-01asahi: Rename 'tiled 64x64' to 'twiddled'Alyssa Rosenzweig2-4/+4
2022-09-01asahi: Identify compressed render target fieldsAlyssa Rosenzweig1-0/+5
2022-09-01docs/asahi: Document image layoutsAlyssa Rosenzweig1-0/+103
2022-09-01zink: check the variable mode before taking samplemask path in ntvMike Blumenkrantz1-1/+3
2022-09-01zink: don't emit entrypoints for function temp variablesMike Blumenkrantz1-2/+0
2022-09-01pan/bi: Assert that vectors are sufficiently smallAlyssa Rosenzweig1-0/+3
2022-09-01pan/bi: Implement nir_op_vec8 and nir_op_vec16Alyssa Rosenzweig1-17/+9
2022-09-01pan/va: Handle 8-bit lane when lowering constantsAlyssa Rosenzweig2-2/+25
2022-09-01pan/bi: Implement general 8-bit vector constructionAlyssa Rosenzweig1-33/+63
2022-09-01vulkan,docs: Add documentation Vulkan command poolsJason Ekstrand3-1/+105
2022-09-01lvp: Move to the common command pool frameworkJason Ekstrand3-206/+34
2022-09-01tu: Move to the common command pool frameworkJason Ekstrand4-236/+43
2022-09-01radv: Move to the common command pool frameworkJason Ekstrand5-198/+43
2022-09-01vulkan: Recycle command buffers in vk_command_poolJason Ekstrand4-6/+107
2022-09-01vulkan: Add a common vkAllocateCommandBuffers() implementationJason Ekstrand4-0/+54
2022-09-01vulkan: Add a common vkResetCommandBuffer() implementationJason Ekstrand2-0/+20
2022-09-01vulkan: Add a vk_command_buffer_ops structJason Ekstrand11-26/+52
2022-09-01vulkan: Re-order arguments to vk_command_buffer_initJason Ekstrand10-16/+16
2022-09-01vulkan: Re-order arguments to vk_command_pool_initJason Ekstrand6-9/+9
2022-09-01vulkan: Add a concept of recycling an objectJason Ekstrand2-0/+20
2022-09-01turnip: add some cpu tracepiontsChia-I Wu4-0/+5
2022-09-01vulkan/wsi: add cpu tracepoints for internal waitsChia-I Wu2-2/+9
2022-09-01vulkan/wsi: add cpu tracepoints to swapchain functionsChia-I Wu2-0/+9
2022-09-01tu/lrz: Fix multiple depth attachment case with secondariesConnor Abbott1-0/+8
2022-09-01tu/lrz: Fix multiple subpass case with secondariesConnor Abbott1-2/+8
2022-09-01radv: constify radv_shader_info where it's missingSamuel Pitoiset2-3/+3
2022-09-01radv: determine as_ls/as_es in radv_link_shaders_info()Samuel Pitoiset2-13/+12
2022-09-01radv: remove unused parameters in radv_fill_shader_info()Samuel Pitoiset3-10/+5
2022-09-01radv: add and use a helper that merges shader info for merged stages on GFX9+Samuel Pitoiset2-76/+51
2022-09-01radv: cleanup computing the workgroup size for all stagesSamuel Pitoiset2-65/+60
2022-09-01radv: simplify determining if NGG passthrough can be enabledSamuel Pitoiset2-16/+2
2022-09-01radv: move determining other NGG settings in radv_link_shaders_info()Samuel Pitoiset2-51/+52
2022-09-01radv: refactor radv_nir_shader_info_link()Samuel Pitoiset1-86/+98
2022-09-01radv: move computing NGG info and GS info to radv_nir_shader_info_link()Samuel Pitoiset3-393/+396