aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: check for buffer overflow *before* corrupting our memoryEric Engestrom2018-08-161-4/+15
* egl/wayland: remove sign from bitfield `formats`Eric Engestrom2018-08-162-6/+6
* egl: some spelling fixesEric Engestrom2018-08-161-5/+5
* meson: fix build for egl platform_x11 without dri3 and gbmAlexander Tsoy2018-08-151-1/+1
* egl/android: fix regression in drm_gralloc path (v2)Mauro Rossi2018-08-151-0/+23
* meson: Build with Python 3Mathieu Bridon2018-08-101-2/+2
* egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.Eric Anholt2018-08-091-0/+5
* wayland/egl: update surface size on window resizeJuan A. Suarez Romero2018-08-081-4/+15
* wayland/egl: initialize window surface size to window sizeJuan A. Suarez Romero2018-08-081-0/+3
* egl: automake: add egl.pc/headers TODO when using glvndEmil Velikov2018-08-081-0/+1
* egl/main: Add bits for EGL_KHR_mutable_render_bufferChad Versace2018-08-075-4/+93
* egl/dri2: In dri2_make_current, return early on failureChad Versace2018-08-071-14/+15
* egl: Simplify queries for EGL_RENDER_BUFFERChad Versace2018-08-075-20/+85
* egl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers fallbackEmil Velikov2018-08-071-1/+2
* egl/x11: use the no-op dri2_fallback_copy_buffers for swrastEmil Velikov2018-08-071-1/+2
* egl: remove unneeded _eglGetNativePlatform checkEmil Velikov2018-08-071-2/+0
* autoconf: stop exporting internal wayland detailsEmil Velikov2018-08-072-2/+2
* meson: stop exporting internal wayland detailsEmil Velikov2018-08-071-2/+2
* egl/main: fix indentationEric Engestrom2018-08-022-2/+2
* egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4)Mario Kleiner2018-08-014-9/+48
* egl/wayland: Add 10bpc BGR configsDaniel Stone2018-08-011-0/+12
* egl/surfaceless: Allow DRMless fallback.David Riley2018-07-301-0/+19
* egl/surfaceless: Define DRI_SWRastLoader extension when using swrast.David Riley2018-07-301-4/+21
* egl: Fix missing clamping in eglSetDamageRegionKHRHarish Krupo2018-07-241-14/+11
* egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc.Eric Anholt2018-07-201-0/+27
* egl: Use the canonical drm-uapi fourcc header to avoid local defines.Eric Anholt2018-07-186-37/+4
* egl: fix build race in automakeRoss Burton2018-06-291-0/+1
* egl/android: Add DRM node probing and filteringRobert Foss2018-06-251-53/+170
* egl/android: #ifdef out flink name supportRob Herring2018-06-253-15/+49
* meson: Remove various completed todosDylan Baker2018-06-131-2/+0
* egl/glvnd: Fix a segfault in eglGetProcAddress.Kyle Brenneman2018-06-111-17/+13
* autotools/meson: compile against wayland-egl-*backend*Eric Engestrom2018-06-081-1/+1
* egl: remove wayland-egl now that we're using libwayland-eglEric Engestrom2018-06-067-516/+0
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-063-13/+7
* egl/x11: fix build with DRI3 disabledEric Engestrom2018-05-291-0/+3
* egl/x11: deduplicate depth-to-format logicEric Engestrom2018-05-243-33/+26
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-141-0/+4
* meson: Fix build for egl platform_x11 with dri3Ville Syrjälä2018-05-111-0/+1
* egl: add EGL_BAD_MATCH error case for surfaceless and androidTapani Pälli2018-05-042-2/+6
* egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat2018-05-031-10/+13
* egl: check if colorspace/surface type is supportedJuan A. Suarez Romero2018-05-034-0/+21
* x11: Only report supported DRI3/Present versionsDaniel Stone2018-03-301-4/+16
* wayland-drm: do not distribute generated sourcesJuan A. Suarez Romero2018-03-232-8/+26
* egl/wayland: Make swrast display_sync the correct queueDerek Foreman2018-03-221-1/+1
* dri3: Don't fail on version mismatchDaniel Stone2018-03-202-5/+7
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-161-0/+4
* egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin2018-03-161-0/+21
* egl/dri2: move wayland header inclusion where applicableEmil Velikov2018-03-163-3/+12
* wayland-drm: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov2018-03-121-3/+3
* egl: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov2018-03-121-2/+2