summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"Tapani Pälli3-70/+11
2019-11-14Revert "egl: implement new functions from EGL_EXT_image_flush_external"Tapani Pälli7-106/+0
2019-11-11egl: move #include of local headers out of Khronos headersEric Engestrom2-0/+4
2019-11-11egl: fix _EGL_NATIVE_PLATFORM fallbackEric Engestrom1-9/+0
2019-11-11egl: Mention if swrast is being forcedChris Wilson1-0/+2
2019-11-05meson: move the generic symbols check arguments to a common variableEric Engestrom1-1/+1
2019-11-05meson: add variable to control the symbols checksEric Engestrom1-1/+1
2019-11-05meson: Add dep_glvnd to egl deps when building with glvndDylan Baker1-1/+2
2019-10-31meson: revert glvnd workaroundEric Engestrom1-11/+2
2019-10-25egl: implement new functions from EGL_EXT_image_flush_externalMarek Olšák7-0/+106
2019-10-25egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXTMarek Olšák3-11/+70
2019-10-21egl/android: Remove our own reference to buffers.Lepton Wu1-3/+1
2019-10-18Revert "egl: Fixes transparency with EGL and X11."Hal Gentz5-30/+17
2019-10-18Revert "egl: Puts RGBA visuals in the second config selection group."Hal Gentz1-9/+1
2019-10-18Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`."Hal Gentz10-78/+7
2019-10-11egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.Hal Gentz10-7/+78
2019-10-11egl: Puts RGBA visuals in the second config selection group.Hal Gentz1-1/+9
2019-10-11egl: Fixes transparency with EGL and X11.Hal Gentz5-17/+30
2019-10-10meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`Eric Engestrom1-2/+2
2019-10-09egl: Include stddef.h in generated sourceDanilo Spinella1-0/+1
2019-10-09egl: Make native display detection work more than onceAdam Jackson1-22/+12
2019-10-04surfaceless: Support EGL_WL_bind_wayland_displayAdam Jackson1-0/+4
2019-10-03egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez1-93/+4
2019-10-03egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failureAdam Jackson1-3/+2
2019-10-01egl/gbm: Fix config validationRobin Murphy1-2/+4
2019-09-30egl: Fix implicit declaration of ffsKevin Strasser1-0/+1
2019-09-25meson: fix logic for generating .pc files with old glvndDylan Baker1-14/+16
2019-09-25meson: re-add incorrect pkg-config files with GLVND for backward compatibilityEric Engestrom1-10/+17
2019-09-20egl/surfaceless: Add FP16 format supportAdam Jackson1-1/+16
2019-09-20egl/wayland: Implement getCapability for the dri2 and image loadersAdam Jackson1-2/+15
2019-09-20egl/wayland: Add FP16 format supportAdam Jackson3-1/+24
2019-09-20egl/wayland: Reindent the format tableAdam Jackson1-35/+35
2019-09-19egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli1-0/+4
2019-09-12egl/android: Fix build since the DRI fourcc removal.Eric Anholt1-0/+1
2019-09-12egl/android: Only keep BGRA EGL configs as fallbackLepton Wu1-0/+11
2019-09-12egl/android: Enable HAL_PIXEL_FORMAT_RGBA_1010102 formatrenchenglei1-0/+3
2019-09-11dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt1-15/+15
2019-09-11Fix missing dri2_load_driver on platform_drmJean Hertel1-0/+15
2019-09-11egl/dri2: Refuse to add EGLConfigs with no supported surface typesAdam Jackson1-13/+16
2019-09-08egl: Add GL_MESA_EGL_sync supportHeinrich Fink1-4/+7
2019-09-04egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless}Adam Jackson2-0/+4
2019-09-04egl: fix deadlock in malloc error pathEric Engestrom1-1/+3
2019-09-03egl: warn user if they set an invalid EGL_PLATFORMEric Engestrom1-0/+3
2019-09-02egl: fix platform selectionLionel Landwerlin1-2/+7
2019-08-29egl/android: Enable HAL_PIXEL_FORMAT_RGBA_FP16 formatNataraj Deshpande1-0/+5
2019-08-23egl: reset blob cache set/get functions on terminateTapani Pälli1-0/+4
2019-08-21gbm: Add buffer handling and visuals for fp16 formatsKevin Strasser1-0/+2
2019-08-21egl: Handle dri configs with floating point pixel dataKevin Strasser3-2/+29
2019-08-21egl: Convert configs to use shifts and sizes instead of masksKevin Strasser8-86/+178
2019-08-15win32: unify strcasecmp definitionsErik Faye-Lund1-0/+1