summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-02ci/image-tags: add DEBIAN_PYUTILS_TAGHEADmainVignesh Raman2-4/+5
2024-10-02tu: Improve 2D buffer-to-image copies for A7XXMark Collins1-2/+56
2024-10-02freedreno/registers: Document TPL1_2D_SRC_CNTL registerMark Collins3-14/+32
2024-10-02pvr: unify code into one conditionDavid Heidelberg1-10/+8
2024-10-02radv: stop passing image create flags to radv_image_view_init()Samuel Pitoiset17-51/+43
2024-10-02radv: remove redundant assertions about image viewsSamuel Pitoiset1-13/+0
2024-10-02radv: stop passing redundant parameters to radv_image_view_make_descriptor()Samuel Pitoiset1-24/+23
2024-10-02radv: use base mip level from vk_image_viewSamuel Pitoiset1-8/+8
2024-10-02radv/amdgpu: add assertions to check the IB sizeSamuel Pitoiset1-0/+3
2024-10-02radv/amdgpu: do not use a constant value for the IB size in dwordsSamuel Pitoiset1-2/+1
2024-10-02ci/build: don't wait on the windows build anymoreEric Engestrom1-2/+4
2024-10-02tu: advertise shaderInt64Job Noorman1-1/+1
2024-10-02ir3: add support for 64b reductionsJob Noorman3-0/+117
2024-10-02tu: lower 64b push constants before lowering IOJob Noorman1-0/+10
2024-10-02ir3: make ir3_mem_access_size_align publically availableJob Noorman2-1/+5
2024-10-02ir3: lower 64b SSBO accessesJob Noorman1-1/+1
2024-10-02ir3: run 64b phi lowering together with other 64b loweringsJob Noorman1-1/+1
2024-10-02ir3: lower 64b intrinsics after generic 64b loweringJob Noorman1-1/+1
2024-10-02nir/lower_int64: add nir_intrinsic_rotateJob Noorman1-0/+2
2024-10-02nir/lower_int64: add nir_intrinsic_read_invocation_cond_ir3Job Noorman1-0/+2
2024-10-02nir/load_store_vectorize: fix division by zeroJob Noorman1-1/+3
2024-10-01intel/brw: Enable mi_builder test for Xe2Caio Oliveira1-1/+1
2024-10-01intel/brw: Enable EU validation and compaction tests for Xe2Caio Oliveira2-21/+33
2024-10-01intel/brw: Update DPAS validation tests for Xe2Caio Oliveira1-1/+16
2024-10-01isl/tests: split linear & tiled buffer sizesLionel Landwerlin1-49/+70
2024-10-01isl/tests: rename tile_(width|height) variablesLionel Landwerlin1-20/+20
2024-10-01isl/tests: add TileX memcpy testingLionel Landwerlin1-0/+45
2024-10-01isl/tests: fix inclusive coordinate checkingLionel Landwerlin1-6/+15
2024-10-01isl/tests: use modulo for more variability per pixelLionel Landwerlin1-2/+2
2024-10-01isl/tests: bump coordinate types to 32bitsLionel Landwerlin1-10/+10
2024-10-01isl/tests: rename ytile to be consistent with other namesLionel Landwerlin1-3/+3
2024-10-01isl/tests: fix coordinates for comparison scanLionel Landwerlin1-1/+1
2024-10-01isl/tests: fixup multi-tile testingLionel Landwerlin1-10/+20
2024-10-01isl/tests: add a space in memcpy test error printoutsLionel Landwerlin1-4/+4
2024-10-01isl: fix comment typoLionel Landwerlin1-1/+1
2024-10-01intel/brw: Remove Gfx8- from test_eu_validate.cCaio Oliveira1-205/+94
2024-10-01llvmpipe: correctly implement output variables loadsAleksi Sapon1-3/+21
2024-10-01llvmpipe: fix quad group helper invocation maskingAleksi Sapon1-16/+35
2024-10-01util/vbuf: delete/fix broken incompatible stride calcMike Blumenkrantz1-5/+2
2024-10-01tu: add OS guards to drm_format_modCraig Stout1-0/+2
2024-10-01tu: Add an assert to tu6_plane_indexValentine Burley1-0/+8
2024-10-01tu: Update comments about the blob driverValentine Burley1-5/+5
2024-10-01tu: Use v2 format feature flagsValentine Burley2-37/+37
2024-10-01tu: Set some feature bits earlierValentine Burley1-15/+12
2024-10-01tu: Unify zeroing bufferFeaturesValentine Burley1-13/+9
2024-10-01tu: Introduce tu_aspects_to_plane helper functionValentine Burley3-19/+17
2024-10-01tu: Use existing helpers in tu_clear_blitValentine Burley1-18/+7
2024-10-01tu: Use vk_format_get_plane_formatValentine Burley1-6/+9
2024-10-01tu: Fix conditional check in tu_image_view_initValentine Burley1-1/+1
2024-10-01tu: Use vk_format_get_plane_count instead of special casingValentine Burley1-2/+1