aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: don't try the software path twiceEric Engestrom2017-12-271-1/+1
* egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftwareEric Engestrom2017-12-277-8/+8
* egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom2017-12-273-4/+8
* egl: link libEGL against the dynamic version of libglapiBrendan King2017-12-271-3/+6
* egl/android: Provide an option for the backend to expose KHR_imageHarish Krupo2017-12-143-1/+4
* egl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINEDTomasz Figa2017-12-131-2/+39
* meson: fix underlinkage without dri3Dylan Baker2017-12-041-1/+1
* egl/x11: Remove unneeded free() on always null stringVadym Shovkoplias2017-12-011-1/+0
* egl: Convert int to attrib in eglGetPlatformDisplayAdam Jackson2017-11-173-25/+25
* egl: pass the dri2_dpy to the $plat_teardown functionsEmil Velikov2017-11-161-2/+2
* egl: fix var typeEric Engestrom2017-11-161-1/+1
* egl: add note about missing $plat_teardownEmil Velikov2017-11-161-0/+1
* egl/wayland: move teardown code to the platform fileEmil Velikov2017-11-163-20/+27
* egl/drm: move teardown code to the platform fileEmil Velikov2017-11-163-5/+12
* egl/x11: move teardown code to the platform fileEmil Velikov2017-11-163-5/+11
* egl: Provide meaningfull error when built w/o requested platformEmil Velikov2017-11-162-11/+41
* egl/wayland: Add a fallback when fourcc query isn't supportedDerek Foreman2017-11-141-2/+30
* egl/haiku: Correct invalid void* conversion in callocAlexander von Gluck IV2017-11-131-1/+2
* egl: EXT_pixel_format_float plumbingTapani Pälli2017-11-135-0/+15
* meson: move wayland-egl into egl folderDylan Baker2017-11-101-0/+4
* threads: update for late C11 changesNicolai Hähnle2017-11-091-11/+13
* egl/android: add a note about .swap_buffers_with_damageEmil Velikov2017-11-081-1/+1
* wayland-drm: static inline wayland_drm_buffer_getEmil Velikov2017-11-082-38/+36
* meson: standardize .so version to major.minor.patchEric Engestrom2017-11-071-1/+1
* egl: Implement EGL_KHR_context_flush_controlAdam Jackson2017-11-066-1/+24
* egl/dri2: Factor out context attribute initializationAdam Jackson2017-11-061-24/+7
* meson: Set c visibility args for wayland-drmDylan Baker2017-11-021-0/+1
* gbm: Don't traverse backwards for includesDylan Baker2017-11-021-0/+2
* automake: Remove unused include pathDylan Baker2017-11-021-2/+1
* meson: pass correct args to wayland-egl symbol testEric Engestrom2017-10-311-1/+4
* automake+meson: don't run egl symbol check on libglvnd libEric Engestrom2017-10-312-6/+15
* meson: pass correct env/args to egl testsEric Engestrom2017-10-311-2/+8
* wayland-egl: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+9
* egl: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+9
* meson: wire up egl/androidEric Engestrom2017-10-301-1/+4
* wayland-egl: fix wayland cflagsEric Engestrom2017-10-271-1/+1
* Android: egl: add dependency on libnativewindowRob Herring2017-10-261-0/+4
* meson: wayland-egl depends on wayland-clientDaniel Stone2017-10-261-0/+1
* meson: fix egl build for meson version < 0.43Dylan Baker2017-10-231-5/+4
* meson: Add support for EGL glvndDylan Baker2017-10-201-2/+44
* meson: build libEGLDylan Baker2017-10-203-0/+200
* meson: move wayland_drm_protocol generation to wayland-drmDylan Baker2017-10-201-1/+13
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-7/+31
* egl: Support IMG_context_priorityChris Wilson2017-10-205-0/+71
* Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"Marek Olšák2017-10-185-18/+31
* Revert "egl: drop EGL driver `name`"Marek Olšák2017-10-185-1/+10
* egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is setEric Engestrom2017-10-184-6/+7
* egl: drop EGL driver `name`Eric Engestrom2017-10-185-10/+1
* egl: drop always-false TestOnly optionEric Engestrom2017-10-185-18/+9
* egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom2017-10-185-31/+18