summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez2019-10-071-97/+4
* meson: fix logic for generating .pc files with old glvndDylan Baker2019-10-021-14/+16
* util: add anon_file.h for all memfd/temp file usageGreg V2019-10-021-117/+2
* meson: re-add incorrect pkg-config files with GLVND for backward compatibilityEric Engestrom2019-10-021-2/+1
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-10-021-0/+4
* egl: fix deadlock in malloc error pathEric Engestrom2019-09-051-1/+3
* wayland/egl: Ensure correct buffer size when allocatingJonas Ådahl2019-08-261-2/+11
* egl: reset blob cache set/get functions on terminateTapani Pälli2019-08-261-0/+4
* egl/drm: ensure the backing gbm is set before using itEmil Velikov2019-08-011-1/+1
* egl: Also query modifiers when exporting DMABufNicolas Dufresne2019-07-251-4/+22
* egl: Only expose 565 pbuffer configs if X can export them as DRI3 imagesKenneth Graunke2019-07-231-37/+79
* egl: Make the 565 pbuffer-only config single buffered.Kenneth Graunke2019-07-231-2/+6
* egl: Quiet warning about front buffer rendering for pixmaps/pbuffersKenneth Graunke2019-07-231-3/+5
* egl/android: Update color_buffers querying for buffer ageNataraj Deshpande2019-07-232-6/+31
* egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich2019-06-191-2/+2
* egl/x11: calloc dri2_surf so it's properly zeroedKenneth Graunke2019-06-091-1/+1
* egl/dri: flesh out and use dri2_create_drawable()Emil Velikov2019-06-067-60/+41
* meson: make nm binary optionalDylan Baker2019-05-031-1/+1
* egl: hard-code destroy function instead of passing it around as a pointerEric Engestrom2019-05-021-7/+5
* egl: return correct error code for a case req ver < 3 with forward-compatibleAndrii Simiklit2019-05-011-1/+4
* egl: fixup autotools-specific wordingEric Engestrom2019-04-301-1/+1
* delete autotools input filesEric Engestrom2019-04-291-12/+0
* delete autotools .gitignore filesEric Engestrom2019-04-293-7/+0
* egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSEDKristian H. Kristensen2019-04-191-1/+1
* Delete autotoolsDylan Baker2019-04-152-275/+0
* egl: setup fds array correctly when exporting dmabufTapani Pälli2019-04-111-0/+12
* egl: hide entrypoints that shouldn't be exported when using glvndEric Engestrom2019-03-291-0/+6
* egl/android: chose node type based on swrast and preprocessor flagsGurchetan Singh2019-03-271-3/+9
* egl/android: use software rendering when appropriateGurchetan Singh2019-03-271-5/+6
* egl/android: use swrast option in droid_load_driverGurchetan Singh2019-03-271-0/+18
* egl/android: plumb swrast optionGurchetan Singh2019-03-271-9/+9
* egl/android: refactor droid_load_driver a bitGurchetan Singh2019-03-271-24/+20
* egl/android: droid_open_device_drm_gralloc --> droid_open_deviceGurchetan Singh2019-03-271-7/+4
* egl/android: move droid_open_device_drm_gralloc down a bitGurchetan Singh2019-03-271-27/+24
* egl/android: move droid_image_loader_extension down a bitGurchetan Singh2019-03-271-10/+8
* egl: Add a 565 pbuffer-only EGL config under X11.Eric Anholt2019-03-221-0/+47
* configure.ac/meson.build: Add options for library suffixesBenjamin Gordon2019-03-212-5/+5
* android: Build fixes for OMR1Tapani Pälli2019-03-181-0/+7
* egl/dri: Avoid out of bounds array accessKevin Strasser2019-03-131-2/+4
* egl: fix libdrm-less buildsEric Engestrom2019-03-052-15/+0
* egl/sl: also allow virtgpu to fallback to kms_swrastGurchetan Singh2019-03-041-2/+7
* egl/sl: use kms_swrast with vgem instead of a random GPUEmil Velikov2019-02-281-8/+13
* egl/sl: use drmDevice API to enumerate available devicesEmil Velikov2019-02-281-36/+37
* egl/sl: split out swrast probe into separate functionEmil Velikov2019-02-281-16/+27
* egl/android: replace magic 0=CbCr,1=CrCb with simple enumEric Engestrom2019-02-281-18/+24
* dri: Add XYUV8888 formatKasireddy, Vivek2019-02-263-0/+3
* egl/android: bump the number of drmDevices to 64Emil Velikov2019-02-261-1/+1
* meson: egl: correctly manage loader/xmlconfigEmil Velikov2019-02-261-6/+5
* egl/dri: de-duplicate dri2_load_driver*Emil Velikov2019-02-261-34/+11
* wayland/egl: Ensure EGL surface is resized on DRI update_buffers()Carlos Garnacho2019-02-201-4/+7