summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2020-05-19Expose EGL_KHR_platform_* when EXT is supportedEmmanuel Gil Peyrot1-0/+3
2020-05-11egl: Limit the EGL ver for androidAbhishek Kumar1-0/+5
2020-04-29egl/wayland: Fix zwp_linux_dmabuf usageChristopher James Halse Rogers1-12/+20
2020-04-21egl: simplify client/platform extension handlingEmil Velikov4-59/+23
2020-04-03EGL: Add eglSetDamageRegionKHR to GLVND dispatch listDaniel Stone1-0/+3
2020-04-02gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionallyAdam Jackson1-5/+0
2020-04-01Revert "egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure"Emil Velikov1-2/+4
2020-04-01egl/drm: reinstate (kms_)swrast supportEmil Velikov1-5/+1
2020-03-30scons: Prune out unnecessary targets.Jose Fonseca1-36/+0
2020-03-23egl/android: enable/disable KHR_partial_update correctlyChia-I Wu1-3/+5
2020-03-12egl/android: set window usage flagsDavid Stevens1-0/+5
2020-03-09egl/android: require ANDROID_native_fence_sync for buffer ageChia-I Wu1-1/+12
2020-03-04egl/wayland: Don't invalidate buffers on no-op resizeDaniel Stone1-0/+4
2020-03-02egl: allow INVALID format for linux_dmabufIvan Molodetskikh1-5/+24
2020-02-26egl: Factor out dri2_add_pbuffer_configs_for_visuals {device,surfaceless}.Mathias Fröhlich4-92/+46
2020-02-26egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.Mathias Fröhlich4-14/+81
2020-02-17egl: Implement getImage/putImage on pbuffer swrast.Mathias Fröhlich4-5/+96
2020-02-14egl: directly access static members instead of using _egl{Get,Set}ConfigKey()Eric Engestrom3-42/+38
2020-02-06Revert "egl: put full path to libEGL_mesa.so in GLVND json"Eric Engestrom3-36/+8
2020-02-02egl: put full path to libEGL_mesa.so in GLVND jsonEric Engestrom3-8/+36
2020-01-22egl: drop confusing mincore() error messageEric Engestrom1-2/+0
2020-01-22egl: Fix _eglPointerIsDereferencable w/o mincore()Alexander van der Grinten1-3/+4
2020-01-22egl/android: fix buffer_count for applications setting max countTapani Pälli1-6/+22
2020-01-15egl/android: Restrict minimum triple buffering for android color_buffersNataraj Deshpande1-3/+7
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