summaryrefslogtreecommitdiff
path: root/src/loader
Commit message (Expand)AuthorAgeFilesLines
* egl/loader: move crtc resource infrastructure as common helperTapani Pälli2023-05-115-213/+228
* loader: Add Xe KMD supportJosé Roberto de Souza2023-04-122-5/+6
* loader: Use libdrm shimRob Clark2023-03-051-42/+4
* loader: do not check the mesa DRI_Mesa version if it was not foundSebastian Wick2023-02-221-0/+1
* dri3: avoid deadlocking when polling deleted windows for eventsMike Blumenkrantz2023-02-161-4/+13
* loader: Add missing brace to fix compileSidney Just2023-02-081-0/+1
* loader: unregister special event in loader_dri3_drawable_finiYuxuan Shui2023-02-061-0/+9
* loader: Add infrastructure for tracking active CRTC resourcesKenneth Graunke2023-01-273-10/+212
* loader,glx,egl: remove is_different_gpu variable from loaderYogesh Mohan Marimuthu2023-01-242-17/+19
* loader,glx,egl,vl,d3d: loader_get_user_preferred_fd() function to return orig...Yogesh Mohan Marimuthu2023-01-242-24/+33
* loader,glx: add render_gpu tag psc->driScreen and psc->fdYogesh Mohan Marimuthu2023-01-242-21/+20
* loader: make image_format_to_fourcc() non-staticYogesh Mohanmarimuthu2023-01-243-36/+39
* loader,glx,egl/x11: init dri_screen_display_gpu in struct loader_dri3_drawableYogesh Mohanmarimuthu2023-01-242-0/+3
* loader/dri3: Overhaul draw->cur_num_back handlingMichel Dänzer2023-01-101-35/+26
* loader/dri3: Add dri3_set_render_buffer helperMichel Dänzer2023-01-101-3/+10
* loader/dri3: Move NULL handling into dri3_free_render_bufferMichel Dänzer2023-01-101-18/+15
* dri: get rid of LIBGL_SHOW_FPSPierre-Eric Pelloux-Prayer2023-01-092-4/+0
* loader/dri3: Simplify new buffer allocation in dri3_find_backMichel Dänzer2022-12-161-23/+12
* loader/dri3: Find idle buffer with minimum buffer age in dri3_find_backMichel Dänzer2022-12-161-14/+36
* loader/dri3: Clean up dri3_find_back logicMichel Dänzer2022-12-161-5/+14
* dri: Introduce internal Mesa DRI driver loader extension.Emma Anholt2022-12-052-1/+15
* loader: Simplify the extension matching logic.Emma Anholt2022-12-051-15/+14
* gbm: Promote dri_bind_extensions() to the loader util library.Emma Anholt2022-12-052-0/+48
* loader/dri3: Add DRI performance option to wait for next buffer on swapRoman Gilg2022-10-252-0/+37
* loader/dri3: Simplify buffer age queryRoman Gilg2022-10-251-3/+3
* loader: use os_get_option for driver overrideYiwei Zhang2022-09-081-3/+4
* loader/dri3: remove a no-op free callKonstantin Kharlamov2022-08-121-1/+0
* loader/dri3: simplify check for replyKonstantin Kharlamov2022-08-121-3/+1
* loader: allow DRI_PRIME=vendor_id:device_id syntaxPierre-Eric Pelloux-Prayer2022-08-081-3/+17
* loader: don't return empty string in loader_get_dri_config_device_idPierre-Eric Pelloux-Prayer2022-08-081-2/+5
* loader: Remove usage of USE_ELF_TLS in loader.cYonggang Luo2022-07-291-2/+0
* dri: add [ax]bgr16161616 to format lookup tablesManuel Stoeckl2022-07-271-0/+4
* loader: Just include driconf.h instead of redefining its values.Emma Anholt2022-07-121-6/+1
* glx: Unify dri2/dri3 vblank_mode logic.Emma Anholt2022-07-123-24/+62
* gallium/dri: add missing PIPE_BIND_DRI_PRIME handlingPierre-Eric Pelloux-Prayer2022-02-081-1/+2
* loader: Restore i915g support.Emma Anholt2021-12-091-0/+7
* loader/dri3: support glx pbuffer swapQiang Yu2021-12-071-22/+49
* loader/dri3: stop doing anything in swap buffer for some drawableQiang Yu2021-12-071-3/+34
* loader/dri3: rename dri3_fake_front_bufferQiang Yu2021-12-071-10/+10
* loader/dri3: replace is_pixmap with drawable typeQiang Yu2021-12-072-13/+15
* loader/dri3: setup present event with drawable type infoQiang Yu2021-12-071-4/+20
* loader/dri3: pack window present event setup into a functionQiang Yu2021-12-071-45/+62
* loader/dri3: remove unused present capability queryQiang Yu2021-12-072-20/+0
* loader/dri3: add drawable type set by GLX and EGLQiang Yu2021-12-072-0/+11
* classic/i965: Remove driverDylan Baker2021-12-032-16/+0
* classic/i915: Remove driverDylan Baker2021-12-031-14/+0
* classic/nouveau: Remove driverDylan Baker2021-12-033-62/+1
* classic/r200: Delete driverDylan Baker2021-12-031-7/+0
* classic/r100: Delete driverDylan Baker2021-12-031-7/+0
* loader/dri3: fix piglit egl-copy-buffer testQiang Yu2021-11-301-3/+9