aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: move fallthrough comment so gcc can see itTimothy Arceri2020-07-021-1/+1
* util: rename xmlpool.h to driconf.hEric Engestrom2020-06-221-1/+1
* driconf: drop now unused translation facilityEric Engestrom2020-06-221-1/+1
* egl: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+2
* replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom2020-06-183-3/+8
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-012-2/+2
* egl/android: Drop unused variableKristian H. Kristensen2020-05-261-1/+0
* egl/android: Move get_format under HAVE_DRM_GRALLOC guard where it's usedKristian H. Kristensen2020-05-261-20/+20
* EGL: sync headers with KhronosSimon Ser2020-05-252-21/+244
* Expose EGL_KHR_platform_* when EXT is supportedEmmanuel Gil Peyrot2020-05-191-0/+3
* egl: Limit the EGL ver for androidAbhishek Kumar2020-05-111-0/+5
* egl/wayland: Fix zwp_linux_dmabuf usageChristopher James Halse Rogers2020-04-291-12/+20
* egl: simplify client/platform extension handlingEmil Velikov2020-04-214-59/+23
* EGL: Add eglSetDamageRegionKHR to GLVND dispatch listDaniel Stone2020-04-031-0/+3
* gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionallyAdam Jackson2020-04-021-5/+0
* Revert "egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure"Emil Velikov2020-04-011-2/+4
* egl/drm: reinstate (kms_)swrast supportEmil Velikov2020-04-011-5/+1
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-36/+0
* egl/android: enable/disable KHR_partial_update correctlyChia-I Wu2020-03-231-3/+5
* egl/android: set window usage flagsDavid Stevens2020-03-121-0/+5
* egl/android: require ANDROID_native_fence_sync for buffer ageChia-I Wu2020-03-091-1/+12
* egl/wayland: Don't invalidate buffers on no-op resizeDaniel Stone2020-03-041-0/+4
* egl: allow INVALID format for linux_dmabufIvan Molodetskikh2020-03-021-5/+24
* egl: Factor out dri2_add_pbuffer_configs_for_visuals {device,surfaceless}.Mathias Fröhlich2020-02-264-92/+46
* egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.Mathias Fröhlich2020-02-264-14/+81
* 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