platform/upstream/mesa.git
2023-08-04 Faith Ekstrandnvk: Move is_storage_image_format to nvk_format.c
2023-08-04 Faith Ekstrandnil: Add a helper for filling out buffer TIC entries
2023-08-04 Faith Ekstrandnvk: Implement samplers
2023-08-04 Faith Ekstrandnvk: Re-format nvk_sampler.c
2023-08-04 Faith Ekstrandnvk: Teture pool sizes are maximums not sizes
2023-08-04 Faith Ekstrandnil: Fix image array layer alignments
2023-08-04 Faith Ekstrandnil: Refactor TIC image extent setup
2023-08-04 Faith Ekstrandnil: Don't minify image dimensions when setting up TIC
2023-08-04 Faith Ekstrandnil: Drop miptail support for now
2023-08-04 Dave Airlienouveau/classes: add 906f header support.
2023-08-04 Faith Ekstrandnvk: Drop vk_sync BO refs after push_submit
2023-08-04 Dave Airlienouveau/ws: add a push reset just for references.
2023-08-04 Dave Airlienvk: fix empty cmd submission.
2023-08-04 Faith Ekstrandnvk: Support compressed images in copy commands
2023-08-04 Faith Ekstrandnvk: Add a more competent GetPhysicalDeviceImageFormatP...
2023-08-04 Faith Ekstrandnvk: Rework format features queries
2023-08-04 Faith Ekstrandnvk: Reset and properly clean up command buffer upload...
2023-08-04 Faith Ekstrandnvk: Implement VkGetImageSubresourceLyout
2023-08-04 Faith Ekstrandnvk: Re-indent image entrypoints
2023-08-04 Faith Ekstrandnvk: Convert to using NIL for image layout
2023-08-04 Faith Ekstrandnvk: Manually offset for array layers in copy/blit
2023-08-04 Faith EkstrandRevert "nvk: Stop returning VK_ERROR_FORMAT_NOT_SUPPORT...
2023-08-04 Faith Ekstrandnvk: Move Fill/UpdateBuffer to nvk_cmd_copy
2023-08-04 Faith Ekstrandnvk: Align arguments consistently in copy/blit code
2023-08-04 Faith Ekstrandnvk: Use helpers for push_ref
2023-08-04 Faith Ekstrandnvk: Add an nvk_get_format helper
2023-08-04 Faith Ekstrandnil: Add a nil_view and code to fill out TIC entries
2023-08-04 Faith Ekstrandnil: Add the TIC format table from nouveau
2023-08-04 Faith Ekstrandnil: Create images
2023-08-04 Faith Ekstrandnouveau: Add stubs for an image layout library called NIL
2023-08-04 Karol Herbstnouveau/ws: initial debugging options for command submi...
2023-08-04 Karol Herbstnouveau/headers: Generate parser functions
2023-08-04 Karol Herbstnvk/blit: assert that formats are supported
2023-08-04 Karol Herbstnouveau/ws: assert on broken channel
2023-08-04 Karol Herbstnouveau/ws: make sure we don't submit nonsense
2023-08-04 Faith Ekstrandnvk: Rework descriptor writes
2023-08-04 Faith Ekstrandnvk: Reserve a null image descriptor
2023-08-04 Faith Ekstrandnvk: GART os host-cache-coherent
2023-08-04 Faith Ekstrandnvk: Make texture descriptors a bit more acceptable...
2023-08-04 Faith Ekstrandnvk: Add a stub implementation of buffer views
2023-08-04 Faith Ekstrandnvk: Re-format nvk_buffer.c a bit
2023-08-04 Faith Ekstrandnvk: Re-format nvk_image_view.h a bit
2023-08-04 Faith Ekstrandnvk: Unify descriptor loading in lower_descriptors
2023-08-04 Faith Ekstrandnvk: Set b->cursor when lowering image intrinsics
2023-08-04 Faith Ekstrandnvk: Fill out TIC table entries for image views
2023-08-04 Faith Ekstrandnvk: Add an image descriptor table to the device
2023-08-04 Faith Ekstrandnvk/image_view: Reformat and fix Create/DestroyImageView
2023-08-04 Faith Ekstrandnvk: Copy in the nouveau TIC format table
2023-08-04 Faith Ekstrandnvk: Add a descriptor table data structure
2023-08-04 Faith Ekstrandnvk: Mark nvk_push_descriptor_set_ref() inline
2023-08-04 Faith Ekstrandnvk: Allow R32_UINT
2023-08-04 Faith Ekstrandnvk: Stop returning VK_ERROR_FORMAT_NOT_SUPPORTED for...
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
next