summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2023-06-13ntt: Use scoped barriersAlyssa Rosenzweig6-38/+56
2023-06-13ttn: Emit scoped barriers when neededAlyssa Rosenzweig1-1/+4
2023-06-13r600: tgsi cleanupThomas H.P. Andersen1-46/+0
2023-06-13etnaviv: add support for performance warningsChristian Gmeiner8-7/+42
2023-06-13iris: use workaround framework for 1408224581, 14014097488Tapani Pälli1-1/+2
2023-06-13r300: be more agressive when merging A0 loadsPavel Ondračka1-3/+24
2023-06-13r300: remove duplicate ARRsPavel Ondračka1-14/+24
2023-06-13r300: optimize the load A0 pattern from wined3dPavel Ondračka3-0/+19
2023-06-13r300: move the ROUND+ARL->ARR fusing to main optimization loopPavel Ondračka2-28/+31
2023-06-13r300: move the ARL merging pass up in the opt loopPavel Ondračka2-13/+25
2023-06-13r300: move nir stuff to r300_nir filePavel Ondračka7-154/+213
2023-06-13zink/ci: enable zink-radv-vangogh-valve for pre-merge testingMartin Roukala (né Peres)1-1/+1
2023-06-13zink/ci: add more tests to the flake list of vangoghMartin Roukala (né Peres)1-0/+5
2023-06-13gallium: Rename dri_init_screen_helper into dri_init_screenCorentin Noël5-8/+8
2023-06-13gallium: Use the common destroy function on screen initialization failureCorentin Noël1-3/+1
2023-06-13gallium: Only call dri_init_options when the screen is actually createdCorentin Noël3-12/+10
2023-06-13pipe-loader: Do not destroy the winsys on screen creation failureCorentin Noël1-2/+0
2023-06-13pipe-loader: Document the behavior regarding screen creating failuresCorentin Noël1-1/+16
2023-06-13gallium: Rename dri_destroy_screen_helper into dri_release_screenCorentin Noël5-8/+10
2023-06-13gallium: Incorporate the device release in dri_destroy_screen_helperCorentin Noël4-20/+11
2023-06-13radeonsi: enable aco support for compute shaderQiang Yu1-0/+7
2023-06-13radeonsi: fix crash when AMD_DEBUG=cs,initnirQiang Yu1-3/+3
2023-06-13ac/llvm,radeonsi: lower nir_load_user_data_amd in abiQiang Yu2-6/+4
2023-06-13radeonsi: add scratch_offset arg for aco csQiang Yu1-0/+4
2023-06-13dxil: Don't generate load_ubo_dxil directlyJesse Natalie3-40/+0
2023-06-13microsoft/compiler: Un-lower shared/scratch to derefsJesse Natalie1-1/+0
2023-06-12r600: fix cayman_convert_border_color() swizzle behaviorPatrick Lerda1-9/+13
2023-06-12svga: Stop asserting that compute params are queried against TGSI.Emma Anholt1-1/+0
2023-06-12gallium: Drop PIPE_SHADER_CAP_PREFERRED_IR.Emma Anholt27-76/+4
2023-06-12nine: Drop the nir_vs/nir_ps env vars.Emma Anholt1-11/+2
2023-06-12svga: Switch to preferring NIR by default.Emma Anholt2-10/+7
2023-06-12nouveau: Delete the NV50_PROG_USE_TGSI env var.Emma Anholt11-62/+23
2023-06-12r300: Drop RADEON_DEBUG=use_tgsi.Emma Anholt8-48/+1
2023-06-12r600: Drop docs for use_tgsi debug var.Emma Anholt1-1/+0
2023-06-12virgl: Drop the VIRGL_DEBUG=use_tgsi debug var.Emma Anholt2-7/+2
2023-06-12llvmpipe: Drop the LP_DEBUG=tgsi_ir debug option.Emma Anholt3-40/+15
2023-06-12softpipe: Drop the use_tgsi debug flag.Emma Anholt2-3/+1
2023-06-12nouveau: fix nouveau_heap_destroy() memory leakPatrick Lerda2-5/+10
2023-06-12rusticl/event: ensure even status is updated in orderKarol Herbst1-3/+3
2023-06-12rusticl/api: remove some repr(C)Karol Herbst5-6/+0
2023-06-12rusticl/icd: fix ReferenceCountedAPIPointer::from_ptr for NULL pointersKarol Herbst1-0/+3
2023-06-12iris: Add GET_PARAM for protected context capability supportAlan Previn1-1/+18
2023-06-12radv/ci: use the low-priority runners for vangogh jobsMartin Roukala (né Peres)1-0/+3
2023-06-11r600/sfn: Remove duplicate assignmentVinson Lee1-1/+1
2023-06-11lp: align memory for long16 CL typesKarol Herbst1-1/+1
2023-06-11etnaviv: query: optimize context flushesLucas Stach1-2/+2
2023-06-11etnaviv: query: correct max number of occlusion query samplesLucas Stach1-2/+4
2023-06-11etnaviv: query: correct max number of perfmon samplesLucas Stach1-2/+4
2023-06-11etnaviv: query: remove incorrect commentLucas Stach1-1/+0
2023-06-11etnaviv: query: reset sample count on begin_queryLucas Stach1-3/+1