summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2024-08-30iris: fix utrace compute end timestamp reads on Gfx20Lionel Landwerlin1-4/+23
2024-08-30llvmpipe: Fix type mismatch when storing residency infoRoland Scheidegger1-14/+20
2024-08-29d3d12: Don't use a vertex re-ordering GS for line primitivesJesse Natalie1-1/+3
2024-08-28pipe_loader_drm: Fix virtgpu_drm header pathbbhtt1-1/+1
2024-08-28vc4: Add missing libvc4_neon build dependenciesEric Engestrom1-4/+7
2024-08-27frontends/va: Fix leaks with multiple coded buffer segmentsDavid Rosca1-1/+10
2024-08-27llvmpipe: make sure to duplicate the fd handle before giving outDave Airlie1-1/+2
2024-08-27llvmpipe: handle stride properly on lvp udmabuf importsDave Airlie1-0/+1
2024-08-27dril: add zink stubMike Blumenkrantz2-0/+2
2024-08-27llvmpipe: Only use udmabuf with libdrmValentine Burley2-15/+15
2024-08-27etnaviv: rename enums_h appropriatelyDavid Heidelberg1-1/+1
2024-08-27rusticl/device: limit CL_DEVICE_IMAGE_MAX_BUFFER_SIZE more aggressivelyKarol Herbst4-7/+17
2024-08-22tc: set resolve on renderpass info if blit terminates the renderpassMike Blumenkrantz1-4/+16
2024-08-22zink: don't skip cbuf store ops if resolve is setMike Blumenkrantz1-1/+1
2024-08-21iris: Invalidate state cache for some depth fast clearsNanley Chery1-0/+16
2024-08-21zink: bail on choose_pdev immediately if no devices are availableMike Blumenkrantz1-1/+4
2024-08-21anv,iris: prefix the argument format with XI for a upcoming refactorRohan Garg1-1/+1
2024-08-21Revert "iris: Disable PAT-based compression on depth surfaces (xe2)"Jianxun Zhang1-6/+0
2024-08-20iris/gfx20: Enable depth buffer write through for multi sampled imagesJosé Roberto de Souza1-4/+7
2024-08-20iris: Add and use want_hiz_wt_for_resNanley Chery1-6/+18
2024-08-20i915g: fix count of buffers at i915_drm_batchbuffer_validate_buffersGKraats1-2/+4
2024-08-20i915g: Screen corruption with ENOBUFS caused by fence register shortageGKraats4-33/+82
2024-08-20ci/a618: Fix zink-tu-a618-full rulesGuilherme Gallo1-1/+1
2024-08-16r300: fix RGB10_A2 CONSTANT_COLOR blendingPavel Ondračka2-1/+1
2024-08-16radeonsi: Don't allow DCC for encode in is_video_target_buffer_supportedDavid Rosca1-2/+6
2024-08-16frontends/va: Fix use after free with EFCDavid Rosca1-2/+8
2024-08-16rusticl/mem: do not check against image base alignment for 1Dbuffer imagesKarol Herbst1-15/+19
2024-08-14android: simplify building libgallium_dri on AndroidAntonio Ospite1-1/+1
2024-08-14gallium: Add option to not add version to libgallium filenameRob Clark1-1/+7
2024-08-14gallivm: orcjit: use atexit to release LPJit singleton at exitIcenowy Zheng1-0/+11
2024-08-14gallivm: orcjit: keep the ownership of tm for LPJitIcenowy Zheng1-1/+3
2024-08-14llvmpipe: add LoongArch support in ORCJITIcenowy Zheng1-1/+9
2024-08-14gallivm: add LoongArch support to the mattrs setting codeIcenowy Zheng1-0/+18
2024-08-14zink: fix partial update handlingMike Blumenkrantz3-5/+28
2024-08-14rusticl/memory: fix sampler argument size checkKarol Herbst1-1/+8
2024-08-14r300: bias presubtract fixPavel Ondračka1-1/+4
2024-08-14llvmpipe: Silence "possibly uninitialized value" warning for ssbo_limit (cont)David Heidelberg1-1/+1
2024-08-14zink: Align descriptor buffers to descriptorBufferOffsetAlignmentFaith Ekstrand1-4/+5
2024-08-14dri: fix kms_swrast screen failMike Blumenkrantz1-2/+2
2024-08-14rusticl/queue: add clSetCommandQueuePropertyKarol Herbst2-1/+17
2024-08-14panfrost: use RGB1 component ordering for R5G6B5 pixel formatsEric R. Smith1-0/+12
2024-08-14panfrost: fix texture.border_clamp regression for valhallEric R. Smith2-1/+10
2024-08-14Revert "d3d12: Video Encode - Remove PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE as...Sil Vilerino2-0/+2
2024-08-14rusticl/image: properly sync mappings content for 1Dbuffer imagesKarol Herbst1-1/+3
2024-08-14rusticl/image: take pitches into account when allocating memory for mapsKarol Herbst1-2/+27
2024-08-14rusticl/memory: Fix memory unmaps after reworkKarol Herbst2-44/+101
2024-08-07dril: always take the egl init pathMike Blumenkrantz1-19/+13
2024-08-07radeonsi/vcn: Add decode DPB buffers as CS dependencyDavid Rosca1-0/+1
2024-08-06pipe-loader: fix driconf memory managementMike Blumenkrantz2-1/+35
2024-08-06radeonsi/gfx12: fix VS output corruption with streamoutMarek Olšák3-11/+23