summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
2021-06-14crocus: initial gallium driver for Intel gfx 4-7Dave Airlie1-0/+1
2021-06-03loader: allocate VRAM in display GPU in case of primeYogesh Mohanmarimuthu2-13/+58
2021-06-03glx: create DRI screen for display GPU incase of primeYogesh Mohanmarimuthu1-0/+3
2021-05-21dri: don't call modifier interfaces when modifiers_count is 0Lucas Stach1-1/+1
2021-05-19loader/dri: hook up createImageWithModifiers2Lucas Stach1-3/+9
2021-05-19loader/dri3: convert to loader_dri_create_imageLucas Stach1-28/+12
2021-05-19dri: add loader_dri_create_image helperLucas Stach4-1/+104
2021-05-03i915c: Add a symlink for i830_dri.soAdam Jackson1-0/+7
2021-03-31loader: prefer iris on AndroidTapani Pälli1-0/+4
2021-03-20scons: Remove.Jose Fonseca1-26/+0
2021-02-18loader: Silence a warning at -OgAdam Jackson1-0/+3
2020-11-04loader: Print dlerror() output in the failure messageAdam Jackson1-4/+7
2020-11-02egl: implement EGL_EXT_protected_surface supportPierre-Eric Pelloux-Prayer2-1/+5
2020-10-22loader/dri3: Allocate up to 4 back buffers for page flipsMichel Dänzer1-3/+22
2020-10-22loader/dri3: Keep current number of back buffers if frame was skippedMichel Dänzer1-0/+3
2020-10-22loader/dri3: Only allocate additional buffers if neededMichel Dänzer2-12/+31
2020-10-02driconf: Make the driver's declarations be structs instead of XML.Eric Anholt1-5/+6
2020-09-10glx/dri3: Implement GLX_EXT_swap_control_tearAdam Jackson1-2/+10
2020-08-19egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damageEric Engestrom3-1/+25
2020-08-18driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen1-2/+2
2020-07-03Revert "loader/dri3: Check for window destruction in dri3_wait_for_event_locked"Michel Dänzer2-38/+1
2020-06-29loader/dri3: Check for window destruction in dri3_wait_for_event_lockedMichel Dänzer2-1/+38
2020-06-29loader/dri3: Use dri3_wait_for_event_locked in loader_dri3_wait_for_mscMichel Dänzer1-7/+1
2020-06-29loader/dri3: Add dri3_wait_for_event_locked full_sequence out parameterMichel Dänzer2-3/+10
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom2-2/+2
2020-06-22driconf: drop now unused translation facilityEric Engestrom2-2/+2
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-2/+3
2020-04-01loader: fallback to kernel name, if PCI failsEmil Velikov1-23/+33
2020-04-01loader: move "using driver..." message to loader_get_kernel_driver_nameEmil Velikov1-2/+2
2020-04-01loader: simplify codeflow in drm_get_pci_id_for_fdEmil Velikov1-16/+12
2020-04-01loader: simplify loader_get_user_preferred_fd()Emil Velikov1-31/+20
2020-04-01loader: use a maximum of 64 drmDevicesEmil Velikov1-26/+11
2020-04-01loader: Warn when we fail to open a device node due to permissions.Eric Anholt1-0/+4
2020-01-30loader: Fix leak of kernel driver nameKenneth Graunke1-1/+4
2020-01-28loader: Check if the kernel driver is i915 before loading irisKenneth Graunke2-1/+9
2020-01-22loader: #define PATH_MAX when undefined (eg. Hurd)Samuel Thibault1-0/+5
2020-01-13intel: Use similar brand strings to the Windows driversKenneth Graunke1-1/+1
2019-12-19loader: fix close on uninitialized file descriptor valueLionel Landwerlin1-1/+4
2019-12-17dri: add __DRI_IMAGE_FORMAT_SXRGB8Tapani Pälli1-0/+2
2019-12-02meson: Add a "prefer_iris" build optionKenneth Graunke1-3/+10
2019-10-31loader: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom1-2/+2
2019-10-28loader: default to iris for all future PCI IDsEric Engestrom1-20/+1
2019-10-08loader: Simplify handling of the radeonsi driverMichel Dänzer2-16/+1
2019-10-07meson/loader: drop unneeded *.h fileEric Engestrom1-3/+2
2019-10-07loader: use ARRAY_SIZE instead of NULL sentinelEric Engestrom2-6/+3
2019-10-07loader: s/int/bool/ for predicate resultEric Engestrom2-5/+8
2019-10-07loader: replace int/1/0 with bool/true/falseEric Engestrom2-10/+9
2019-10-05dri: Avoid swapbuffer throttling in glXCopySubBufferMESAKenneth Graunke1-1/+1
2019-10-04dri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dri3_copy_drawableMichel Dänzer1-1/+1
2019-10-03loader/dri3: do not blit outside old/new buffersErik Faye-Lund1-1/+3