summaryrefslogtreecommitdiff
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Implement getImage/putImage on pbuffer swrast.Mathias Fröhlich2020-02-174-5/+96
* egl: directly access static members instead of using _egl{Get,Set}ConfigKey()Eric Engestrom2020-02-143-42/+38
* Revert "egl: put full path to libEGL_mesa.so in GLVND json"Eric Engestrom2020-02-063-36/+8
* egl: put full path to libEGL_mesa.so in GLVND jsonEric Engestrom2020-02-023-8/+36
* egl: drop confusing mincore() error messageEric Engestrom2020-01-221-2/+0
* egl: Fix _eglPointerIsDereferencable w/o mincore()Alexander van der Grinten2020-01-221-3/+4
* egl/android: fix buffer_count for applications setting max countTapani Pälli2020-01-221-6/+22
* egl/android: Restrict minimum triple buffering for android color_buffersNataraj Deshpande2020-01-151-3/+7
* Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"Tapani Pälli2019-11-143-70/+11
* Revert "egl: implement new functions from EGL_EXT_image_flush_external"Tapani Pälli2019-11-147-106/+0
* egl: move #include of local headers out of Khronos headersEric Engestrom2019-11-112-0/+4
* egl: fix _EGL_NATIVE_PLATFORM fallbackEric Engestrom2019-11-111-9/+0
* egl: Mention if swrast is being forcedChris Wilson2019-11-111-0/+2
* meson: move the generic symbols check arguments to a common variableEric Engestrom2019-11-051-1/+1
* meson: add variable to control the symbols checksEric Engestrom2019-11-051-1/+1
* meson: Add dep_glvnd to egl deps when building with glvndDylan Baker2019-11-051-1/+2
* meson: revert glvnd workaroundEric Engestrom2019-10-311-11/+2
* egl: implement new functions from EGL_EXT_image_flush_externalMarek Olšák2019-10-257-0/+106
* egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXTMarek Olšák2019-10-253-11/+70
* egl/android: Remove our own reference to buffers.Lepton Wu2019-10-211-3/+1
* Revert "egl: Fixes transparency with EGL and X11."Hal Gentz2019-10-185-30/+17
* Revert "egl: Puts RGBA visuals in the second config selection group."Hal Gentz2019-10-181-9/+1
* Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`."Hal Gentz2019-10-1810-78/+7
* egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.Hal Gentz2019-10-1110-7/+78
* egl: Puts RGBA visuals in the second config selection group.Hal Gentz2019-10-111-1/+9
* egl: Fixes transparency with EGL and X11.Hal Gentz2019-10-115-17/+30
* meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`Eric Engestrom2019-10-101-2/+2
* egl: Include stddef.h in generated sourceDanilo Spinella2019-10-091-0/+1
* egl: Make native display detection work more than onceAdam Jackson2019-10-091-22/+12
* surfaceless: Support EGL_WL_bind_wayland_displayAdam Jackson2019-10-041-0/+4
* egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez2019-10-031-93/+4
* egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failureAdam Jackson2019-10-031-3/+2
* egl/gbm: Fix config validationRobin Murphy2019-10-011-2/+4
* egl: Fix implicit declaration of ffsKevin Strasser2019-09-301-0/+1
* meson: fix logic for generating .pc files with old glvndDylan Baker2019-09-251-14/+16
* meson: re-add incorrect pkg-config files with GLVND for backward compatibilityEric Engestrom2019-09-251-10/+17
* egl/surfaceless: Add FP16 format supportAdam Jackson2019-09-201-1/+16
* egl/wayland: Implement getCapability for the dri2 and image loadersAdam Jackson2019-09-201-2/+15
* egl/wayland: Add FP16 format supportAdam Jackson2019-09-203-1/+24
* egl/wayland: Reindent the format tableAdam Jackson2019-09-201-35/+35
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-09-191-0/+4
* egl/android: Fix build since the DRI fourcc removal.Eric Anholt2019-09-121-0/+1
* egl/android: Only keep BGRA EGL configs as fallbackLepton Wu2019-09-121-0/+11
* egl/android: Enable HAL_PIXEL_FORMAT_RGBA_1010102 formatrenchenglei2019-09-121-0/+3
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-111-15/+15
* Fix missing dri2_load_driver on platform_drmJean Hertel2019-09-111-0/+15
* egl/dri2: Refuse to add EGLConfigs with no supported surface typesAdam Jackson2019-09-111-13/+16
* egl: Add GL_MESA_EGL_sync supportHeinrich Fink2019-09-081-4/+7
* egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless}Adam Jackson2019-09-042-0/+4
* egl: fix deadlock in malloc error pathEric Engestrom2019-09-041-1/+3