platform/upstream/mesa.git
2023-08-04 Benjamin Leenvk: Fix segfault when opening DRI device file returns...
2023-08-04 Dave Airlienvk: add support for D32_SFLOAT_S8_UINT
2023-08-04 Faith Ekstrandnvk: Take an nvk_image_plane in nouveau_copy_rect_image
2023-08-04 Faith Ekstrandnvk: Add helpers for binding image planes
2023-08-04 Faith Ekstrandnvk: s/device/dev in nvk_image.c
2023-08-04 Dave Airlienvk: introduce an optimisation loop.
2023-08-04 Dave Airlienvk: merge tess info between tcs/tes.
2023-08-04 Dave Airlienvk: fix transform feedback crash when optimiser remove...
2023-08-04 George Ouzounoudisnvk: Lower io to temporaries for tessellation evaluatio...
2023-08-04 George Ouzounoudisnvk: Respect tessellation domain origin state
2023-08-04 George Ouzounoudisnvk: Fix cases where execution mode is specified in...
2023-08-04 George Ouzounoudisnvk: Enable multiview with tessellation shader
2023-08-04 George Ouzounoudisnvk: Assign locations correctly for arrayed IO
2023-08-04 George Ouzounoudisnvk: Basic tessellation shader support
2023-08-04 Thomas H.P... nvk: remove duplicated device features
2023-08-04 Mohamed Ahmednvk: Enable multiplane images and image views
2023-08-04 Faith Ekstrandnvk: Advertise KHR_spirv_1_4
2023-08-04 Faith Ekstrandnvk: Fix the NO_PREFETCH assert for CmdDrawIndirect
2023-08-04 Faith Ekstrandnvk: Advertise shaderStorageImageReadWithoutFormat
2023-08-04 Faith Ekstrandnvk/heap: Set the right pitch for heap resize copies
2023-08-04 Echo Jnil: Add A4B4G4R4_UNORM format support
2023-08-04 Dave Airlienvk: expose EXT_sampler_filter_minmax
2023-08-04 Faith Ekstrandnvk: Only use view_id for layer in multiview
2023-08-04 Rebecca Mckeevernvk: Move code inside view mask loops to a helper function
2023-08-04 Rebecca Mckeevernvk: Combine CLEAR_VIEWS and CLEAR_LAYERS MME macros
2023-08-04 Rebecca Mckeevernvk: Load view_mask to shadow scratch in nvk_CmdBeginRe...
2023-08-04 Thomas H.P... nvk: simplify code by using new helpers
2023-08-04 Echo Jnvk: Reset offset value in ResetDescriptorPool
2023-08-04 Echo Jnvk: Add bufferImageGranularity limit
2023-08-04 Faith Ekstrandnvk: Advertise EXT_shader_viewport_index_layer on MaxwellB+
2023-08-04 Faith Ekstrandnvk: Sort SPIR-V caps
2023-08-04 Faith Ekstrandnvk: Implement VK_KHR_map_memory2
2023-08-04 Faith Ekstrandnvk: Use vk_device_memory
2023-08-04 Faith Ekstrandnvk: Set spirv_to_nir_options::min_*_alignment
2023-08-04 Faith Ekstrandnvk: Add a separate #define for SSBO alignment
2023-08-04 Faith Ekstrandnvk: Expose VK_KHR_maintenance2
2023-08-04 Faith Ekstrandnvk: Set pointClippingBehavior
2023-08-04 Faith Ekstrandnvk: Implement uncompressed views of compressed images
2023-08-04 Faith Ekstrandnil: Add an image_level_as_uncompressed helper
2023-08-04 Faith Ekstrandnil: Add a nil_image_for_level helper
2023-08-04 George Ouzounoudisnvk: Support geometry shaders
2023-08-04 George Ouzounoudisnvk: Fix geometry shader active stream mask
2023-08-04 George Ouzounoudisnvk: Disable PRIMITIVE_RESTART_VERTEX_ARRAY by default
2023-08-04 Faith Ekstrandnvk: Increase the push runout to 512 dwords
2023-08-04 Echo Jnvk: Add A8B8G8R8_*_PACK32 format support
2023-08-04 Rebecca Mckeevernvk: Advertise VK_KHR_multiview
2023-08-04 Rebecca Mckeevernvk: Add input attachments support for multiview
2023-08-04 Rebecca Mckeevernvk: Add query support for multiview
2023-08-04 Rebecca Mckeevernvk: Add draw support for multiview
2023-08-04 Faith Ekstrandnvk: Break the inner MME draw loop into a helper
2023-08-04 Faith Ekstrandnvk: Spill DRAW_IDX pre-Turing
2023-08-04 Faith Ekstrandnvk: Rework spill helpers and DRAW_COUNT spilling
2023-08-04 Faith Ekstrandnouveau/mme: Add a helper for re-allocating registers
2023-08-04 Faith Ekstrandnvk: Use the new load/store_scratch helpers for DRAW_PAD_DW
2023-08-04 Faith Ekstrandnvk: Add begin to mme_scratch
2023-08-04 Rebecca Mckeevernvk: Lower nir_intrinsic_load_view_index
2023-08-04 Rebecca Mckeevernvk: Add view_index to root descriptor table
2023-08-04 Faith Ekstrandnouveau/mme: Fix while loops pre-Turing
2023-08-04 Faith Ekstrandnouveau/mme: Use ADD for ine with an immediate
2023-08-04 Karol Herbstnvk: Add a macro to set MMIO registers via falcons
2023-08-04 Karol Herbstnouveau/mme: add a macro exit helper
2023-08-04 Karol Herbstnouveau/mme: add test for BEQ with magic exit offset
2023-08-04 Echo Jnvk: Fix some cast defines
2023-08-04 Faith Ekstrandnvk: Add instace WSI entrypoints
2023-08-04 Faith Ekstrandnvk: Advertise ICD/loader interface version 4
2023-08-04 Faith Ekstrandnvk: Use the same lock for the submit and the memory...
2023-08-04 Mohamed Ahmednvk: advertise DemoteToHelperInvocation
2023-08-04 Dave Airlienvk: fix r32_sint format support
2023-08-04 Dave Airlienvk: add min_lod to spirv caps.
2023-08-04 Dave Airlienvk: add compute support for ampere
2023-08-04 Faith Ekstrandnvk: Clamp viewport clip to max range
2023-08-04 Dave Airlienvk/barrier: handle host bit.
2023-08-04 George Ouzounoudisnvk: Support vertex shader transform feedback on Fermi
2023-08-04 George Ouzounoudisnvk: Support transform feedback queries
2023-08-04 George Ouzounoudisnvk: Support transform feedback geometry streams
2023-08-04 George Ouzounoudisnvk: Support transform feedback indirect draws
2023-08-04 Faith Ekstrandnvk: De-duplicate MME code for setting draw params
2023-08-04 Faith Ekstrandnouveau/mme: Ensure that zero-initizlied mme_value...
2023-08-04 George Ouzounoudisnvk: Support for vertex shader transform feedback
2023-08-04 Dave Airlienvk/nil: don't ask for compressed image kind
2023-08-04 Dave Airlienouveau/winsys: allocate unique object handles across...
2023-08-04 Faith Ekstrandnouveau/mme: Add a bfe helper
2023-08-04 Faith Ekstrandnvk: Advertise shaderImageGatherExtended
2023-08-04 Faith Ekstrandnvk: Rework features enables
2023-08-04 Faith Ekstrandnvk: Rework extension enables
2023-08-04 Mohamed Ahmednvk: advertise VK_KHR_maintenance4
2023-08-04 Mohamed Ahmednvk: implement vkGetDeviceBufferMemoryRequirementsKHR()
2023-08-04 Mohamed Ahmednvk: add stub for vkGetDeviceImageSparseMemoryRequireme...
2023-08-04 Mohamed Ahmednvk: implement vkGetDeviceImageMemoryRequirementsKHR()
2023-08-04 Faith Ekstrandnouveau/mme: Add a helper to dump instructions
2023-08-04 Faith Ekstrandnouveau/mme: Fix nested while instructions on Turing+
2023-08-04 Faith Ekstrandnvk: Bump init context batch size
2023-08-04 Thomas H.P... nvk: set device info before use in nvk_get_device_exten...
2023-08-04 Thomas H.P... nvk: Implement VK_KHR_draw_indirect_count on Turing+
2023-08-04 Thomas H.P... nvk: add warning on non-nouveau drm driver
2023-08-04 Faith Ekstrandnvk: Return VK_ERROR_INCOMPATIBLE_DRIVER if the PCI...
2023-08-04 George Ouzounoudisnvk: Support VK_KHR_shader_draw_parameters
2023-08-04 George Ouzounoudisnvk: Simplify mme build function argument
2023-08-04 George Ouzounoudisnouveau/mme: Keep device info in mme_builder
2023-08-04 Rebecca Mckeevernvk: Advertise VK_EXT_robustness2
next