platform/upstream/mesa.git
2023-08-04 Faith Ekstrandnouveau/mme: Fix is_int18 for negative numbers
2023-08-04 Faith Ekstrandnil: Only choose a PTE kind for tiled images
2023-08-04 Dave Airlienvk: Report image alignments from NIL
2023-08-04 Dave Airlienil: Fix image align and size constraints
2023-08-04 Dave Airlienvk: set the device fd
2023-08-04 Dave Airlienvk/winsys: store device ptr into bo instead of ptr
2023-08-04 Dave Airlienvk: init dev->physical_device earlier.
2023-08-04 Faith Ekstrandnvk: Cosmetic clean-ups to Create/DestroyDevice
2023-08-04 Faith Ekstrandnvk: Handle zero-size index and vertex buffers pre...
2023-08-04 Faith Ekstrandnvk: Use a GS for layerered rendering pre-MaxwellB
2023-08-04 Faith Ekstrandvulkan/meta: Insert a geometry shader when needed
2023-08-04 Faith Ekstrandnvk: Compile all NIR before running codegen
2023-08-04 George Ouzounoudisnvk: Compile geometry shaders
2023-08-04 Faith Ekstrandnvk: Properly align root descriptor tables for pre...
2023-08-04 Faith Ekstrandnvk: Free a couple regs in nvk_mme_build_draw_*()
2023-08-04 Faith Ekstrandnvk: Disable indirect draw/dispatch and query copy...
2023-08-04 Faith Ekstrandnvk: Use a contiguous shader heap pre-Volta
2023-08-04 Faith Ekstrandnvk: Add support for contiguous heaps to nvk_heap
2023-08-04 Marynouveau/mme: Add Fermi hardware tests
2023-08-04 Marynouveau/mme: Add Fermi simulator
2023-08-04 Faith EkstrandAdd add immediate optimizations
2023-08-04 Faith EkstrandSupport immediates in MERGE
2023-08-04 Marynouveau/mme: Add Fermi builder
2023-08-04 Marynouveau/mme: Add initial Fermi definition
2023-08-04 Faith Ekstrandnouveau/mme: Take an nv_device_info in mme_builder_init
2023-08-04 Faith Ekstrandnouveau/mme: Prepare the builder for multiple GPU gener...
2023-08-04 Faith Ekstrandnouveau/mme: Move the cf_stack struct to mme_builder.h
2023-08-04 Faith Ekstrandnouveau/mme: Drop the implicit_imm parameter from mme_a...
2023-08-04 Faith Ekstrandnouveau/mme: Move the guts of mme_state_arr_to() into...
2023-08-04 Faith Ekstrandnouveau/mme: Move the guts of mme_merge_to() into mme_t...
2023-08-04 Faith Ekstrandnouveau/mme: Break the Turing builder guts into a separ...
2023-08-04 Faith Ekstrandnouveau/mme: Make helpers less Turing specific
2023-08-04 Faith Ekstrandnouveau/mme: Use mme_mov() for temp copies of register...
2023-08-04 Faith Ekstrandnouveau/mme: Add an intermediate MME_CMP_OP enum
2023-08-04 Faith Ekstrandnouveau/mme: Add an intermediate MME_ALU_OP enum
2023-08-04 Faith Ekstrandnouveau/mme: Add a mme_reg_alloc struct
2023-08-04 Faith Ekstrandnouveau/mme: Move mme_value into its own header
2023-08-04 Rebecca Mckeevernvk: Implement VK_EXT_image_view_min_lod
2023-08-04 Rebecca Mckeevernouveau/nil: Add macros for ufixed
2023-08-04 Faith Ekstrandnouveau/mme: Make alu_op_to_str static
2023-08-04 Faith Ekstrandnouveau/mme: Invoke SET_OBJECT in the tests
2023-08-04 Faith Ekstrandnouveau/nil: Use nv_device_info for format queries
2023-08-04 Faith Ekstrandnouveau/nil: Take an nv_device_info for image functions
2023-08-04 Faith Ekstrandnouveau/winsys: Move device type into nv_device_info
2023-08-04 Faith Ekstrandnouveau/winsys: Add an info to nouveau_ws_device
2023-08-04 Faith Ekstrandnouveau/winsys: Take a drmDevicePtr in nouveau_ws_devic...
2023-08-04 Rebecca Mckeevernvk: Implement VK_EXT_non_seamless_cube_map
2023-08-04 Rebecca Mckeevernvk: Enable shadow sampling
2023-08-04 Rebecca Mckeevernvk: Advertise EXT_4444_formats
2023-08-04 Rebecca Mckeevernvk: Add A4B4G4R4 formats to nil_format_info table
2023-08-04 Rebecca Mckeevernvk: Add VK_FORMAT_B4G4R4A4_UNORM_PACK16 format to...
2023-08-04 Rebecca Mckeevernvk: Advertise KHR_device_group
2023-08-04 Rebecca Mckeevernvk: Implement nvk_CmdDispatchBase and delete nvk_CmdDi...
2023-08-04 Rebecca Mckeevernvk: Lower base_workgroup_id
2023-08-04 Rebecca Mckeevernvk: Add base_group to root descriptor table
2023-08-04 Faith Ekstrandnvk: Set maxMemoryAllocationCount
2023-08-04 Thomas H.P... nvk: call correct macro to clear views
2023-08-04 Thomas H.P... nvk: fix maxPushDescriptors
2023-08-04 Faith Ekstrandnvk: Add a helper for loading resource_index-based...
2023-08-04 Faith Ekstrandnvk: Drop block_size from the root descriptor table
2023-08-04 Faith Ekstrandnvk: Lower load_num_workgroups ourselves
2023-08-04 Faith Ekstrandnvk: Rename grid_size to group_count
2023-08-04 Faith Ekstrandnvk: Capitalize NVK in user exposed strings
2023-08-04 Yusuf Khannvk: expose KHR_driver_properties
2023-08-04 Faith Ekstrandnvk: Advertise VK_EXT_separate_stencil_usage
2023-08-04 Faith Ekstrandnvk: Advertise EXT_index_type_uint8
2023-08-04 Faith Ekstrandnvk: Advertise KHR_uniform_buffer_standard_layout
2023-08-04 Faith Ekstrandnvk: Enable KHR_dynamic_rendering
2023-08-04 Faith Ekstrandnvk: Advertise VK_KHR_bind_memory2
2023-08-04 Faith Ekstrandnvk: Advertise samplerMirrorClampToEdge via 1.2 features
2023-08-04 Faith Ekstrandnvk: Enable VK_EXT_provoking_vertex
2023-08-04 Faith Ekstrandnvk: Enable inheritedQueries
2023-08-04 Faith Ekstrandnvk: Re-order Vulkan 1.0 feature bits
2023-08-04 Rebecca Mckeevernvk: Convert system values for gl_PointCoord and PointC...
2023-08-04 Faith Ekstrandnvk: Use nvk_buffer_addr_range for buffer descriptors
2023-08-04 Faith Ekstrandnvk: Add an nvk_buffer_addr_range helper
2023-08-04 Faith Ekstrandnvk: Fix a comment
2023-08-04 George Ouzounoudisnvk: Support large points
2023-08-04 George Ouzounoudisnvk: Switch point rasterization to point sprites
2023-08-04 Faith Ekstrandnvk: Lower image_size to txs
2023-08-04 Karol Herbstnvk: wire up M2MF for Fermi
2023-08-04 Karol Herbstnvk: allocate VAB memory area
2023-08-04 Karol Herbstnvk/device: fix order of error handling
2023-08-04 Karol Herbstnvk: support pre Maxwell Texture Headers
2023-08-04 Karol Herbstnvk: bind more subchans in init_context_state
2023-08-04 Karol Herbstnvk: reduce pitch for FillBuffer
2023-08-04 Karol Herbstnvk: use remaps for image copies
2023-08-04 Karol Herbstnvk: properly align slm size
2023-08-04 Karol Herbstnvk: Use SET_PIPELINE_PROGRAM pre-Volta
2023-08-04 Karol Herbstnvk: align desc root table
2023-08-04 Karol Herbstnvk: rework QMD handling to support pre Turing
2023-08-04 Karol Herbstnvk: properly align shaders pre Turing
2023-08-04 Karol Herbstnvk: fix some class version checks
2023-08-04 Faith Ekstrandnvk: Advertise EXT_vertex_attribute_divisor
2023-08-04 Thomas H.P... nvk: advertise EXT_image_2d_view_of_3d
2023-08-04 Thomas H.P... nvk: add check for VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_B...
2023-08-04 George Ouzounoudisnvk: Support base instance in instanced draw calls
2023-08-04 George Ouzounoudisnvk: Set base vertex state in sequential mme draw
2023-08-04 George Ouzounoudisnvk: Add a macro for root descriptor table byte offsets
2023-08-04 George Ouzounoudisnvk: Do not increment instance id across draws
next