platform/upstream/mesa.git
2023-08-04 Faith Ekstrandnouveau/parser: Handle 6F methods
2023-08-04 Faith Ekstrandnvk: Use a normal DMA for CmdUpdateBuffer
2023-08-04 Faith Ekstrandnvk: Handle large command buffer uploads better
2023-08-04 Faith Ekstrandnvk: Implement vkCmdCopyQueryPoolResults()
2023-08-04 Faith Ekstrandnvk: Use mme_tu104_read_fifoed()
2023-08-04 Faith Ekstrandnouveau/mme: Add a helper for MME_DMA_READ_FIFOED
2023-08-04 Faith Ekstrandnouveau/mme: Add a couple helpers for working 64-bit...
2023-08-04 Faith Ekstrandnouveau/mme: Add support for freeing registers
2023-08-04 Faith Ekstrandnouveau/mme: Assert on OOB registers
2023-08-04 Faith Ekstrandnouveau/mme: Allow ZERO as the destinatio nof mme_load_to
2023-08-04 Faith Ekstrandnvk: Implement pipeline statistics and occlusion queries
2023-08-04 Faith Ekstrandnvk: Implement timestamp queries
2023-08-04 Faith Ekstrandnvk: Add a query pool object
2023-08-04 Faith Ekstrandnouveau/parser: Parse all fields in each method
2023-08-04 Faith Ekstrandnvk/wsi: Use the common present implementation
2023-08-04 Faith Ekstrandnvk/wsi: Style fixes
2023-08-04 Faith Ekstrandnvk: Reset semaphore syncs on wait
2023-08-04 Faith Ekstrandnvk: Style fixes in nvk_physical_device.c
2023-08-04 Karol Herbstnvk: support exporting buffers
2023-08-04 Faith Ekstrandnvk: Rework whitespace in nvk_device_memory.c
2023-08-04 Faith Ekstrandnvk: Allocate shaders from a heap
2023-08-04 Faith Ekstrandnvk: Add a shader heap to nvk_device
2023-08-04 Faith Ekstrandnvk: Return a VkResult from nvk_shader_upload()
2023-08-04 Faith Ekstrandnvk: Add a heap data structure
2023-08-04 Faith Ekstrandnvk: Rework nvk_queue_submit_simple()
2023-08-04 Faith Ekstrandutil/vma: Allow initializing zero-size heaps
2023-08-04 Faith Ekstrandnvk: WFI in pipeline barriers
2023-08-04 Faith Ekstrandnvk: Use meta for doing blits with the 3D hardware
2023-08-04 Faith Ekstrandnvk/meta: Save/restore descriptor set 0
2023-08-04 Faith Ekstrandnvk: Support load_layer_id
2023-08-04 Faith Ekstrandvulkan/meta: Implement vkCmdBlitImage()
2023-08-04 Faith Ekstrandvulkan/meta: Fixes for clear
2023-08-04 Faith Ekstrandvulkan/meta: Add a create_sampler helper
2023-08-04 Faith Ekstrandvulkan/meta: Add a helper for image view types
2023-08-04 Faith Ekstrandvulkan/meta: Add key types
2023-08-04 Faith Ekstrandnvk: Properly implement robustBufferAccess
2023-08-04 Faith Ekstrandnvk: Add lowering for load_global_constant_bounded
2023-08-04 Faith Ekstrandnvk: drop nvk_nir.h
2023-08-04 Thomas H.P... nvk: use common pipeline layout code
2023-08-04 Thomas H.P... nvk: use common descriptor set layout code
2023-08-04 Faith Ekstrandnvk: Bring back push sync and dumping
2023-08-04 Faith Ekstrandnvk: Also store the push BO map in nvk_queue_state
2023-08-04 Faith Ekstrandnvk: Add an nvk_queue_submit wrapper
2023-08-04 Faith Ekstrandnvk: Embed a nv_device_info in nvk_physical_device
2023-08-04 Faith Ekstrandnvk: Reference descriptor set layouts in the sets thems...
2023-08-04 Faith Ekstrandnvk: Implement VK_KHR_push_descriptor
2023-08-04 Faith Ekstrandnvk: Fix up whitespace in nvk_descriptor_set.c
2023-08-04 Faith Ekstrandnvk: Use vk_object_zalloc/free for descriptor pools...
2023-08-04 Faith Ekstrandnvk: Re-indent vk_instance.c
2023-08-04 Faith Ekstrandnouveau: Drop nouveau_ws_push
2023-08-04 Faith Ekstrandnouveau: Use DRM interfaces directly in MME tests
2023-08-04 Faith Ekstrandnvk: Remove remaining references to nouveau_push.h
2023-08-04 Faith Ekstrandnvk: Implement vkCmdExecuteCommands()
2023-08-04 Faith Ekstrandnvk: Use nvk_cmd_bo for push bufs
2023-08-04 Faith Ekstrandnvk: Allocate upload buffers from the command pool
2023-08-04 Faith Ekstrandnvk: Add an nvk_cmd_buffer_ref_bo helper
2023-08-04 Faith Ekstrandnvk: Add an nvk_cmd_buffer_push helper
2023-08-04 Faith Ekstrandnvk: Rework side-band data upload
2023-08-04 Faith Ekstrandnvk: Constant buffer alignment is actually 64B
2023-08-04 Faith Ekstrandnvk: Fully populate QMDs before uploading
2023-08-04 Faith Ekstrandnvk: memcpy root descriptors for compute instead of...
2023-08-04 Faith Ekstrandnvk: Return VkResult from nvk_cmd_buffer_upload_alloc
2023-08-04 Faith Ekstrandnvk: Add BO recycling to the command pool
2023-08-04 Faith Ekstrandnvk: Use cmd instead of cmd_buffer
2023-08-04 Faith Ekstrandnvk: Break nvk_cmd_pool into its own file
2023-08-04 Faith Ekstrandnvk: Use queue_submit_simple for zero_vram
2023-08-04 Faith Ekstrandnvk: Use submit_simple for draw state init
2023-08-04 Faith Ekstrandnvk: Initialize the queue later in device setup
2023-08-04 Faith Ekstrandnvk: Add an nvk_queue_submit_simple helper
2023-08-04 Faith Ekstrandnvk: Use a regular BO for the queue state push
2023-08-04 Faith Ekstrandnvk: Use a regular BO for the empty push
2023-08-04 Faith Ekstrandnvk: Submit pushbufs directly
2023-08-04 Faith Ekstrandnvk: Move queue_sumbit to nvk_queue_drm_nouveau.c
2023-08-04 Faith Ekstrandnvk: Always allocate empty_push
2023-08-04 Faith Ekstrandnvk: Use bo_new_mapped for the zero page
2023-08-04 Faith Ekstrandnouveau: Add a nouveau_ws_bo_new_mapped helper
2023-08-04 Faith Ekstrandnvk: Use nv_push directly for graphics pipelines
2023-08-04 Faith Ekstrandnouveau: Move push dumping to nv_push.c
2023-08-04 Faith Ekstrandnouveau: Move push validate to nv_push.c
2023-08-04 Faith Ekstrandnouveau/parser: Take a FILE* in DUMP_*_MTHD_DATA
2023-08-04 Faith Ekstrandnouveau: Move nv_push and helpers to their own header
2023-08-04 Faith Ekstrandnouveau: Rename the fields of vk_push
2023-08-04 Faith Ekstrandnouveau: Add an nv_push struct
2023-08-04 Faith Ekstrandnvk: Use p for the nouveau_ws_push_buffer in zero_vram
2023-08-04 Faith Ekstrandnvk: Implement vkCmdDraw[Indexed]Indirect()
2023-08-04 Faith Ekstrandnvk: Use MME for vkCmdDraw[Indexed]()
2023-08-04 Faith Ekstrandnouveau/mme: Add helper macros for setting fields
2023-08-04 Faith Ekstrandnvk: Use MME for clears
2023-08-04 Faith Ekstrandnvk: Add MME infrastructure
2023-08-04 Faith Ekstrandnouveau/mme: Add unit tests for the Turing+ MME simulator
2023-08-04 Faith Ekstrandnouveau/mme: Make the winsys headers C++ safe
2023-08-04 Faith Ekstrandnouveau/mme: Add an isaspec-based dumper
2023-08-04 Faith Ekstrandnouveau/mme: Add a tiny simulator for the Turing+ MME
2023-08-04 Faith Ekstrandnouveau/mme: Add a builder for the Turing+ MME
2023-08-04 Faith Ekstrandnouveau/mme: Add an assembler and disassembler for...
2023-08-04 Faith Ekstrandnouveau/mme: Add isaspec XML for the Turing+ MME
2023-08-04 Faith Ekstrandnouveau/mme: Add basic structures for the Turing+ MME
2023-08-04 Faith Ekstrandnouveau/parser: Add more arrays
2023-08-04 Faith Ekstrandnouveau/push: Fix a void pointer arithmetic bug
2023-08-04 Faith Ekstrandnil: Don't claim texture support for 2-bit SNORM
next