| Commit message (Expand) | Author | Age | Files | Lines |
* | egl/x11: Remove unneeded free() on always null string | Vadym Shovkoplias | 2017-12-01 | 1 | -1/+0 |
* | egl: Convert int to attrib in eglGetPlatformDisplay | Adam Jackson | 2017-11-17 | 3 | -25/+25 |
* | egl: pass the dri2_dpy to the $plat_teardown functions | Emil Velikov | 2017-11-16 | 1 | -2/+2 |
* | egl: fix var type | Eric Engestrom | 2017-11-16 | 1 | -1/+1 |
* | egl: add note about missing $plat_teardown | Emil Velikov | 2017-11-16 | 1 | -0/+1 |
* | egl/wayland: move teardown code to the platform file | Emil Velikov | 2017-11-16 | 3 | -20/+27 |
* | egl/drm: move teardown code to the platform file | Emil Velikov | 2017-11-16 | 3 | -5/+12 |
* | egl/x11: move teardown code to the platform file | Emil Velikov | 2017-11-16 | 3 | -5/+11 |
* | egl: Provide meaningfull error when built w/o requested platform | Emil Velikov | 2017-11-16 | 2 | -11/+41 |
* | egl/wayland: Add a fallback when fourcc query isn't supported | Derek Foreman | 2017-11-14 | 1 | -2/+30 |
* | egl/haiku: Correct invalid void* conversion in calloc | Alexander von Gluck IV | 2017-11-13 | 1 | -1/+2 |
* | egl: EXT_pixel_format_float plumbing | Tapani Pälli | 2017-11-13 | 5 | -0/+15 |
* | meson: move wayland-egl into egl folder | Dylan Baker | 2017-11-10 | 1 | -0/+4 |
* | threads: update for late C11 changes | Nicolai Hähnle | 2017-11-09 | 1 | -11/+13 |
* | egl/android: add a note about .swap_buffers_with_damage | Emil Velikov | 2017-11-08 | 1 | -1/+1 |
* | wayland-drm: static inline wayland_drm_buffer_get | Emil Velikov | 2017-11-08 | 2 | -38/+36 |
* | meson: standardize .so version to major.minor.patch | Eric Engestrom | 2017-11-07 | 1 | -1/+1 |
* | egl: Implement EGL_KHR_context_flush_control | Adam Jackson | 2017-11-06 | 6 | -1/+24 |
* | egl/dri2: Factor out context attribute initialization | Adam Jackson | 2017-11-06 | 1 | -24/+7 |
* | meson: Set c visibility args for wayland-drm | Dylan Baker | 2017-11-02 | 1 | -0/+1 |
* | gbm: Don't traverse backwards for includes | Dylan Baker | 2017-11-02 | 1 | -0/+2 |
* | automake: Remove unused include path | Dylan Baker | 2017-11-02 | 1 | -2/+1 |
* | meson: pass correct args to wayland-egl symbol test | Eric Engestrom | 2017-10-31 | 1 | -1/+4 |
* | automake+meson: don't run egl symbol check on libglvnd lib | Eric Engestrom | 2017-10-31 | 2 | -6/+15 |
* | meson: pass correct env/args to egl tests | Eric Engestrom | 2017-10-31 | 1 | -2/+8 |
* | wayland-egl: fail symbol check if lib is missing | Eric Engestrom | 2017-10-31 | 1 | -1/+9 |
* | egl: fail symbol check if lib is missing | Eric Engestrom | 2017-10-31 | 1 | -1/+9 |
* | meson: wire up egl/android | Eric Engestrom | 2017-10-30 | 1 | -1/+4 |
* | wayland-egl: fix wayland cflags | Eric Engestrom | 2017-10-27 | 1 | -1/+1 |
* | Android: egl: add dependency on libnativewindow | Rob Herring | 2017-10-26 | 1 | -0/+4 |
* | meson: wayland-egl depends on wayland-client | Daniel Stone | 2017-10-26 | 1 | -0/+1 |
* | meson: fix egl build for meson version < 0.43 | Dylan Baker | 2017-10-23 | 1 | -5/+4 |
* | meson: Add support for EGL glvnd | Dylan Baker | 2017-10-20 | 1 | -2/+44 |
* | meson: build libEGL | Dylan Baker | 2017-10-20 | 3 | -0/+200 |
* | meson: move wayland_drm_protocol generation to wayland-drm | Dylan Baker | 2017-10-20 | 1 | -1/+13 |
* | egl,dri: Propagate context priority hint to driver->CreateContext | Chris Wilson | 2017-10-20 | 1 | -7/+31 |
* | egl: Support IMG_context_priority | Chris Wilson | 2017-10-20 | 5 | -0/+71 |
* | Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}" | Marek Olšák | 2017-10-18 | 5 | -18/+31 |
* | Revert "egl: drop EGL driver `name`" | Marek Olšák | 2017-10-18 | 5 | -1/+10 |
* | egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set | Eric Engestrom | 2017-10-18 | 4 | -6/+7 |
* | egl: drop EGL driver `name` | Eric Engestrom | 2017-10-18 | 5 | -10/+1 |
* | egl: drop always-false TestOnly option | Eric Engestrom | 2017-10-18 | 5 | -18/+9 |
* | egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku} | Eric Engestrom | 2017-10-18 | 5 | -31/+18 |
* | egl_dri2: drop dri2_egl_driver struct | Eric Engestrom | 2017-10-18 | 2 | -58/+50 |
* | egl_dri2: move glFlush out of struct dri2_egl_driver | Eric Engestrom | 2017-10-18 | 2 | -27/+22 |
* | wayland-drm: constify the callbacks struct, take 2 | Emil Velikov | 2017-10-13 | 3 | -11/+7 |
* | wayland-drm: use a copy of the wayland_drm_callbacks struct | Emil Velikov | 2017-10-13 | 1 | -5/+5 |
* | egl/dri: don't crash when createImageFromRenderbuffer2 is NULL | Emil Velikov | 2017-10-13 | 1 | -1/+2 |
* | egl_haiku: drop haiku_egl_driver struct | Eric Engestrom | 2017-10-12 | 1 | -20/+14 |
* | egl: remove left over _EGLMain_t | Eric Engestrom | 2017-10-12 | 1 | -3/+0 |