summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
2022-02-08gallium/dri: add missing PIPE_BIND_DRI_PRIME handlingPierre-Eric Pelloux-Prayer1-1/+2
2021-12-09loader: Restore i915g support.Emma Anholt1-0/+7
2021-12-07loader/dri3: support glx pbuffer swapQiang Yu1-22/+49
2021-12-07loader/dri3: stop doing anything in swap buffer for some drawableQiang Yu1-3/+34
2021-12-07loader/dri3: rename dri3_fake_front_bufferQiang Yu1-10/+10
2021-12-07loader/dri3: replace is_pixmap with drawable typeQiang Yu2-13/+15
2021-12-07loader/dri3: setup present event with drawable type infoQiang Yu1-4/+20
2021-12-07loader/dri3: pack window present event setup into a functionQiang Yu1-45/+62
2021-12-07loader/dri3: remove unused present capability queryQiang Yu2-20/+0
2021-12-07loader/dri3: add drawable type set by GLX and EGLQiang Yu2-0/+11
2021-12-03classic/i965: Remove driverDylan Baker2-16/+0
2021-12-03classic/i915: Remove driverDylan Baker1-14/+0
2021-12-03classic/nouveau: Remove driverDylan Baker3-62/+1
2021-12-03classic/r200: Delete driverDylan Baker1-7/+0
2021-12-03classic/r100: Delete driverDylan Baker1-7/+0
2021-11-30loader/dri3: fix piglit egl-copy-buffer testQiang Yu1-3/+9
2021-11-26loader: add function to get render node from dev_tLeandro Ribeiro2-0/+30
2021-10-18gallium/dri: let the driver know if the imported image is DRI_PRIME bufferPierre-Eric Pelloux-Prayer1-9/+21
2021-10-14loader: Avoid enumerating drm devices just to get an fd's PCI ID.Emma Anholt1-0/+43
2021-09-30loader/dri3: fix swap out of order when changing swap intervalQiang Yu1-0/+14
2021-09-29loader/dri3: avoid reusing the same back buffer with DRI_PRIMEPierre-Eric Pelloux-Prayer1-4/+17
2021-09-29gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSEPierre-Eric Pelloux-Prayer2-0/+4
2021-08-02driconfig: Add support for device specific configRob Clark1-2/+2
2021-07-28loader/dri3: create linear buffer with scanout supportLionel Landwerlin1-2/+4
2021-07-13loader: Handle failure to load DRI driver libraryJames Jones1-0/+5
2021-07-08android: Drop the Android.mk build systemJason Ekstrand2-52/+0
2021-07-06loader: Factor out driver library loading codeJames Jones2-20/+56
2021-07-03crocus: Make the driver loader use PCI IDs for crocusZoltán Böszörményi1-1/+7
2021-07-02meson: Make prefer-{crocus,iris} always take effectAdam Jackson1-2/+2
2021-06-24loader/dri3: Don't churn through xfixes regions in SwapBuffersAdam Jackson2-5/+12
2021-06-24loader/dri3: Properly initialize the XFIXES extensionAdam Jackson1-0/+9
2021-06-23meson/crocus: add prefer-crocus option.Dave Airlie1-0/+4
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