summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2023-03-31d3d12/llvmpipe/softpipe: Add support for `get_screen_fd`Lucas Fryzek1-0/+9
2023-03-31r300/r600/radeon_si: Add support for `get_screen_fd`Lucas Fryzek2-0/+18
2023-03-31virgl: Add support for `get_screen_fd`Lucas Fryzek1-0/+8
2023-03-31svga: Add support for `get_screen_fd`Lucas Fryzek1-0/+9
2023-03-31i915: Add support for `get_screen_fd`Lucas Fryzek1-0/+8
2023-03-29kmsro: sort drivers alphabeticallyEric Engestrom1-18/+18
2023-03-29kmsro: uniformize renderonly creationEric Engestrom1-65/+55
2023-03-29vc4: change create_renderonly signature to uniformize itEric Engestrom3-4/+4
2023-03-29v3d: change create_renderonly signature to uniformize itEric Engestrom3-4/+4
2023-03-29panfrost: change create_renderonly signature to uniformize itEric Engestrom3-4/+9
2023-03-29lima: change create_renderonly signature to uniformize itEric Engestrom3-4/+7
2023-03-29freedreno: change create_renderonly signature to uniformize itEric Engestrom3-4/+5
2023-03-29etnaviv: change create_renderonly signature to uniformize itEric Engestrom3-4/+7
2023-03-29asahi: change create_renderonly signature to uniformize itEric Engestrom3-4/+8
2023-03-28amd/surface: rename metadata functionsPierre-Eric Pelloux-Prayer1-3/+3
2023-03-28asahi: Convert to SPDX headersAlyssa Rosenzweig3-61/+8
2023-03-16asahi: replace copies of .clang-format with symlinksEric Engestrom1-119/+1
2023-03-03asahi: clang-format the world againAsahi Lina1-6/+6
2023-03-03asahi/winsys: add .clang-formatEric Engestrom1-0/+119
2023-03-03radeonsi: remove Smart Access Memory because CPU access has large overheadMarek Olšák2-13/+2
2023-03-03amd,radeonsi: change enabled_rb_mask to 64 bitsMarek Olšák1-3/+6
2023-03-02intel/dev: create a helper dependency for libintel_devDylan Baker1-1/+1
2023-02-20winsys/amdgpu: use amdgpu_device_get_fdPierre-Eric Pelloux-Prayer2-16/+75
2023-02-18haiku: fix buildX5122-4/+7
2023-02-12asahi: use u_pipe_screen_lookup_or_create() to keep track of and reuse screensEric Engestrom1-2/+12
2023-02-12panfrost: use u_pipe_screen_lookup_or_create() to keep track of and reuse scr...Eric Engestrom1-2/+5
2023-02-12vc4: use u_pipe_screen_lookup_or_create() to keep track of and reuse screensEric Engestrom1-2/+5
2023-02-12v3d: use u_pipe_screen_lookup_or_create() to keep track of and reuse screensEric Engestrom1-2/+5
2023-02-12lima: replace custom code with u_pipe_screen_lookup_or_create()Eric Engestrom1-68/+4
2023-02-12freedreno: replace custom code with u_pipe_screen_lookup_or_create()Eric Engestrom1-73/+2
2023-02-12gallium: move etnaviv screen_lookup_or_create function to common codeEric Engestrom1-127/+4
2023-02-12etnaviv: use simple_mtx to avoid breaking windows in the next commitEric Engestrom1-5/+6
2023-01-25winsys/amdgpu: use DMA_BUF_SET_NAME_B if availablePierre-Eric Pelloux-Prayer1-0/+13
2023-01-19wgl: Add support for Xbox GDK.Caleb Cornett4-2/+303
2023-01-17virgl/vtest: allow socket being specified by env variableSimon Fels1-1/+3
2023-01-16ac: don't call ac_query_pci_bus_info from ac_query_gpu_infoPierre-Eric Pelloux-Prayer1-0/+2
2023-01-06meson: add missing dependencyEric Engestrom3-3/+3
2022-12-25kmsro: Fix renderonly_scanout BO aliasingAsahi Lina1-0/+4
2022-12-22radeon: drmGetVersion can return NULLDavid Heidelberg1-0/+3
2022-12-15vc4: replace open-coded F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom1-1/+1
2022-12-05i915: Fix probing regression.Emma Anholt1-1/+2
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo6-24/+24
2022-11-19util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.hYonggang Luo7-7/+7
2022-11-15tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* ...Yonggang Luo1-2/+2
2022-11-15tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...Yonggang Luo2-4/+4
2022-11-15util: Rename src/gallium/include/pipe/p_config.h to src/util/detect_arch.hYonggang Luo1-1/+1
2022-11-15util: Move src/gallium/auxiliary/os/os_mman.h to src/util/os_mman.hYonggang Luo4-4/+4
2022-11-09nvc0: recognise ga10x chipsetsBen Skeggs1-0/+1
2022-11-08util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo10-10/+10
2022-11-07intel: Add and use intel_gem_get_param()José Roberto de Souza2-9/+4