summaryrefslogtreecommitdiff
path: root/src/nouveau
AgeCommit message (Expand)AuthorFilesLines
2023-12-08nvk: fix transform feedback with multiple saved counters.Dave Airlie1-2/+4
2023-12-05nvk: use `||` instead of `|` between boolsEric Engestrom1-8/+11
2023-11-06nvk: Should use alignment instead of alignYonggang Luo1-1/+1
2023-10-19nvk: Implement VK_EXT_dynamic_rendering_unused_attachmentsFaith Ekstrand2-6/+36
2023-10-19nvk: Enable descriptorIndexingFaith Ekstrand1-0/+1
2023-10-19nvk: Advertise shaderOutputLayer and shaderOutputViewportIndexFaith Ekstrand1-0/+2
2023-10-19nvk: Re-arrange Vulkan 1.2 features to match the headerFaith Ekstrand1-4/+6
2023-10-19nvk: Advertise VK_EXT_attachment_feedback_loop_layoutFaith Ekstrand1-0/+4
2023-10-18nvk: Advertise VK_EXT_primitive_topology_list_restartFaith Ekstrand1-0/+5
2023-10-18nvk: Implement VK_EXT_image_sliced_view_of_3dFaith Ekstrand2-2/+6
2023-10-18nvk: Advertise VK_KHR_workgroup_memory_explicit_layoutFaith Ekstrand2-0/+8
2023-10-18nvk: Enable VK_EXT_load_store_op_noneSid Pranjale1-0/+1
2023-10-17nvk: Implement VK_EXT_depth_bias_controlFaith Ekstrand2-1/+22
2023-10-17nvk: Re-sort device featuresFaith Ekstrand1-5/+5
2023-10-17nvk: Add a nvk_cmd_buffer_dirty_render_pass() helperFaith Ekstrand1-5/+14
2023-10-16nvk: Clean up the disk cache on physical device create fail pathFaith Ekstrand1-3/+4
2023-10-16nvk: Handle unbinding images and buffersFaith Ekstrand2-14/+27
2023-10-16nvk: Add an nvk_shader_finish() helperFaith Ekstrand3-8/+16
2023-10-16nvk: Free the disk cacheFaith Ekstrand1-0/+14
2023-10-16nvk: Use nouveau_ws_bo_unmap() instead of munmap()Faith Ekstrand1-1/+1
2023-10-14nvk: Always set pixel_min/max_Z to CLAMPFaith Ekstrand1-7/+9
2023-10-11nvk: Improve address space and buffer size limitsFaith Ekstrand3-2/+8
2023-10-11nvk: Always emit at least one color attachmentFaith Ekstrand1-9/+5
2023-10-11nvk: Disable depth or stencil tests when unboundFaith Ekstrand1-8/+27
2023-10-11nil/format: Advertise R10G10B10A2_UINT texture buffer supportFaith Ekstrand1-2/+4
2023-10-11nil/format: Use A for alpha blendFaith Ekstrand1-28/+28
2023-10-11nvk: Reset descriptor pool allocator when all sets are destroyedFaith Ekstrand1-0/+3
2023-10-11nvk: Set max descriptors to 2^20 for most descriptor typesFaith Ekstrand2-24/+25
2023-10-11nvk: Emit MME_DMA_SYSMEMBAR before indirect draw/dispatchFaith Ekstrand2-6/+12
2023-10-11nvk: Advertise more inline uniform block limitsFaith Ekstrand1-0/+3
2023-10-07nvk: set optimization level to 3Thomas H.P. Andersen1-1/+1
2023-10-07nvk: Invalidate SKED caches at the top of command buffersFaith Ekstrand1-1/+5
2023-10-07nvk: Invalidate sampler/texture header caches in BeginCommandBuffer()Faith Ekstrand2-1/+22
2023-10-07nvk: Add a nvk_cmd_buffer_compute_cls() helperFaith Ekstrand1-8/+11
2023-10-07nouveau: Generate headers for Maxwell B computeFaith Ekstrand2-0/+2
2023-10-06nouveau/winsys: use mmap instead of mmap64 in nouveau_boSimon Zeni1-1/+1
2023-10-04nvk: Use align() and align64() instead of ALIGN_POTFaith Ekstrand7-18/+17
2023-10-04nvk: Handle zero-sized sparse buffersFaith Ekstrand1-2/+3
2023-10-04nvk: Take GETPARAM_EXEC_PUSH_MAX into accountFaith Ekstrand3-3/+12
2023-09-28nvk: Init pipelineCacheUUIDFaith Ekstrand1-3/+19
2023-09-28nvk: Cache NIR shadersFaith Ekstrand4-3/+26
2023-09-28nvk: Add a default pipeline cacheFaith Ekstrand2-1/+17
2023-09-28nvk: Re-structure early shader compilation a bitFaith Ekstrand4-16/+36
2023-09-28nvk: Hook up the disk cacheFaith Ekstrand3-2/+49
2023-09-28nvk: Store a 20-bit driver_build_sha in nvk_instanceFaith Ekstrand3-5/+7
2023-09-26nvk: Don't store the descriptor pool BO in the setFaith Ekstrand2-20/+15
2023-09-26nvk/drm: Split exec as needed for large command buffersFaith Ekstrand1-10/+18
2023-09-26nvk/drm: Restructure nvk_queue_submit_drm_nouveau()Faith Ekstrand1-22/+16
2023-09-26nvk: Get rid of the tiled memory allocation helpersFaith Ekstrand2-71/+13
2023-09-26nvk: Drop the device-level mutexFaith Ekstrand3-38/+1