summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-09anv: emit scissors when the pipeline changesIván Briano1-5/+1
2022-08-09ci/lavapipe: wine flakes, switch to manual for nowDavid Heidelberg1-0/+1
2022-08-09gallium/u_blitter: make the bilinear filter for MSAA resolving conformantMarek Olšák3-15/+54
2022-08-09gallium/u_blitter: make nearest filtering emulation using TXF conformantMarek Olšák4-101/+282
2022-08-09gallium/u_blitter: clean up IMMs in util_make_fs_blit_msaa_genMarek Olšák1-11/+6
2022-08-09gallium/u_blitter: treat Z scaling as scaled blitsMarek Olšák1-1/+2
2022-08-09gallium/u_blitter: fix the has_txf support conditionMarek Olšák1-1/+1
2022-08-09gallium/u_blitter: remove unused code for integer MSAA resolveMarek Olšák3-43/+14
2022-08-09gallivm: initialize texture_unit_offset in emit_size_queryMarek Olšák1-0/+1
2022-08-09gallivm: fix TXQ crash with MSAA samplersMarek Olšák1-0/+2
2022-08-09ttn: set the correct sampler declaration type in the presense of txs and lodMarek Olšák1-7/+11
2022-08-09ci/tu+zink: Re-enable the traces that were asserting about UBWC compatibility.Emma Anholt1-16/+8
2022-08-09tu: Use the format list to decide whether we can do UBWC with MUTABLE.Emma Anholt3-9/+117
2022-08-09tu: Treat viewFormatCount==0 as no format list.Emma Anholt1-2/+2
2022-08-09tu: Move the vkCreateImage format list checks to helper functions.Emma Anholt1-37/+53
2022-08-09zink: Make sure that we keep the existing ici pNext chain on inserts.Emma Anholt1-4/+1
2022-08-09c11: Fixes the declaration of timespec_get in time.h for macOSYonggang Luo1-1/+12
2022-08-09util: open_memstream also support on MacOSYonggang Luo1-2/+0
2022-08-09microsoft/clc: Fixes compiling errors with clang/mingw64 in clc/clc_compiler_...Yonggang Luo1-2/+2
2022-08-09meson: clc compiler test only works on win32Yonggang Luo1-1/+1
2022-08-09radv: fix gathering XFB info if there is dead outputsSamuel Pitoiset1-5/+19
2022-08-09radv/ci: Put one more board to run the CTS on Stoney RidgeTomeu Vizoso1-2/+2
2022-08-09radeonsi/ci: Move libva and piglit jobs to Raven Ridge boardsTomeu Vizoso4-192/+116
2022-08-09radeonsi: print radeon_bo_flag when AMD_DEBUG=vm is usedPierre-Eric Pelloux-Prayer3-2/+34
2022-08-09radeonsi: allocate BIND_RENDER_TARGET as tmz instead of SCANOUTPierre-Eric Pelloux-Prayer1-1/+1
2022-08-09amdgpu/bo: update uses_secure_bos when importing buffersPierre-Eric Pelloux-Prayer1-0/+1
2022-08-09gallium/dri2: make protected buffer checks opt-inPierre-Eric Pelloux-Prayer3-5/+5
2022-08-09radv/ci: bump the console activity timeout of VanGogh to 3 minutesMartin Roukala (né Peres)1-0/+1
2022-08-09radv/ci: skip host_write_transfer_src.1048576 on renoirMartin Roukala (né Peres)1-0/+1
2022-08-09radv/ci: add more tests to the flake list of vega10Martin Roukala (né Peres)1-0/+2
2022-08-09radv/ci: move some tests from the vega10 fail to its flake listMartin Roukala (né Peres)2-4/+4
2022-08-09radv/ci: document a recent regressionMartin Roukala (né Peres)16-0/+30
2022-08-08freedreno: Cap reported video memory by VA sizeRob Clark1-0/+8
2022-08-08freedreno/drm: Add FD_VA_SIZE paramRob Clark3-0/+7
2022-08-08dzn: Use D3D12 constants instead of naked numbers for device limitsJesse Natalie2-52/+51
2022-08-08dzn: Disable extensions that require multi-viewJesse Natalie1-3/+3
2022-08-08wgl: Release the context before deleting it in wglDeleteContextCaleb Cornett1-0/+1
2022-08-08wgl: Always release local references in stw_make_current_by_handlesCaleb Cornett1-5/+10
2022-08-08wgl: Homogenize read framebuffer reference counting logicCaleb Cornett1-3/+4
2022-08-08radeonsi: use do..while loops and other cosmetic changes in display list pathMarek Olšák1-13/+12
2022-08-08radeonsi: use si_cp_dma_prefetch_inline for prefetching VBO descriptorsMarek Olšák1-2/+2
2022-08-08radeonsi: remove temporary si_context::vb_descriptor_user_sgprsMarek Olšák7-127/+92
2022-08-08radeonsi: remove vb_descriptors_gpu_list only used for debuggingMarek Olšák4-19/+0
2022-08-08radeonsi: add vertex buffers into the BO list in set_vertex_buffersMarek Olšák4-23/+32
2022-08-08radeonsi: merge both fail paths in si_set_vb_descriptorMarek Olšák1-7/+1
2022-08-08tu: Fix sysmem depth attachment clear flushingConnor Abbott1-0/+1
2022-08-08vulkan/device_select: allow DRI_PRIME=vendor_id:device_idPierre-Eric Pelloux-Prayer1-4/+10
2022-08-08vulkan/device_select: print the dri_prime warning only if neededPierre-Eric Pelloux-Prayer1-6/+7
2022-08-08loader: allow DRI_PRIME=vendor_id:device_id syntaxPierre-Eric Pelloux-Prayer1-3/+17
2022-08-08loader: don't return empty string in loader_get_dri_config_device_idPierre-Eric Pelloux-Prayer1-2/+5