platform/upstream/mesa.git
2023-08-04 Faith Ekstrandnvk: Use the imported nouveau_drm.h headers
2023-08-04 Faith Ekstrandnouveau/winsys: Use the imported nouveau_drm.h headers
2023-08-04 Faith Ekstranddrm-uapi: Import nouveau_drm.h
2023-08-04 Faith Ekstrandnouveau: Move shader topology info to nv_device_info
2023-08-04 Faith Ekstrandnvk: Decorate CmdBegin/EndRendering entrypoints
2023-08-04 Faith Ekstrandnvk: Implement GetRenderingAreaGranularityKHR
2023-08-04 Faith Ekstrandnvk: Implement CmdBindIndexBuffer2KHR
2023-08-04 Faith Ekstrandnvk: Use VkBufferUsageFlags2
2023-08-04 Faith Ekstrandnvk: Implement the maintenance5 image layout queries
2023-08-04 Faith Ekstrandnvk: Rework memory requirements to handle aspects correctly
2023-08-04 Faith Ekstrandnvk: Misc. style nits
2023-08-04 Dave Airlienvk: enable EXT_depth_clip_enable
2023-08-04 Dave Airlienvk: enable EXT_depth_clip_control
2023-08-04 Faith Ekstrandnvk: Implement CopyQueryPoolResults with a compute...
2023-08-04 Faith Ekstrandnvk: Separate the MME query copy code out a bit
2023-08-04 Faith Ekstrandnvk: Enable the SPIR-V DeviceGroup capability
2023-08-04 Faith Ekstrandnvk: Add support for variable pointers
2023-08-04 Faith Ekstrandnvk: Add a root_desc_addr to the root descriptor table
2023-08-04 Faith Ekstrandnvk: Use nvk_root_descriptor_offset for drawInfoBase
2023-08-04 Faith Ekstrandnvk: Rework multi-plane format features a bit
2023-08-04 Faith Ekstrandnvk: Improve image format properties and limits
2023-08-04 Mohamed Ahmednouveau/nvk: Enable VK_KHR_sampler_ycbcr
2023-08-04 Mohamed Ahmednouveau/nvk: Add multiple sampler planes for CONVERSION...
2023-08-04 Mohamed Ahmednouveau/nvk: Create helper function for sampler creation
2023-08-04 Mohamed Ahmednouveau/nvk: Support multi-plane descriptors in nvk_nir...
2023-08-04 Mohamed Ahmednouveau/nvk: Add YCbCr sampler NIR lowering pass
2023-08-04 Faith Ekstrandnvk: Use the new NIL helper for image level extents...
2023-08-04 Faith Ekstrandnil: Add a nil_image_level_extent_px() helper
2023-08-04 Dave Airlienvk: enable rgb32 texel buffer support
2023-08-04 Emma Anholtnvk: Disable shaderStorageImageReadWithoutFormat pre...
2023-08-04 Faith Ekstrandnouveau: Drop GART size from nv_device_info
2023-08-04 George Ouzounoudisnouveau/codegen: Do not keep redundant info for tessell...
2023-08-04 George Ouzounoudisnvk: Do not keep redundant info for tessellation domain
2023-08-04 Dave Airlienvk: fix independent color write masks.
2023-08-04 Faith Ekstranddocs/relnotes: Stick something about NVK in new_feature...
2023-08-04 Faith Ekstranddocs: Add NVK to features.txt
2023-08-04 Faith Ekstranddocs: Add a docs page for NVK
2023-08-04 Faith Ekstrandnvk: Don't skip zero-size bindings in GetDescriptorSetL...
2023-08-04 Dave Airlienvk: align geometry clip setting with nvc0
2023-08-04 Faith Ekstrandnvk: Flush more state on VI_BINDINGS_VALID dirty
2023-08-04 Faith Ekstrandnvk: Bind 3D depth/stencil images as 2D arrays
2023-08-04 Dave Airlienvk/tess: don't emit patch control points in pipeline
2023-08-04 Faith Ekstrandvulkan/meta: Use vk_meta_get_pipeline_layout in blit...
2023-08-04 Faith Ekstrandvulkan/meta: Add a get_pipeline_layout helper
2023-08-04 Faith EkstrandRevert "vulkan: Allow scissors or viewports to be set...
2023-08-04 Faith Ekstrandnvk: Use the new core vk_sampler struct
2023-08-04 Karol Herbstnvk: enable fp helper invocations loads on more gens
2023-08-04 Faith Ekstrandnvk: Require an environment variable for poorly tested...
2023-08-04 Karol Herbstnouveau: fix max_warps_per_mp_for_sm for builds with...
2023-08-04 Karol Herbstnvk: properly calculate SLM region by taking per arch...
2023-08-04 Karol Herbstnvk: replace mp with tpc
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
next