summaryrefslogtreecommitdiff
path: root/src/nouveau
AgeCommit message (Expand)AuthorFilesLines
42 hoursnouveau: import nvif/ioctl.h file from libdrm_nouveauKarol Herbst3-2/+134
4 daysnak: Encode LDC directlyFaith Ekstrand1-7/+14
4 daysnak: Don't emit a plop3 for immediate shift sourcesFaith Ekstrand2-10/+38
4 daysnak: Add with -0 for fabs()Faith Ekstrand1-1/+1
4 daysnak: Emit !PT for carries on IADD3Faith Ekstrand1-0/+3
6 daysnvk/ci: add missing .test rules to avoid running nvk tests in post-merge pipe...Eric Engestrom1-0/+2
6 daysnvk/ci: mark the job as failing in case of hangs, instead of silently rebootingEric Engestrom1-1/+1
6 daysnvk/ci: adjust the regex for "dut is broken and needs to be rebooted"Eric Engestrom1-1/+1
7 daysnvk/ci: add nvk job on a GA106 (RTX 3060)Eric Engestrom6-0/+101
12 daysnvk/meta: Save and restore set_dynamic_buffer_startFaith Ekstrand1-0/+16
12 daysnvk: Refactor nvk_meta_begin() to use a desc helperFaith Ekstrand1-6/+7
12 daysnvk: Add an NVK_MAX_SAMPLES #defineFaith Ekstrand3-1/+6
12 daysnvk: Move and better document set_dynamic_buffer_startFaith Ekstrand1-3/+6
12 daysnvk: Advertise 32 descriptor setsFaith Ekstrand2-2/+2
12 daysnvk: Store an nvk_buffer_address for each set in the root table.Faith Ekstrand5-23/+17
12 daysnvk: Add static asserts for nvk_buffer_address layoutFaith Ekstrand1-0/+5
12 daysnvk: Store descriptor set addresses in descriptor stateFaith Ekstrand3-15/+23
13 daysnvk: remove NVK_MME_COPY_QUERIESYusuf Khan3-136/+1
13 daysnak: Migrate sph.rs to use SPH headers defintionMary Guillemard1-73/+61
13 daysnak: Set SPH version to 4 on SM75+Mary Guillemard1-1/+1
13 daysnouveau: nvidia_header: Add AMPERE_B class generationMary Guillemard2-1/+5
13 daysnvk: generate Rust bindings from SPH header filesArthur Huillet2-0/+11
13 daysnvk: import SPH headers files from open-gpu-docArthur Huillet3-0/+1762
14 daysnvk: Go wide for query copiesFaith Ekstrand1-16/+10
14 daysnvk: Fix misc. whitespace and style issuesFaith Ekstrand1-9/+13
2024-05-14nvk/wsi: Advertise modifier supportFaith Ekstrand1-0/+1
2024-05-14nvk: Advertise VK_EXT_image_drm_format_modifierFaith Ekstrand1-1/+5
2024-05-14nvk: Advertise VK_EXT_queue_family_foreignFaith Ekstrand1-0/+1
2024-05-14nvk: enable rendering to DRM_FORMAT_MOD_LINEAR imagesMohamed Ahmed6-5/+169
2024-05-14nvk: Implement DRM format modifier queriesFaith Ekstrand3-15/+142
2024-05-14nvk: Set tile mode and PTE kind on dedicated dma-buf BOsFaith Ekstrand1-0/+24
2024-05-14nvk: Support image creation with modifiersFaith Ekstrand1-2/+28
2024-05-14nouveau/winsys: Add back nouveau_ws_bo_new_tiled()Faith Ekstrand4-7/+40
2024-05-14nvk: Allow VK_IMAGE_ASPECT_MEMORY_PLANE_0_BITFaith Ekstrand2-3/+27
2024-05-14nil: Support creating images with DRM modifiersMohamed Ahmed2-4/+33
2024-05-14nil: Add some helpers for DRM format modifiersMohamed Ahmed6-2/+346
2024-05-14nil: Default to NV_MMU_PTE_KIND_GENERIC_MEMORY on Turing+Faith Ekstrand1-1/+1
2024-05-14nvk: Set color/Z compression based on nil_image::compressedFaith Ekstrand1-1/+7
2024-05-14nil: Add a nil_image::compressed bitMohamed Ahmed1-3/+8
2024-05-14nil: Use the right PTE kind for Z32 pre-TuringFaith Ekstrand1-0/+7
2024-05-14nvk: Allow GART for dma-bufsFaith Ekstrand1-6/+24
2024-05-14nouveau/winsys: Make BO_LOCAL and BO_GART separate flagsFaith Ekstrand3-9/+16
2024-05-14nouveau/winsys: Take a reference to BOs found in the cacheFaith Ekstrand1-2/+5
2024-05-14nvk: Improve the GetMemoryFdKHR errorFaith Ekstrand1-1/+2
2024-05-14nvk: Use the upload queue for NVK_DEBUG=zero_memoryFaith Ekstrand1-46/+7
2024-05-14nvk/upload_queue: Add a _fill methodFaith Ekstrand2-0/+88
2024-05-14nvk/upload_queue: Add some useful assertsFaith Ekstrand1-0/+2
2024-05-14nvk/upload_queue: Only upload one line of dataFaith Ekstrand1-1/+1
2024-05-14nvk, nak: Wire up conservative rasterization underestimateMary Guillemard4-6/+12
2024-05-14nvk: implement VK_EXT_conservative_rasterizationArthur Huillet4-23/+95