summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl_dri2: drop dri2_egl_driver structEric Engestrom2017-10-182-58/+50
* egl_dri2: move glFlush out of struct dri2_egl_driverEric Engestrom2017-10-182-27/+22
* wayland-drm: constify the callbacks struct, take 2Emil Velikov2017-10-133-11/+7
* wayland-drm: use a copy of the wayland_drm_callbacks structEmil Velikov2017-10-131-5/+5
* egl/dri: don't crash when createImageFromRenderbuffer2 is NULLEmil Velikov2017-10-131-1/+2
* egl_haiku: drop haiku_egl_driver structEric Engestrom2017-10-121-20/+14
* egl: remove left over _EGLMain_tEric Engestrom2017-10-121-3/+0
* egl: drop memset(0) of calloc'ed memoryEric Engestrom2017-10-121-2/+0
* egl: replace _egl_driver->Unload() callback with a simple free()Eric Engestrom2017-10-124-28/+1