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/dri2: add support for optional extensions in dri2_bind_extensions()
Emil Velikov
2016-10-14
1
-9
/
+15
*
egl/dri2: coding style cleanup
Emil Velikov
2016-10-14
2
-153
/
+153
*
egl/x11: don't crash if dri2_dpy->conn is NULL
Emil Velikov
2016-10-14
1
-9
/
+5
*
egl/dri2: rework dri2_egl_display::extensions storage
Emil Velikov
2016-10-14
6
-41
/
+85
*
egl/dri2: remove unused dri2_egl_display::{dri2,swrast}_loader_extension
Emil Velikov
2016-10-14
1
-2
/
+0
*
egl/x11: don't populate dri2_dpy->swrast_loader_extension
Emil Velikov
2016-10-14
1
-8
/
+9
*
egl/wayland: don't populate dri2_dpy->swrast_loader_extension
Emil Velikov
2016-10-14
1
-8
/
+10
*
egl/x11: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
1
-16
/
+21
*
egl/wayland: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
1
-7
/
+9
*
egl/surfaceless: trivial coding style fixes
Emil Velikov
2016-10-14
2
-5
/
+1
*
egl/surfaceless: don't check the mask(s) prior to calling dri2_add_config
Emil Velikov
2016-10-14
1
-20
/
+3
*
egl/surfaceless: remove unused dri2_loader_extension implementation
Emil Velikov
2016-10-14
1
-33
/
+0
*
egl/android: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
2
-7
/
+17
*
egl/dri2: rework dri2_make_current code flow
Emil Velikov
2016-10-14
1
-36
/
+36
*
egl/dri2: drop NULL checks prior to dri2_destroy_surface
Emil Velikov
2016-10-14
1
-4
/
+2
*
egl/dri2: call static functions directly, not via _EGLDriver::API
Emil Velikov
2016-10-14
1
-14
/
+14
*
egl/dri2: use dri2_egl_display inline wrapper where possible
Emil Velikov
2016-10-14
1
-9
/
+6
*
egl/dri2: bail out on NULL dpy in dri2_display_release()
Emil Velikov
2016-10-14
1
-1
/
+6
*
egl/dri2: move surface refcounting out of the platform code
Emil Velikov
2016-10-14
7
-18
/
+4
*
egl/dri2: coding style fix
Emil Velikov
2016-10-14
1
-1
/
+2
*
egl/dri2: non-shared glapi cleanups
Emil Velikov
2016-10-14
1
-14
/
+17
*
egl/dri2: glFlush is not optional, treat it as such
Emil Velikov
2016-10-14
1
-3
/
+8
*
egl: add eglSwapBuffersWithDamageKHR
Eric Engestrom
2016-10-11
1
-6
/
+26
*
egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)
Chad Versace
2016-10-10
5
-52
/
+34
*
loader/dri3: add get_dri_screen() to the vtable
Martin Peres
2016-10-07
1
-0
/
+12
*
egl: Implement EGL_KHR_debug (v2)
Kyle Brenneman
2016-10-05
2
-0
/
+146
*
egl: Track EGL_KHR_debug state when going through EGL API calls (v3)
Kyle Brenneman
2016-10-05
4
-12
/
+257
*
egl: Drop duplicate check on EGLSync type
Chad Versace
2016-10-04
1
-6
/
+0
*
egl: Cleanup control flow in _eglParseSyncAttribList
Chad Versace
2016-10-04
1
-6
/
+8
*
egl: Add _eglConvertIntsToAttribs()
Chad Versace
2016-10-04
2
-0
/
+43
*
egl: Fix an error path in eglCreateSync*
Chad Versace
2016-10-04
1
-2
/
+12
*
egl: Fix truncation error in _eglParseSyncAttribList64
Chad Versace
2016-10-04
1
-3
/
+4
*
egl: Fix missing unlock in eglGetSyncAttribKHR
Chad Versace
2016-10-04
1
-1
/
+1
*
egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+2
*
egl: stop claiming support for pbuffer + msaa
Tapani Pälli
2016-10-03
1
-0
/
+9
*
egl: return corresponding offset of EGLImage instead of 0.
Chuanbo Weng
2016-09-21
1
-2
/
+9
*
egl: Add storage for EGL_KHR_debug's state to EGL objects
Kyle Brenneman
2016-09-14
5
-3
/
+27
*
egl: Factor out _eglGetSyncAttribCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Factor out _eglWaitSyncCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Lock the display in _eglCreateSync's callers
Kyle Brenneman
2016-09-14
1
-6
/
+8
*
egl: Factor out _eglCreateImageCommon (v2)
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Factor out _eglWaitClientCommon
Kyle Brenneman
2016-09-14
1
-3
/
+8
*
egl: Use _eglCreatePixmapSurfaceCommon consistently
Kyle Brenneman
2016-09-14
1
-15
/
+21
*
egl: Use _eglCreateWindowSurfaceCommon consistently
Kyle Brenneman
2016-09-14
1
-10
/
+18
*
egl: Factor out _eglGetPlatformDisplayCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Fix typo
Kyle Brenneman
2016-09-14
1
-1
/
+1
*
egl: Tear down images and syncs at eglTerminate
Adam Jackson
2016-09-14
1
-0
/
+22
*
egl: Rename MESA_configless_context bit to KHR_no_config_context
Adam Jackson
2016-09-12
4
-6
/
+8
*
egl: QueryContext on a configless context returns zero
Adam Jackson
2016-09-12
1
-3
/
+8
*
egl: fix gcc warning braces around scalar initializer
Timothy Arceri
2016-09-12
1
-1
/
+1
[next]