summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipe-loader
AgeCommit message (Expand)AuthorFilesLines
9 dayspipe-loader: plumb a flag for implicit driver load through screen creationMike Blumenkrantz2-5/+8
9 daysloader: delete unused param from pipe_loader_vk_probe_dri()Mike Blumenkrantz2-4/+3
2024-03-01panfrost: Add the gallium glue to get panfrost loaded when panthor is detectedBob Beckett1-0/+2
2024-02-01gallium: refactor to use DETECT_OS_ANDROIDYiwei Zhang1-2/+3
2023-10-17pipe-loader: add pipe_loader_get_compatible_render_capable_device_fd()Leandro Ribeiro3-1/+79
2023-10-14pipe-loader: allow to load multiple zink devicesKarol Herbst3-14/+49
2023-08-24util/driconf: add workarounds for the Chronicles of Riddicktwisted891-0/+2
2023-08-17zink: Fix one addicional case when running a compositorIgor Torrente2-4/+0
2023-08-01zink: Fix enumerate devices when running compositorIgor Torrente2-0/+4
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo1-1/+1
2023-06-27treewide: replace usage of boolean to boolYonggang Luo2-2/+2
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-05-12pipe-loader: avoid undefined memcpy behaviorYiwei Zhang1-2/+6
2023-05-04drirc: add allow_sampled_tex_copy optionIllia Polishchuk1-0/+1
2023-04-20drisw: don't leak the winsysMike Blumenkrantz1-0/+1
2023-04-14driconf: rework glthread enablementMike Blumenkrantz1-1/+3
2023-03-16driconf: Add ignore_discard_framebuffer optionRob Clark1-0/+1
2023-01-10util/driconf: add Dune: Spice Wars workaroundTimothy Arceri1-0/+1
2022-12-16loader: fixes -Werror,-Wdeprecated-non-prototype for clang-15 in pipe-loaderYonggang Luo1-10/+10
2022-10-29gallium: Stub support for Asahi + DRMAlyssa Rosenzweig1-0/+1
2022-09-30pipe-loader: fix zink driinfo header pathMike Blumenkrantz1-1/+1
2022-08-09gallium/dri2: make protected buffer checks opt-inPierre-Eric Pelloux-Prayer1-1/+1
2022-07-29gallium: Rename macros HAVE_PIPE_LOADER*Yonggang Luo2-13/+13
2022-07-29gallium: Do not call to pipe_loader_sw_probe_kms when not presentYonggang Luo1-0/+2
2022-07-29gallium: Move -DHAVE_PIPE_LOADER_DRI and -DHAVE_PIPE_LOADER_KMS to be pre_argsYonggang Luo1-6/+0
2022-06-24util: add dri config option to disable GL_MAP_UNSYNCHRONIZED_BITTimothy Arceri1-0/+1
2022-04-29gallium: add PIPE_CAP_ALLOW_DRAW_OUT_OF_ORDERPierre-Eric Pelloux-Prayer1-1/+1
2022-04-20util: Remove util_cpu_detectJason Ekstrand1-2/+0
2022-04-16gallium: fix unused symbols warningsMichel Zou1-7/+5
2022-04-07gallium: Learn about kopperAdam Jackson3-4/+140
2022-02-22glx: keep native window glx drawable by driconf optionQiang Yu1-0/+1
2021-12-07util: add dri config option force_compat_shadersTimothy Arceri1-0/+1
2021-11-24mesa: add allow_glsl_compat_shaders for shader-dbMarek Olšák1-0/+1
2021-11-17glx: add a workaround to glXDestroyWindow for Viewperf2020/SwMarek Olšák1-0/+1
2021-11-04drirc: add mesa_extension_override optionPierre-Eric Pelloux-Prayer1-0/+1
2021-11-04glx/drirc: add a force_direct_glx_context optionPierre-Eric Pelloux-Prayer1-0/+1
2021-10-28glsl/drirc: add an option for gl_ClipVertex / gl_CullDistance checksPierre-Eric Pelloux-Prayer1-0/+1
2021-10-27glthread: add an option to make glCheckFramebufferStatus a no-opMarek Olšák1-0/+1
2021-10-13dri: Remove the allow_fp16_configs option, always allow themAdam Jackson1-1/+0
2021-09-30driconf, glsl: Add a vs_position_always_precise optionVadym Shovkoplias1-0/+1
2021-09-13driconf: remove leftover code for allow_incorrect_primitive_idMarek Olšák1-1/+0
2021-08-02driconf: Add force_gl_renderer overrideRob Clark1-0/+1
2021-08-02driconfig: Add support for device specific configRob Clark1-1/+1
2021-08-02gallium/driconf: Allow the driver to parse the driconf options.Emma Anholt1-3/+10
2021-08-02gallium/dri2: Make dri_init_options just init DRI options.Emma Anholt2-6/+13
2021-07-08android: Drop the Android.mk build systemJason Ekstrand2-54/+0
2021-07-01gallium/sw: add sw_vk bit to avoid having to futz with env vars for lavapipeDave Airlie5-7/+22
2021-06-29util/driconf: add new ignore_write_to_readonly_var workaroundTimothy Arceri1-0/+1
2021-06-14crocus: initial gallium driver for Intel gfx 4-7Dave Airlie1-0/+1