index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: check for buffer overflow *before* corrupting our memory
Eric Engestrom
2018-08-16
1
-4
/
+15
*
egl/wayland: remove sign from bitfield `formats`
Eric Engestrom
2018-08-16
2
-6
/
+6
*
egl: some spelling fixes
Eric Engestrom
2018-08-16
1
-5
/
+5
*
meson: fix build for egl platform_x11 without dri3 and gbm
Alexander Tsoy
2018-08-15
1
-1
/
+1
*
egl/android: fix regression in drm_gralloc path (v2)
Mauro Rossi
2018-08-15
1
-0
/
+23
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-2
/
+2
*
egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
Eric Anholt
2018-08-09
1
-0
/
+5
*
wayland/egl: update surface size on window resize
Juan A. Suarez Romero
2018-08-08
1
-4
/
+15
*
wayland/egl: initialize window surface size to window size
Juan A. Suarez Romero
2018-08-08
1
-0
/
+3
*
egl: automake: add egl.pc/headers TODO when using glvnd
Emil Velikov
2018-08-08
1
-0
/
+1
*
egl/main: Add bits for EGL_KHR_mutable_render_buffer
Chad Versace
2018-08-07
5
-4
/
+93
*
egl/dri2: In dri2_make_current, return early on failure
Chad Versace
2018-08-07
1
-14
/
+15
*
egl: Simplify queries for EGL_RENDER_BUFFER
Chad Versace
2018-08-07
5
-20
/
+85
*
egl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers fallback
Emil Velikov
2018-08-07
1
-1
/
+2
*
egl/x11: use the no-op dri2_fallback_copy_buffers for swrast
Emil Velikov
2018-08-07
1
-1
/
+2
*
egl: remove unneeded _eglGetNativePlatform check
Emil Velikov
2018-08-07
1
-2
/
+0
*
autoconf: stop exporting internal wayland details
Emil Velikov
2018-08-07
2
-2
/
+2
*
meson: stop exporting internal wayland details
Emil Velikov
2018-08-07
1
-2
/
+2
*
egl/main: fix indentation
Eric Engestrom
2018-08-02
2
-2
/
+2
*
egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4)
Mario Kleiner
2018-08-01
4
-9
/
+48
*
egl/wayland: Add 10bpc BGR configs
Daniel Stone
2018-08-01
1
-0
/
+12
*
egl/surfaceless: Allow DRMless fallback.
David Riley
2018-07-30
1
-0
/
+19
*
egl/surfaceless: Define DRI_SWRastLoader extension when using swrast.
David Riley
2018-07-30
1
-4
/
+21
*
egl: Fix missing clamping in eglSetDamageRegionKHR
Harish Krupo
2018-07-24
1
-14
/
+11
*
egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc.
Eric Anholt
2018-07-20
1
-0
/
+27
*
egl: Use the canonical drm-uapi fourcc header to avoid local defines.
Eric Anholt
2018-07-18
6
-37
/
+4
*
egl: fix build race in automake
Ross Burton
2018-06-29
1
-0
/
+1
*
egl/android: Add DRM node probing and filtering
Robert Foss
2018-06-25
1
-53
/
+170
*
egl/android: #ifdef out flink name support
Rob Herring
2018-06-25
3
-15
/
+49
*
meson: Remove various completed todos
Dylan Baker
2018-06-13
1
-2
/
+0
*
egl/glvnd: Fix a segfault in eglGetProcAddress.
Kyle Brenneman
2018-06-11
1
-17
/
+13
*
autotools/meson: compile against wayland-egl-*backend*
Eric Engestrom
2018-06-08
1
-1
/
+1
*
egl: remove wayland-egl now that we're using libwayland-egl
Eric Engestrom
2018-06-06
7
-516
/
+0
*
egl: rewire the build systems to use libwayland-egl
Eric Engestrom
2018-06-06
3
-13
/
+7
*
egl/x11: fix build with DRI3 disabled
Eric Engestrom
2018-05-29
1
-0
/
+3
*
egl/x11: deduplicate depth-to-format logic
Eric Engestrom
2018-05-24
3
-33
/
+26
*
android: change include "cutils/log.h" to "log/log.h" on Android API >=26
jenny.q.cao
2018-05-14
1
-0
/
+4
*
meson: Fix build for egl platform_x11 with dri3
Ville Syrjälä
2018-05-11
1
-0
/
+1
*
egl: add EGL_BAD_MATCH error case for surfaceless and android
Tapani Pälli
2018-05-04
2
-2
/
+6
*
egl/x11: Send invalidate to driver on copy_region path in swap_buffer
Deepak Rawat
2018-05-03
1
-10
/
+13
*
egl: check if colorspace/surface type is supported
Juan A. Suarez Romero
2018-05-03
4
-0
/
+21
*
x11: Only report supported DRI3/Present versions
Daniel Stone
2018-03-30
1
-4
/
+16
*
wayland-drm: do not distribute generated sources
Juan A. Suarez Romero
2018-03-23
2
-8
/
+26
*
egl/wayland: Make swrast display_sync the correct queue
Derek Foreman
2018-03-22
1
-1
/
+1
*
dri3: Don't fail on version mismatch
Daniel Stone
2018-03-20
2
-5
/
+7
*
dri3: allow building against older xcb (v3)
Dave Airlie
2018-03-16
1
-0
/
+4
*
egl/android: Implement the eglSwapinterval for Android.
Wu, Zhongmin
2018-03-16
1
-0
/
+21
*
egl/dri2: move wayland header inclusion where applicable
Emil Velikov
2018-03-16
3
-3
/
+12
*
wayland-drm: autotools: do not redirect stdin/stdout for wayland-scanner
Emil Velikov
2018-03-12
1
-3
/
+3
*
egl: autotools: do not redirect stdin/stdout for wayland-scanner
Emil Velikov
2018-03-12
1
-2
/
+2
[next]