platform/upstream/mesa.git
2023-08-04 Faith Ekstrandnvk: Drop image_view_init
2023-08-04 Dave Airlienvk: add basic nve4+ compute support.
2023-08-04 Dave Airlienvk: add some compute limits
2023-08-04 Dave Airlienvk: add some basic format wrapping framework
2023-08-04 Dave Airlienouveau/winsys: Add m2mf/compute objects
2023-08-04 Dave Airlienvk: add command stream upload buffer.
2023-08-04 Dave Airlienvk: add record result to cmd_buffer.
2023-08-04 Dave Airlienvk: add support for preamble and tls allocation.
2023-08-04 Dave Airlienvk: retrieve gpc/mp counts from kernel.
2023-08-04 Dave Airlienouveau/vk: add support for compute classes to generator.
2023-08-04 Karol Herbstnvk: tiling prep work for VK_EXT_image_2d_view_of_3d
2023-08-04 Karol Herbstnvk: support array blits over multiple layers
2023-08-04 Karol Herbstnvk: support multiple miplevels
2023-08-04 Faith Ekstrandnvk: Lower load_global_constant_offset
2023-08-04 Faith Ekstrandnvk: Re-arrange nir_lower_explicit_io a bit
2023-08-04 Faith Ekstrandnvk: Fetch descriptor set addresses from the root table
2023-08-04 Faith Ekstrandnvk: Add a root descriptor table
2023-08-04 Dave Airlienvk: Basic descriptor binding
2023-08-04 Faith Ekstrandnvk: Rework whitespace in nvk_cmd_buffer.c
2023-08-04 Faith Ekstrandnvk: Move nvk_cmd_pool cast definitions
2023-08-04 Faith Ekstrandnvk: Add a couple descriptor set address helpers
2023-08-04 Faith Ekstrandnvk: Reformat nvk_nir_lower_descriptors
2023-08-04 Faith Ekstrandnvk: Re-arrange nvk_descriptor_set.h a bit
2023-08-04 Karol Herbstnvk: reduce pitch even further in CmdFillBuffer
2023-08-04 Karol Herbstnouveau/ws: handle 0inc inside nvk_push_val as well
2023-08-04 Karol Herbstnvk: implicitly reset the command buffer
2023-08-04 Faith Ekstrandnvk: Add a skeleton for pipelines
2023-08-04 Dave Airlienvk: Initial wiring in of the compiler
2023-08-04 Faith Ekstrandnvk: Add an nvk_device_physical helper
2023-08-04 Dave Airlienvk: link in codegen without gallium bits.
2023-08-04 Karol Herbstnvk: advertise VK_KHR_copy_commands2
2023-08-04 Karol Herbstnvk: implement CmdCopyBuffer2
2023-08-04 Karol Herbstnvk: implement CmdUpdateBuffer
2023-08-04 Karol Herbstnvk: implement CmdFillBuffer
2023-08-04 Karol Herbstnvk: optimize blit command buffer gen
2023-08-04 Dave Airlienouveau/ws: drop the old push generators.
2023-08-04 Dave Airlienvk: port the blit and copy code to new command submission.
2023-08-04 Dave Airlienvk: move to new command stream generator.
2023-08-04 Faith Ekstrandnvk/copy: Use nvk_image_base_address()
2023-08-04 Faith Ekstrandnvk/image: Add image address helpers
2023-08-04 Faith Ekstrandnvk/copy: Use nvk_buffer_address in CmdCopyBuffer
2023-08-04 Faith Ekstrandnvk/buffer: Add a push_buffer_ref helper
2023-08-04 Faith Ekstrandnvk/buffer: Take an offset in nvk_buffer_address
2023-08-04 Karol Herbstnvk: report maxMipLevels as 1
2023-08-04 Karol Herbstnvk: add support for blits
2023-08-04 Karol Herbstnvk: simple format table
2023-08-04 Karol Herbstnvk: add basic support for images
2023-08-04 Karol Herbstnvk: use fermi class definitions
2023-08-04 Karol Herbstnouveau/ws: bind 2D class
2023-08-04 Karol Herbstnouveau/ws: set GPU object class
2023-08-04 Karol Herbstnouveau/ws: PUSH_IMMD only works with 16 bit values
2023-08-04 Faith Ekstrandnvk: Re-format descriptor sets some more
2023-08-04 Faith Ekstrandnvk: Re-format pipeline layouts
2023-08-04 Faith Ekstrandnvk: Re-format descriptor set layouts
2023-08-04 Dave Airlienvk: descriptor set freeing fix
2023-08-04 Dave Airlienvk: implement buffer address.
2023-08-04 Dave Airlienvk: add descriptor set bo allocation.
2023-08-04 Faith Ekstrandnvk: Expose nvk_descriptor_stride_align_for_type
2023-08-04 Dave Airlienvk: some boilerplate for descriptor sets
2023-08-04 Dave Airlienvk: add initial descriptor pool framework.
2023-08-04 Dave Airlienvk: reindent descriptor sets to mesa std.
2023-08-04 Faith Ekstrandnvk: Implement vkUpdateDescriptorSets
2023-08-04 Faith Ekstrandnvk: Add initial descriptor set lowering
2023-08-04 Faith Ekstrandnvk: Implement VkPipelineLayout
2023-08-04 Faith Ekstrandnvk: Implement VkDescriptorSetLayout
2023-08-04 Dave Airlienvk: Reset pushbufs on command buffer reset
2023-08-04 Karol Herbstnouveau/ws: fix setting push bo domains
2023-08-04 Karol Herbstnvk: impl nvk_CmdCopyBuffer
2023-08-04 Karol Herbstnvk: add nvk_CmdPipelineBarrier2 stub
2023-08-04 Karol Herbstnvk: add nvk_bo_sync
2023-08-04 Dave Airlienvk: add cmd buffer framework
2023-08-04 Karol Herbstnvk: allocate a GPU context for each VkDevice
2023-08-04 Dave Airlienvk: Add initial queue
2023-08-04 Karol Herbstnovueau/bo: add nouveau_ws_bo_wait
2023-08-04 Karol Herbstnovueau/bo: refcount it
2023-08-04 Karol Herbstnouveau/ws: add a cmd buffer
2023-08-04 Karol Herbstnouveau/ws: add context support
2023-08-04 Karol Herbstnouveau/headers: add host classes
2023-08-04 Karol Herbstnouveau/headers: typedef Nv void types
2023-08-04 Karol Herbstnouveau/headers: add nvtypes.h
2023-08-04 Dave Airlienvk: add bind buffer memory
2023-08-04 Dave Airlienvk: fix header guards to be less generic.
2023-08-04 Dave Airlienvk: add some initial wsi framework.
2023-08-04 Dave Airlienvk: add missing finish calls
2023-08-04 Karol Herbstnvk: add basic device memory support
2023-08-04 Karol Herbstnouveau/ws: add bo API
2023-08-04 Karol Herbstnvk: set nonCoherentAtomSize as the CTS divides with...
2023-08-04 Karol Herbstnouveau/ws: add a field for the SM version
2023-08-04 Karol Herbstnouveau/ws: dup the fd
2023-08-04 Karol Herbstnouveau/ws: reorganize a little
2023-08-04 Karol Herbstnvk: advertize memory heaps and types
2023-08-04 Karol Herbstnvk: implement GetPhysicalDeviceQueueFamilyProperties2...
2023-08-04 Karol Herbstnouveau/headers: initial sync of headers
2023-08-04 Karol Herbstnouveau/headers: add script to sync in-tree headers...
2023-08-04 Karol Herbstnvk: fix nvk_buffer include guards
2023-08-04 Faith Ekstrandnvk: Add a stub implementation of VkBuffer
2023-08-04 Faith Ekstrandnvk: Add stub implementation of VkSampler
2023-08-04 Faith Ekstrandnvk: Add stub implementations of VkImage and VkImageView
2023-08-04 Faith Ekstrandnvk: Implement EnumerateInstanceVersion
2023-08-04 Karol Herbstnvk: use winsys lib
next