platform/upstream/mesa.git
2023-08-04 Faith Ekstrandnvk: Don't free the NIR in nvk_compile_nir
2023-08-04 Faith Ekstrandnvk: Switch to vk_pipeline_shader_stage_to_nir
2023-08-04 Faith Ekstrandnvk: Split pipeline binding into helpers
2023-08-04 Faith Ekstrandnvk: Add graphics state to command buffers
2023-08-04 Faith Ekstrandnouveau: Generate 3D headers
2023-08-04 Faith Ekstrandnouveau: Null terminate the debug flag list
2023-08-04 Faith Ekstrandnouveau/push: Make P_IMMD more versatile
2023-08-04 Faith Ekstrandnouveau/parser: Handle arrays properly in P_IMMD()
2023-08-04 Faith Ekstrandnouveau/parser: Better dump float data
2023-08-04 Faith Ekstrandnouveau/parser: Properly dump most arrays used by 3D
2023-08-04 Faith Ekstrandnouveau/parser: Fix an integer overflow and a typo
2023-08-04 Faith Ekstrandnvk: Init WSI after setting up supported_sync_types
2023-08-04 Karol Herbstnouveau/ws: allocate copy subchan as well
2023-08-04 Karol Herbstnouveau/ws: allocate 3D subchan
2023-08-04 Karol Herbstnouveau/headers: initial 3D headers import
2023-08-04 Karol Herbstnouveau/headers: add path for 3D headers
2023-08-04 Karol Herbstnvk: set deviceName
2023-08-04 Faith Ekstrandnouveau/push: Add a P_INLINE_FLOAT helper
2023-08-04 Faith Ekstrandnvk: Make image/buffer address helpers const
2023-08-04 Faith Ekstrandnvk: Include nvk_private.h in everything
2023-08-04 Yusuf Khannouveau/ws: remove the drm.h header
2023-08-04 Mauro Rossinouveau/ws: fix building error in nouveau_ws_push_dump()
2023-08-04 Karol Herbstnouveau/ws: use new NVIF interface to query oclasses
2023-08-04 Karol Herbstnouveau/ws: get rid of libdrm
2023-08-04 Karol Herbstnouveau/ws: depend on generated class header files
2023-08-04 Faith Ekstrandnvk: Padd shader BOs by 4K to avoid I-cache overflow
2023-08-04 Faith Ekstrandnvk: Bind immutable samplers on descriptor set creation
2023-08-04 Faith Ekstrandnvk: Rework OOM handling for descriptor pools
2023-08-04 Faith Ekstrandnvk: Advertise minUniformBufferOffsetAlignment
2023-08-04 Faith Ekstrandnvk: No-op sparse image format properties
2023-08-04 Faith Ekstrandnvk: Unconditionally zero image format properties
2023-08-04 Faith Ekstrandnvk: Initial vkCmdClearImage support
2023-08-04 Faith Ekstrandnvk: Assert that we don't double-free descriptors
2023-08-04 Faith Ekstrandnvk: Delete the storage TIC in nvk_image_view_destroy
2023-08-04 Faith Ekstrandnvk: Support inline uniform blocks
2023-08-04 Faith Ekstrandnvk: Use a switch for descriptor types in load_descriptor
2023-08-04 Faith Ekstrandnvk: Fix descriptor offset alignment
2023-08-04 Faith Ekstrandnvk: Properly indent a comment
2023-08-04 Faith Ekstrandnvk: Implement push constants
2023-08-04 Faith Ekstrandnvk: Load the requested descriptor size
2023-08-04 Faith Ekstrandnvk: Handle cube storage images properly
2023-08-04 Faith Ekstrandnvk: Use a descriptor type instead of a hand-rolled...
2023-08-04 Faith Ekstrandnvk: Advertise non-zero descriptor set limits
2023-08-04 Faith Ekstrandnvk: Advertise descriptor array indexing
2023-08-04 Faith Ekstrandnvk: Better advertise image format features
2023-08-04 Faith Ekstrandnvk: Add support for dynamic buffers
2023-08-04 Faith Ekstrandnvk: Use the correct root descriptor table size for...
2023-08-04 Faith Ekstrandnvk: Advertise KHR_dedicated_allocation
2023-08-04 Faith Ekstrandnvk: Implement buffer views
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
next