index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/x11: authenticate before doing chipset id ioctls
Jonathan Gray
2016-05-05
1
-47
/
+57
*
egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROID
Rob Herring
2016-04-04
1
-0
/
+4
*
egl: Add EGL_RECORDABLE_ANDROID attribute
Rob Herring
2016-04-04
4
-0
/
+9
*
egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
Rob Herring
2016-04-04
4
-1
/
+10
*
egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)
Daniel Czarnowski
2016-03-29
3
-1
/
+13
*
egl/x11: check the return value of xcb_dri2_get_buffers_reply()
Emil Velikov
2016-03-12
1
-0
/
+3
*
Android: clean-up and fix DRI module path handling
Rob Herring
2016-02-29
1
-3
/
+3
*
egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage
Derek Foreman
2016-02-29
1
-3
/
+36
*
egl_dri2: set correct error code if swapbuffers fails
Daniel Czarnowski
2016-02-19
1
-1
/
+6
*
egl: move Null check to eglGetSyncAttribKHR to prevent Segfault
Dongwon Kim
2016-02-19
2
-5
/
+8
*
Android: enable building on arm64
Rob Herring
2016-02-18
1
-3
/
+2
*
egl: android: clean-up config attribute setting
Rob Herring
2016-02-18
1
-3
/
+9
*
egl: android: fix visuals declaration
Varad Gautam
2016-02-18
1
-1
/
+1
*
egl_dri2: NULL check for xcb_dri2_get_buffers_reply()
Daniel Czarnowski
2016-02-15
1
-0
/
+2
*
egl/dri2: expose srgb configs when KHR_gl_colorspace is available
Emil Velikov
2016-01-22
1
-0
/
+2
*
egl: don't forget to ship platform_x11_dri3.h into the tarball
Emil Velikov
2015-11-20
1
-1
/
+3
*
automake: egl: add symbols test
Emil Velikov
2015-11-20
2
-0
/
+58
*
egl: make it clear which platform x11 backend is being used (dri2 or 3)
Martin Peres
2015-11-17
3
-9
/
+13
*
egl/x11_dri3: Implement EGL_KHR_image_pixmap
Boyan Ding
2015-11-17
2
-1
/
+78
*
egl/x11: Implement dri3 support with loader's dri3 helper
Boyan Ding
2015-11-17
6
-15
/
+705
*
egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...
Boyan Ding
2015-11-17
6
-19
/
+38
*
egl/wayland: Ignore rects from SwapBuffersWithDamage
Daniel Stone
2015-11-13
1
-12
/
+4
*
egl/dri2: Properly dereference array.
Matt Turner
2015-10-07
1
-3
/
+3
*
egl/dri2: enable EGL_KHR_gl_colorspace for swrast
Emil Velikov
2015-10-07
3
-16
/
+19
*
egl/dri2: ease srgb __DRIconfig conditionals
Emil Velikov
2015-10-07
2
-29
/
+14
*
egl: move memcpy to bring conf->base operations together
Varad Gautam
2015-10-07
1
-1
/
+1
*
egl: restore surface type before linking config to its display
Varad Gautam
2015-10-07
1
-0
/
+2
*
egl/dri2: don't require a context for ClientWaitSync (v2)
Marek Olšák
2015-10-03
1
-2
/
+7
*
egl: rework handling EGL_CONTEXT_FLAGS
Matthew Waters
2015-10-03
1
-5
/
+44
*
egl: Fix missing Haiku include path
Alexander von Gluck IV
2015-09-28
1
-0
/
+1
*
wayland: Add copyright notice for wayland-egl.c
Kristian Høgsberg Kristensen
2015-09-24
1
-0
/
+29
*
egl/dri2: don't leak the fd on dri2_terminate
Emil Velikov
2015-09-15
3
-1
/
+3
*
egl/dri2/drm: compact existing device mgmt
Emil Velikov
2015-09-15
1
-6
/
+4
*
egl/dri2: Close file descriptor on error.
Matt Turner
2015-09-15
1
-13
/
+14
*
egl_dri2: Add support for EGL_KHR_create_contest when using swrast
Boyan Ding
2015-09-09
1
-1
/
+2
*
egl_dri2: Use createContextAttribs if swrast version >= 3
Boyan Ding
2015-09-09
1
-6
/
+27
*
egl_dri2: Move filling context_attrib array in a separate function
Boyan Ding
2015-09-09
1
-36
/
+54
*
mesa: Fix warning about static being in the wrong place
Ian Romanick
2015-09-02
1
-1
/
+1
*
egl: scons: fix the haiku build, do not build the dri2 backend
Alexander von Gluck IV
2015-08-22
1
-1
/
+0
*
egl/wayland: define set_cloexec_or_close only when mkostemp is not present
11.0-branchpoint
Boyan Ding
2015-08-22
1
-0
/
+4
*
mesa/egl: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-5
/
+5
*
egl: improve attribute checking for eglCreateContext
Frank Binns
2015-08-13
1
-1
/
+32
*
egl: don't allow eglGetConfigs to set num_configs param to a negative value
Frank Binns
2015-08-13
1
-0
/
+3
*
egl/x11: don't abort when creating a DRI2 drawable fails
Frank Binns
2015-08-13
1
-1
/
+19
*
egl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid pixmaps/windows
Frank Binns
2015-08-13
1
-4
/
+12
*
egl/x11: fix use of EGL_BAD_NATIVE_WINDOW
Frank Binns
2015-08-13
1
-4
/
+7
*
egl/x11: Fix driver_name acquisition
Boyan Ding
2015-08-08
1
-6
/
+5
*
egl/dri2: Fix include path of u_atomic.h introduced e7e29189
Alexander von Gluck IV
2015-08-07
3
-1
/
+3
*
egl/x11: don't crash if dri2_dpy->conn is NULL
Emil Velikov
2015-08-07
1
-5
/
+3
*
egl/x11: auth with xserver before attempting to open the dri module
Emil Velikov
2015-08-07
1
-3
/
+3
[next]