summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2018-01-25egl: keep extension list sorted, per comment at the topEric Engestrom1-1/+1
2018-01-19autotools: include meson build files in tarballDylan Baker3-3/+4
2018-01-11meson: Use consistent style for testsDylan Baker1-1/+4
2018-01-04egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameterRob Herring1-15/+15
2018-01-03egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.Mario Kleiner1-3/+13
2018-01-03egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)Mario Kleiner2-1/+19
2018-01-03egl/wayland: Add Wayland drm support for RGB10 winsys buffers.Mario Kleiner2-3/+40
2018-01-03egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.Mario Kleiner2-0/+6
2018-01-03egl/x11: Handle depth 30 drawables under software rasterizer.Mario Kleiner1-0/+1
2018-01-03egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs.Mario Kleiner1-1/+2
2017-12-27egl: don't try the software path twiceEric Engestrom1-1/+1
2017-12-27egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftwareEric Engestrom7-8/+8
2017-12-27egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom3-4/+8
2017-12-27egl: link libEGL against the dynamic version of libglapiBrendan King1-3/+6
2017-12-14egl/android: Provide an option for the backend to expose KHR_imageHarish Krupo3-1/+4
2017-12-13egl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINEDTomasz Figa1-2/+39
2017-12-04meson: fix underlinkage without dri3Dylan Baker1-1/+1
2017-12-01egl/x11: Remove unneeded free() on always null stringVadym Shovkoplias1-1/+0
2017-11-17egl: Convert int to attrib in eglGetPlatformDisplayAdam Jackson3-25/+25
2017-11-16egl: pass the dri2_dpy to the $plat_teardown functionsEmil Velikov1-2/+2
2017-11-16egl: fix var typeEric Engestrom1-1/+1
2017-11-16egl: add note about missing $plat_teardownEmil Velikov1-0/+1
2017-11-16egl/wayland: move teardown code to the platform fileEmil Velikov3-20/+27
2017-11-16egl/drm: move teardown code to the platform fileEmil Velikov3-5/+12
2017-11-16egl/x11: move teardown code to the platform fileEmil Velikov3-5/+11
2017-11-16egl: Provide meaningfull error when built w/o requested platformEmil Velikov2-11/+41
2017-11-14egl/wayland: Add a fallback when fourcc query isn't supportedDerek Foreman1-2/+30
2017-11-13egl/haiku: Correct invalid void* conversion in callocAlexander von Gluck IV1-1/+2
2017-11-13egl: EXT_pixel_format_float plumbingTapani Pälli5-0/+15
2017-11-10meson: move wayland-egl into egl folderDylan Baker1-0/+4
2017-11-09threads: update for late C11 changesNicolai Hähnle1-11/+13
2017-11-08egl/android: add a note about .swap_buffers_with_damageEmil Velikov1-1/+1
2017-11-08wayland-drm: static inline wayland_drm_buffer_getEmil Velikov2-38/+36
2017-11-07meson: standardize .so version to major.minor.patchEric Engestrom1-1/+1
2017-11-06egl: Implement EGL_KHR_context_flush_controlAdam Jackson6-1/+24
2017-11-06egl/dri2: Factor out context attribute initializationAdam Jackson1-24/+7
2017-11-02meson: Set c visibility args for wayland-drmDylan Baker1-0/+1
2017-11-02gbm: Don't traverse backwards for includesDylan Baker1-0/+2
2017-11-02automake: Remove unused include pathDylan Baker1-2/+1
2017-10-31meson: pass correct args to wayland-egl symbol testEric Engestrom1-1/+4
2017-10-31automake+meson: don't run egl symbol check on libglvnd libEric Engestrom2-6/+15
2017-10-31meson: pass correct env/args to egl testsEric Engestrom1-2/+8
2017-10-31wayland-egl: fail symbol check if lib is missingEric Engestrom1-1/+9
2017-10-31egl: fail symbol check if lib is missingEric Engestrom1-1/+9
2017-10-30meson: wire up egl/androidEric Engestrom1-1/+4
2017-10-27wayland-egl: fix wayland cflagsEric Engestrom1-1/+1
2017-10-26Android: egl: add dependency on libnativewindowRob Herring1-0/+4
2017-10-26meson: wayland-egl depends on wayland-clientDaniel Stone1-0/+1
2017-10-23meson: fix egl build for meson version < 0.43Dylan Baker1-5/+4
2017-10-20meson: Add support for EGL glvndDylan Baker1-2/+44