summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Delete autotoolsDylan Baker1-57/+0
2019-02-26loader: use loader_open_device() to handle O_CLOEXECEmil Velikov1-1/+1
2019-02-21iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke1-0/+9
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom3-3/+2
2019-02-05loader/dri3: Use strlen instead of sizeof for creating VRR property atomMichel Dänzer1-1/+1
2019-01-22loader: fix the no-modifiers caseRob Clark1-6/+14
2019-01-08dri3: initialize adaptive_sync as false before configQuerybTapani Pälli1-1/+1
2018-12-28loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH propertyNicholas Kazlauskas2-1/+49
2018-12-10loader: free error state, when checking the drawable typeKirill Burtsev1-0/+1
2018-12-04loader: deduplicate logger function declarationEric Engestrom2-3/+4
2018-11-16loader: Factor out the common driver opening logic from each loader.Eric Anholt5-1/+103
2018-11-16loader: Stop using a local definition for an in-tree headerEric Anholt1-8/+2
2018-10-18loader/dri3: Also wait for front buffer fence if we triggered itMichel Dänzer1-2/+5
2018-09-12loader/dri3: Don't wait for fence of old buffer when re-allocating itMichel Dänzer1-1/+0
2018-09-12loader/dri3: Only wait for back buffer fences in dri3_get_bufferMichel Dänzer1-1/+3
2018-09-05loader: Drop unused argument from dri3_update_drawable().Eric Anholt1-4/+3
2018-08-31loader: add loader_open_render_node(..)Christian Gmeiner2-0/+68
2018-08-17loader: add dri_driver option to override dri driver to loadQiang Yu1-0/+30
2018-08-17xmlconfig: add kernel_driver device attributeQiang Yu1-1/+1
2018-08-17loader: abstract loader_get_kernel_driver_name for reuseQiang Yu1-16/+23
2018-08-02loader: fix indentationEric Engestrom2-3/+3
2018-08-01loader_dri3: Handle mismatched depth 30 formats for Prime renderoffload.Mario Kleiner2-1/+83
2018-07-31dri3: For 1.2, use root window instead of pixmap drawableOlivier Fourdan2-3/+10
2018-05-22dri3: Stricter SBC wraparound handlingMichel Dänzer1-3/+11
2018-05-09dri3: Only update number of back buffers in loader_dri3_get_buffersMichel Dänzer1-8/+11
2018-04-24dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli1-0/+2
2018-03-20dri3: Don't fail on version mismatchDaniel Stone1-2/+3
2018-03-16dri3: allow building against older xcb (v3)Dave Airlie2-7/+18
2018-03-16loader: Include include/drm-uapi in the autotools buildJason Ekstrand1-0/+1
2018-03-09egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2-6/+34
2018-03-09egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne3-47/+278
2018-03-02loader: Add support for platform and host1x bussesThierry Reding1-0/+27
2018-02-21x11/dri3: Store raw present completion modeDaniel Stone2-10/+4
2018-02-21x11/dri3: Don't open-code ARRAY_SIZEDaniel Stone2-3/+4
2018-02-20loader: Fix compiler warnings about truncating the PCI ID path.Eric Anholt1-8/+7
2018-02-20loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2-1/+12
2018-02-19mesa: add xbgr support adjacent to xrgbIlia Mirkin1-0/+4
2018-02-15dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne1-1/+4
2018-01-25loader: let compiler figure out the length of the stringEric Engestrom1-2/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17loader/dri3: Try to make sure we only process our own NotifyMSC eventsMichel Dänzer2-22/+18
2018-01-12loader/dri3: Avoid freeing renderbuffers in useThomas Hellstrom1-3/+3
2018-01-03loader/dri3: Add XRGB2101010 and ARGB2101010 support.Mario Kleiner1-0/+2
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom1-1/+1
2017-12-04meson: Fix overlinkage of dri3 loaderDylan Baker1-2/+1
2017-11-13loader/dri3: Improve dri3 thread-safetyThomas Hellstrom2-18/+69
2017-11-07radeonsi: remove unused field in the PCI ID tableMarek Olšák1-1/+1
2017-10-26loader: drop empty function aliasEric Engestrom1-11/+2
2017-10-26loader: use drmGetDeviceNameFromFd2 from libdrmGreg V1-35/+1
2017-10-16meson: split and simplify dependenciesDylan Baker1-1/+4