platform/upstream/mesa.git
2023-08-04 Faith Ekstrandnvk: Don't assert when there are no attachments
2023-08-04 Faith Ekstrandvulkan/meta_clear: Populate VkRenderingInfo::renderArea
2023-08-04 Faith Ekstrandnvk: Implement nir_intrinsic_load_frag_coord
2023-08-04 Faith Ekstrandnvk: Use the new headers for samplers
2023-08-04 Faith Ekstrandnvk: Bind texture and sampler header pools for 3D
2023-08-04 Faith Ekstrandnvk: Zero client memory objects
2023-08-04 Faith Ekstrandnvk: Use meta for CmdClear*Image
2023-08-04 Faith Ekstrandnil: Switch to using the new headers for TIC entries
2023-08-04 Faith Ekstrandnvk: Use max alignment for descriptor pool sizes
2023-08-04 Dave Airlienvk: add indexed draw support.
2023-08-04 Dave Airlienvk: add some limits/features from binary driver.
2023-08-04 Dave Airlienvk: fix depth emission ordering.
2023-08-04 Dave Airlienvk: increase graphics cpu push buffer
2023-08-04 Dave Airlienvk: fix pipeline pushbuf sizing
2023-08-04 Faith Ekstrandnvk: add linear image creation support.
2023-08-04 Dave Airlienvk: add initial 8/16 byte clears.
2023-08-04 Faith Ekstrandnouveau: Fix pushbuf ref reset for user command buffers
2023-08-04 Faith Ekstrandnvk: Enable all the dynamic state features
2023-08-04 Faith Ekstrandnvk: Stop using vk_cmd_set_dynamic_graphics_state in...
2023-08-04 Faith Ekstrandnvk: Use vk_meta for CmdClearAttachments
2023-08-04 Faith Ekstrandnvk: Expose a bind_vertex_buffer helper
2023-08-04 Faith Ekstrandnvk: Add an addr field to nvk_buffer
2023-08-04 Faith Ekstrandnvk: Add an attachment format even for secondaries
2023-08-04 Faith Ekstrandvulkan/meta: Add implementations of Clear*Image
2023-08-04 Faith Ekstrandvulkan/meta: Implement start-of-rendering clears
2023-08-04 Faith Ekstrandvulkan/meta: Implement attachment clears
2023-08-04 Faith Ekstrandvulkan/meta: Add a concept of rect pipelines
2023-08-04 Faith Ekstrandvulkan/meta: Add an object tracking list
2023-08-04 Faith Ekstrandvulkan/meta: Add the start of a meta framework
2023-08-04 Faith Ekstrandnvk: Color attachments clears via image clears
2023-08-04 Faith Ekstrandnvk: Implement vkCmdDraw()
2023-08-04 Faith Ekstrandnvk: Graphics pipelines
2023-08-04 Faith Ekstrandnouveau: Add CPU push buffers
2023-08-04 Faith Ekstrandnvk: Implement push constants and descriptors for graphics
2023-08-04 Faith Ekstrandnvk: Emit dynamic graphics state
2023-08-04 Faith Ekstrandnvk: Misc. additional state setup
2023-08-04 Faith Ekstrandnvk: Add boilerplate for Begin/EndRendering
2023-08-04 Faith Ekstrandnil/format: Add helpers for render formats
2023-08-04 Faith Ekstrandnvk: Import 3D context init code from nouveau
2023-08-04 Faith Ekstrandnvk: Add a nvk_cmd_buffer_device() helper
2023-08-04 Faith Ekstrandnvk/shader: Populate headers for vertex and fragment...
2023-08-04 Faith Ekstrandnvk/shader: Assign I/O locations and gather info
2023-08-04 Faith Ekstrandnvk: Make shader_upload take an nvk_device
2023-08-04 Faith Ekstrandnvk: Expose pipeline alloc/free functions
2023-08-04 Faith Ekstrandnvk: Free pipeline shader BOs
2023-08-04 Faith Ekstrandnvk: Add an nvk_shader_address helper
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
next