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
/
main
/
eglapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Implement EGL_MESA_platform_surfaceless
Chad Versace
2016-10-14
1
-1
/
+41
*
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
1
-8
/
+27
*
egl: Implement EGL_KHR_debug (v2)
Kyle Brenneman
2016-10-05
1
-0
/
+145
*
egl: Track EGL_KHR_debug state when going through EGL API calls (v3)
Kyle Brenneman
2016-10-05
1
-9
/
+142
*
egl: Add _eglConvertIntsToAttribs()
Chad Versace
2016-10-04
1
-0
/
+41
*
egl: Fix an error path in eglCreateSync*
Chad Versace
2016-10-04
1
-2
/
+12
*
egl: Fix missing unlock in eglGetSyncAttribKHR
Chad Versace
2016-10-04
1
-1
/
+1
*
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: Rename MESA_configless_context bit to KHR_no_config_context
Adam Jackson
2016-09-12
1
-2
/
+4
*
EGL: Combine the GL and GLES current contexts (v2)
Kyle Brenneman
2016-09-07
1
-30
/
+12
*
Revert "egl: Check if API is supported when using eglBindAPI."
Marek Olšák
2016-06-03
1
-65
/
+0
*
egl: Check if API is supported when using eglBindAPI.
Plamena Manolova
2016-06-02
1
-0
/
+65
*
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
2016-05-30
1
-3
/
+3
*
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
2016-05-24
1
-1
/
+1
*
mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols
Emil Velikov
2016-05-24
1
-2
/
+2
*
egl: Add OpenGL_ES to API string regardless of GLES version
Plamena Manolova
2016-05-23
1
-7
/
+4
*
egl: implement EGL part of interop interface (v2)
Marek Olšák
2016-04-20
1
-0
/
+72
*
egl: add EGL_KHR_reusable_sync to egl_dri
Dongwon Kim
2016-04-05
1
-1
/
+16
*
egl: Add EGL_RECORDABLE_ANDROID attribute
Rob Herring
2016-04-01
1
-0
/
+1
*
egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
Rob Herring
2016-04-01
1
-0
/
+1
*
egl: remove remnants of MESA_drm_display
Emil Velikov
2016-03-09
1
-9
/
+0
*
egl: remove final pieces of KHR_vg_parent_image
Emil Velikov
2016-03-09
1
-1
/
+0
*
egl: move Null check to eglGetSyncAttribKHR to prevent Segfault
Dongwon Kim
2016-02-19
1
-2
/
+8
*
egl: remove ifdef $(egl_extension) compile guards
Emil Velikov
2015-08-01
1
-35
/
+1
*
egl: remove custom string functions
Emil Velikov
2015-07-22
1
-2
/
+1
*
egl: sort extension lists alphabetically
Marek Olšák
2015-07-03
1
-27
/
+26
*
egl: expose EGL 1.5 if all requirements are met
Marek Olšák
2015-06-05
1
-0
/
+15
*
egl: return correct invalid-type error from eglCreateSync
Marek Olšák
2015-06-05
1
-8
/
+19
*
egl: add new platform functions (v2)
Marek Olšák
2015-06-05
1
-0
/
+54
*
egl: add eglCreateImage (v2)
Marek Olšák
2015-06-05
1
-0
/
+42
*
egl: add eglGetSyncAttrib (v2)
Marek Olšák
2015-06-05
1
-3
/
+22
*
egl: add eglWaitSync
Marek Olšák
2015-06-05
1
-0
/
+12
*
egl: add EGL 1.5 functions that don't need any changes from extensions
Marek Olšák
2015-06-05
1
-12
/
+16
*
egl: use EGL 1.5 types without suffixes
Marek Olšák
2015-06-05
1
-20
/
+20
*
egl: combine VersionMajor and VersionMinor into one variable
Marek Olšák
2015-06-05
1
-5
/
+4
*
egl: set the EGL version in common code
Marek Olšák
2015-06-05
1
-0
/
+7
*
egl: remove remaining EGL_MESA_copy_context skeleton
Emil Velikov
2015-05-14
1
-1
/
+0
*
egl/main: fix EGL_KHR_get_all_proc_addresses
Emil Velikov
2015-05-14
1
-3
/
+3
*
egl: more define fixes for EGL_MESA_image_dma_buf_export
Marc-André Lureau
2015-05-14
1
-1
/
+1
*
egl/main: expose only core EGL functions statically
Emil Velikov
2015-05-14
1
-133
/
+132
*
egl: Remove skeleton implementation of EGL_MESA_screen_surface
Adam Jackson
2015-05-11
1
-278
/
+0
*
egl: image_dma_buf_export - use KHR 64-bit type
Dave Airlie
2015-05-05
1
-1
/
+1
[next]