platform/upstream/mesa.git
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
2023-08-04 Faith Ekstrandnvk: Increase the graphics pipeline push space
2023-08-04 Faith Ekstrandnvk: Use VK_IMAGE_USAGE_*_ATTACHMENT_BIT for image...
2023-08-04 Faith Ekstrandnvk: Drop a TODO
2023-08-04 Faith Ekstrandnvk: Use f for extension features
2023-08-04 Emma Anholtnvk: Fix unused result warnings in pushbuf resets.
2023-08-04 Emma Anholtnvk: Fix uninitialized result usage in NVK_DEBUG_ZERO_M...
2023-08-04 Emma Anholtnvk: Avoid strict aliasing warning in the pushbuffer...
2023-08-04 Karol Herbstnvk: fix zero page refing
2023-08-04 Faith Ekstrandnouveau/parser: Put the dump helpers in C files
2023-08-04 Faith Ekstrandnouveau/parser: Use more idiomatic python
2023-08-04 Faith Ekstrandnouveau/parser: Convert to mako
2023-08-04 Karol Herbstnvk: alloc a zero page and use it for vertex runouts
2023-08-04 Faith Ekstrandnvk: Initialize fixed draw/default state once
2023-08-04 Faith Ekstrandnvk: Start every command buffer with a nop
2023-08-04 Faith Ekstrandnvk: Split nvk_queue into its own file
2023-08-04 Thomas H.P... nvk: fix mem leaks
2023-08-04 Thomas H.P... nvk: delete commented code
2023-08-04 Thomas H.P... nvk: fix implicit-fallthrough warnings with clang
2023-08-04 Thomas H.P... nvk: use common physical device enumeration
2023-08-04 Karol Herbstnvk: fix OOB read inside nvk_get_va_format
2023-08-04 Faith Ekstrandnvk: Update to the new command buffer infrastructure
2023-08-04 Karol Herbstnouveau/ws: push chaining
2023-08-04 Karol Herbstnouveau/ws: rework refing push buffer bos
2023-08-04 Karol Herbstnouveau/ws: bound check nouveau_ws_push_append
2023-08-04 Faith Ekstrandnvk: Add some asserts for nv50 compiler image restrictions
2023-08-04 Faith Ekstrandnvk: Zero unused descriptors
2023-08-04 Faith Ekstrandnvk: Implement descriptor table growing
2023-08-04 Faith Ekstrandnvk: Rework nvk_descriptor_table_add/remove
2023-08-04 Faith Ekstrandnvk/sampler: Free descriptor table entries
2023-08-04 Faith Ekstrandnvk: Invalidate texture header and sampler caches each...
2023-08-04 Faith Ekstrandnvk: Rework TLS/SLM and image/sampler table handling
2023-08-04 Faith Ekstrandnvk: Drop most buffer tracking
2023-08-04 Faith Ekstrandnvk/dispatch: Rename push to p
2023-08-04 Faith Ekstrandnvk/blit: Rename push to p
2023-08-04 Faith Ekstrandnvk/copy: Rename push to p
2023-08-04 Faith Ekstrandnvk: Inline nouveau_copy_linear
2023-08-04 Karol Herbstnvk: clean up bo mappings
2023-08-04 Karol Herbstnouveau/ws: add a bo unmap helper function
2023-08-04 Karol Herbstnouveau/ws: add API to query if the context was killed
2023-08-04 Faith Ekstrandnvk: Fix dynamic buffer descriptor copies
2023-08-04 Faith Ekstrandnvk: Set up clip and cull distances
2023-08-04 Faith Ekstrandnil: Fix nonnormalized coordinates
2023-08-04 Faith Ekstrandnil: Fix max mip level
2023-08-04 Faith Ekstrandnil/format: Depth/stencil formats appear as red
2023-08-04 Faith Ekstrandnvk: Fix border color alpha
2023-08-04 Faith Ekstrandnvk: VkSamplerCreateInfo::mipLodBias is signed
2023-08-04 Faith Ekstrandnvk: Assert on CmdExecuteCommands
2023-08-04 Faith Ekstrandnvk: Fix max anisotropy
2023-08-04 Faith Ekstrandnvk: Don't advertise tiling on non-power-of-two formats
2023-08-04 Faith Ekstrandnvk: Use a UINT format to clear non-renderable images
2023-08-04 Faith Ekstrandnvk: Implement vkCmdClear*Image directly
2023-08-04 Faith Ekstrandnvk: Add image_view_init/finish functions
2023-08-04 Faith Ekstrandnvk: Use hardware clears for attachment clears
2023-08-04 Faith Ekstrandnouveau/parser: Add array and float tags for clear...
2023-08-04 Mauro Rossivulkan/meta: fix gnu-empty-initializer build error
2023-08-04 Faith Ekstrandnvk: Save/restore push constants around meta ops
2023-08-04 Faith Ekstrandnvk: Wire up early z and post depth coverage
2023-08-04 Dave Airlienvk: add basic primitive restart
2023-08-04 Yusuf Khannvk: support GetImageSparseMemoryRequirements2
2023-08-04 Yusuf Khannvk: implement GetDeviceMemoryCommitment
2023-08-04 Faith Ekstrandnvk: Allocate descriptors for input attachments
2023-08-04 Faith Ekstrandnvk: Assert samples == 1
2023-08-04 Faith Ekstrandnvk: Re-flow a couple function prototypes
2023-08-04 Faith Ekstrandnvk: Align descriptor buffers to NVK_MIN_UBO_ALIGNMENT
2023-08-04 Faith Ekstrandnvk: Add nvk_queue_init/finish() helpers
2023-08-04 Faith Ekstrandnil: Add a PTE kind for Z32_FLOAT
2023-08-04 Faith Ekstrandnvk: Return OUT_OF_DEVICE_MEMORY if bo_new fails
2023-08-04 Faith Ekstrandnvk: Set GEOMETRY_SHADER_SELECTS_LAYER properly
2023-08-04 Faith Ekstrandnvk: Call nir_lower_input_attachments
2023-08-04 Faith Ekstrandnvk: Don't destroy NULL descriptor pool BOs
2023-08-04 Faith Ekstrandnvk: Advertise depth/stencil support
2023-08-04 Faith Ekstrandnvk: Flip the front-face setting
2023-08-04 Faith Ekstrandnvk: Enable two-sided stencil
2023-08-04 Faith Ekstrandnvk: Fix viewport Z scale
2023-08-04 Faith Ekstrandnvk: Fix depth/stencil render pass clears
2023-08-04 Faith Ekstrandnvk: Do internal dedicated allocations for ZS images
2023-08-04 Faith Ekstrandnvk: Add internal helpers for device memory allocation
2023-08-04 Faith Ekstrandnouveau: Add a function to allocate a tiled buffer
2023-08-04 Faith Ekstrandnil: Compute PTE kinds and tile modes for images
2023-08-04 Faith Ekstrandnvk: Disable sparse Z on Maxwell+
2023-08-04 Faith Ekstrandnvk: Depth buffers don't allow Z-tiling
next