platform/upstream/mesa.git
2023-08-04 Karol Herbstnvk: fix num_gprs for Volta+
2023-08-04 Faith Ekstrandnvk: Implement VK_EXT_physical_device_drm
2023-08-04 Faith Ekstrandnvk: Don't enumerate pre-Kepler GPUs
2023-08-04 Faith Ekstrandnvk: Move the winsys device to nvk_device
2023-08-04 Faith Ekstrandnvk: Add a ws_dev to nvk_device and use it
2023-08-04 Faith Ekstrandnvk: Rename nvk_device::ctx to ws_ctx
2023-08-04 Faith Ekstrandnvk: Use nv_device_info for class checks
2023-08-04 Faith Ekstrandnouveau: Move gart_size to nv_device_info
2023-08-04 Faith Ekstrandnouveau: Move more stuff into nv_device_info
2023-08-04 Faith Ekstrandnvk: Set deviceType based on nv_device_info::type
2023-08-04 Faith Ekstrandnouveau: Stop using hex for SM numbers
2023-08-04 Faith Ekstrandnouveau: Put PCI info in a pci substruct in nv_device_info
2023-08-04 Faith Ekstrandnvk: Only advertise EXT_pci_bus_info on discrete GPUs
2023-08-04 Faith Ekstrandnvk: Drop nvk_physical_device::instance
2023-08-04 Faith Ekstrandnvk: Use canonical variable names in nvk_sampler.c
2023-08-04 Faith Ekstrandnvk: Use canonical variable names in nvk_bo_sync.c
2023-08-04 Faith Ekstrandnvk: Use canonical variable names in nvk_shader.c
2023-08-04 Faith Ekstrandnvk: Use canonical variable names in nvk_physical_device.c
2023-08-04 Dave Airlienvk: handle alignments in device memory
2023-08-04 Faith Ekstrandnvk: Add an addr field to nvk_image_plane
2023-08-04 Dave Airlienvk: init image fields for requirements
2023-08-04 Faith Ekstrandnvk: Add a buffer alignment helper
2023-08-04 Faith Ekstrandnvk: Reformat nvk_buffer.c
2023-08-04 Karol Herbstnouveau/winsys: fix SM value for Ada
2023-08-04 Emma Anholtnvk: Add support for probing as a platform device.
2023-08-04 Emma Anholtnvk: Clean up redundant vendor checking for physical...
2023-08-04 Emma Anholtnvk: Quiet a compiler warning.
2023-08-04 Emma Anholtnouveau/winsys: Fix an undefined use in the error path.
2023-08-04 Dave Airlienvk/query: fix push buffer size for copy pool results.
2023-08-04 Faith Ekstrandnvk: Enable external memory extensions
2023-08-04 Faith Ekstrandnvk: Support dma-buf export
2023-08-04 Faith Ekstrandnvk: Support dma-buf import
2023-08-04 Faith Ekstrandnouveau/winsys: Add dma-buf import support
2023-08-04 Faith Ekstrandnvk: Require dedicated allocations for external images
2023-08-04 Faith Ekstrandnvk: Dedicated allocations override internal
2023-08-04 Faith Ekstrandnvk: Add external memory queries
2023-08-04 Faith Ekstrandnvk: Add device and driver UUIDs
2023-08-04 Faith Ekstrandnvk: Use abbreviated names in nvk_device_memory.c
2023-08-04 Faith Ekstrandnvk: Use NVIDIA_VENDOR_ID in pdev try_create()
2023-08-04 George Ouzounoudisnvk: Enable descriptor indexing
2023-08-04 George Ouzounoudisnvk: Add nir non-uniform optimization pass
2023-08-04 George Ouzounoudisnvk: Handle cases of descriptor bindings with variable...
2023-08-04 George Ouzounoudisnvk: Support VkDescriptorSetVariableDescriptorCountLayo...
2023-08-04 Faith Ekstrandnvk: Use the max descriptor alignemtn in GetDescriptorS...
2023-08-04 Benjamin Leenvk: Fix segfault when opening DRI device file returns...
2023-08-04 Dave Airlienvk: add support for D32_SFLOAT_S8_UINT
2023-08-04 Faith Ekstrandnvk: Take an nvk_image_plane in nouveau_copy_rect_image
2023-08-04 Faith Ekstrandnvk: Add helpers for binding image planes
2023-08-04 Faith Ekstrandnvk: s/device/dev in nvk_image.c
2023-08-04 Dave Airlienvk: introduce an optimisation loop.
2023-08-04 Dave Airlienvk: merge tess info between tcs/tes.
2023-08-04 Dave Airlienvk: fix transform feedback crash when optimiser remove...
2023-08-04 George Ouzounoudisnvk: Lower io to temporaries for tessellation evaluatio...
2023-08-04 George Ouzounoudisnvk: Respect tessellation domain origin state
2023-08-04 George Ouzounoudisnvk: Fix cases where execution mode is specified in...
2023-08-04 George Ouzounoudisnvk: Enable multiview with tessellation shader
2023-08-04 George Ouzounoudisnvk: Assign locations correctly for arrayed IO
2023-08-04 George Ouzounoudisnvk: Basic tessellation shader support
2023-08-04 Thomas H.P... nvk: remove duplicated device features
2023-08-04 Mohamed Ahmednvk: Enable multiplane images and image views
2023-08-04 Faith Ekstrandnvk: Advertise KHR_spirv_1_4
2023-08-04 Faith Ekstrandnvk: Fix the NO_PREFETCH assert for CmdDrawIndirect
2023-08-04 Faith Ekstrandnvk: Advertise shaderStorageImageReadWithoutFormat
2023-08-04 Faith Ekstrandnvk/heap: Set the right pitch for heap resize copies
2023-08-04 Echo Jnil: Add A4B4G4R4_UNORM format support
2023-08-04 Dave Airlienvk: expose EXT_sampler_filter_minmax
2023-08-04 Faith Ekstrandnvk: Only use view_id for layer in multiview
2023-08-04 Rebecca Mckeevernvk: Move code inside view mask loops to a helper function
2023-08-04 Rebecca Mckeevernvk: Combine CLEAR_VIEWS and CLEAR_LAYERS MME macros
2023-08-04 Rebecca Mckeevernvk: Load view_mask to shadow scratch in nvk_CmdBeginRe...
2023-08-04 Thomas H.P... nvk: simplify code by using new helpers
2023-08-04 Echo Jnvk: Reset offset value in ResetDescriptorPool
2023-08-04 Echo Jnvk: Add bufferImageGranularity limit
2023-08-04 Faith Ekstrandnvk: Advertise EXT_shader_viewport_index_layer on MaxwellB+
2023-08-04 Faith Ekstrandnvk: Sort SPIR-V caps
2023-08-04 Faith Ekstrandnvk: Implement VK_KHR_map_memory2
2023-08-04 Faith Ekstrandnvk: Use vk_device_memory
2023-08-04 Faith Ekstrandnvk: Set spirv_to_nir_options::min_*_alignment
2023-08-04 Faith Ekstrandnvk: Add a separate #define for SSBO alignment
2023-08-04 Faith Ekstrandnvk: Expose VK_KHR_maintenance2
2023-08-04 Faith Ekstrandnvk: Set pointClippingBehavior
2023-08-04 Faith Ekstrandnvk: Implement uncompressed views of compressed images
2023-08-04 Faith Ekstrandnil: Add an image_level_as_uncompressed helper
2023-08-04 Faith Ekstrandnil: Add a nil_image_for_level helper
2023-08-04 George Ouzounoudisnvk: Support geometry shaders
2023-08-04 George Ouzounoudisnvk: Fix geometry shader active stream mask
2023-08-04 George Ouzounoudisnvk: Disable PRIMITIVE_RESTART_VERTEX_ARRAY by default
2023-08-04 Faith Ekstrandnvk: Increase the push runout to 512 dwords
2023-08-04 Echo Jnvk: Add A8B8G8R8_*_PACK32 format support
2023-08-04 Rebecca Mckeevernvk: Advertise VK_KHR_multiview
2023-08-04 Rebecca Mckeevernvk: Add input attachments support for multiview
2023-08-04 Rebecca Mckeevernvk: Add query support for multiview
2023-08-04 Rebecca Mckeevernvk: Add draw support for multiview
2023-08-04 Faith Ekstrandnvk: Break the inner MME draw loop into a helper
2023-08-04 Faith Ekstrandnvk: Spill DRAW_IDX pre-Turing
2023-08-04 Faith Ekstrandnvk: Rework spill helpers and DRAW_COUNT spilling
2023-08-04 Faith Ekstrandnouveau/mme: Add a helper for re-allocating registers
2023-08-04 Faith Ekstrandnvk: Use the new load/store_scratch helpers for DRAW_PAD_DW
2023-08-04 Faith Ekstrandnvk: Add begin to mme_scratch
2023-08-04 Rebecca Mckeevernvk: Lower nir_intrinsic_load_view_index
next