aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl: mark the rest of the callbacks as mandatory or optionalEric Engestrom2020-07-161-0/+10
* egl: drop now empty egl_dri2_fallbacks.hEric Engestrom2020-07-168-38/+0
* egl: inline fallback for get_sync_valuesEric Engestrom2020-07-169-15/+3
* egl: inline fallback for create_wayland_buffer_from_imageEric Engestrom2020-07-1610-18/+3
* egl: inline fallback for query_buffer_ageEric Engestrom2020-07-167-12/+3
* egl: inline fallback for copy_buffersEric Engestrom2020-07-169-15/+3
* egl: inline fallback for post_sub_bufferEric Engestrom2020-07-1610-16/+3
* egl: inline fallback for swap_buffers_regionEric Engestrom2020-07-1610-16/+3
* egl: inline fallback for swap_buffers_with_damageEric Engestrom2020-07-168-16/+6
* egl: drop unused fallback functionEric Engestrom2020-07-161-9/+0
* egl: inline fallback for create_pbuffer_surfaceEric Engestrom2020-07-165-11/+3
* egl: inline fallback for create_pixmap_surfaceEric Engestrom2020-07-166-12/+3
* egl/wayland: add missing newline between functionsEric Engestrom2020-07-131-0/+1
* egl: always compile surfacelessEric Engestrom2020-07-101-8/+0
* 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-182-2/+6
* 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/wayland: Fix zwp_linux_dmabuf usageChristopher James Halse Rogers2020-04-291-12/+20
* 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
* 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
* 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-141-44/+11
* Revert "egl: implement new functions from EGL_EXT_image_flush_external"Tapani Pälli2019-11-141-34/+0
* egl: implement new functions from EGL_EXT_image_flush_externalMarek Olšák2019-10-251-0/+34
* egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXTMarek Olšák2019-10-251-11/+44
* 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-182-17/+16
* 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-188-65/+7
* egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.Hal Gentz2019-10-118-7/+65
* 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-112-16/+17
* 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