platform/upstream/mesa.git
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
2023-08-04 Karol Herbstnouveau/winsys: add the new winsys implementation
2023-08-04 Karol Herbstnvk: add vulkan skeleton
2023-08-04 Gert Wollnyr600/sfn: Use clause local registers in RA
2023-08-04 Gert Wollnyr600/sfn: Track whether a register is ALU clause local
2023-08-04 Gert Wollnyr600/sfn: Renumber shader blocks in scheduler
2023-08-04 Rhys Perryradv/ci: skip some mesh shader tests on GFX1100
2023-08-04 Eric Engestromzink/ci: set the default timeout for zink jobs to 30min...
2023-08-04 Sylvain Munautegl/dri2: Add a couple of missing mutex release in...
2023-08-04 Faith Ekstrandclang-format: Set ColumnLimit to 78
2023-08-04 Eric Engestromci: use mold to build deqp
2023-08-04 Eric Engestromci: include mold in x86_64_test-base & rootfs images
2023-08-04 Faith Ekstrandvulkan: Use VkBufferUsageFlags2 in vk_buffer
2023-08-04 Karol Herbstn50/compute: submit initial compute state in nv50_scree...
2023-08-04 Samuel Pitoisetvulkan/format: add VK_FORMAT_{A8_UNORM,A1B5G5R5_UNORM_P...
2023-08-04 Samuel Pitoisetvulkan/runtime: add common implementation for GetImageS...
2023-08-04 Lionel Landwerlinvulkan/runtime: add a layered implementation of vkCmdBi...
2023-08-04 Samuel Pitoisetvulkan: bump header register to 1.3.261
2023-08-04 Lionel Landwerlinvulkan: skip non required extension structures
2023-08-04 Faith EkstrandRevert "compiler: Combine duplicated implementation...
2023-08-04 Faith EkstrandRevert "mesa, compiler: Move gl_texture_index to glsl_t...
2023-08-04 Karol Herbstrusticl/kernel: mark can_remove_var as unsafe and docum...
2023-08-04 Karol Herbstrusticl/kernel: get rid of initial function_temp type...
2023-08-04 Karol Herbstrusticl/kernel: move things around in lower_and_optimiz...
next