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: add support for EGL_ANDROID_blob_cache
Tapani Pälli
2018-02-07
1
-0
/
+44
*
egl/android: Provide an option for the backend to expose KHR_image
Harish Krupo
2017-12-14
1
-1
/
+2
*
egl: Convert int to attrib in eglGetPlatformDisplay
Adam Jackson
2017-11-17
1
-14
/
+13
*
egl: EXT_pixel_format_float plumbing
Tapani Pälli
2017-11-13
1
-0
/
+1
*
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
2017-11-06
1
-0
/
+1
*
egl: Support IMG_context_priority
Chris Wilson
2017-10-20
1
-0
/
+2
*
Revert "egl: drop EGL driver `name`"
Marek Olšák
2017-10-18
1
-1
/
+2
*
egl: drop EGL driver `name`
Eric Engestrom
2017-10-18
1
-2
/
+1
*
egl: drop always-false TestOnly option
Eric Engestrom
2017-10-18
1
-1
/
+1
*
egl: use switch statements over if/else chain
Emil Velikov
2017-09-19
1
-31
/
+28
*
egl: simplify _eglDebugReport* API
Emil Velikov
2017-09-19
1
-2
/
+1
*
egl: Fix inclusion of egl.h+mesa_glinterop.h
Matt Turner
2017-08-21
1
-1
/
+1
*
egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy
Emil Velikov
2017-08-10
1
-2
/
+2
*
egl: handle BAD_NATIVE_PIXMAP further up the stack
Emil Velikov
2017-08-10
1
-0
/
+3
*
egl: whitespace cleanup in eglapi.c
Eric Engestrom
2017-08-09
1
-25
/
+25
*
egl: check the correct function pointer
Eric Engestrom
2017-08-02
1
-1
/
+1
*
egl: make platform's SwapInterval() optional
Eric Engestrom
2017-08-01
1
-1
/
+1
*
egl: deduplicate swap interval clamping logic
Eric Engestrom
2017-08-01
1
-1
/
+11
*
egl: Add EGL_KHR_create_context_no_error support
Grigori Goronzy
2017-07-14
1
-0
/
+1
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
1
-0
/
+83
*
egl: advertise EGL_EXT_image_dma_buf_import_modifiers
Varad Gautam
2017-05-30
1
-0
/
+1
*
egl: implement eglQueryDmaBufModifiersEXT
Varad Gautam
2017-05-30
1
-0
/
+20
*
egl: implement eglQueryDmaBufFormatsEXT
Varad Gautam
2017-05-30
1
-0
/
+18
*
egl: error out on eglCreateWaylandBufferFromImageWL
Emil Velikov
2017-05-29
1
-1
/
+2
*
egl: Partially revert 23c86c74, fix eglMakeCurrent
Chad Versace
2017-05-18
1
-19
/
+0
*
egl: remove suprous header eglcompiler.h
Emil Velikov
2017-05-08
1
-1
/
+1
*
egl: Emit error when EGLSurface is lost
Chad Versace
2017-05-04
1
-0
/
+36
*
EGL: Implement the libglvnd interface for EGL (v3)
Kyle Brenneman
2017-04-17
1
-1
/
+5
*
eglapi: replace linear entrypoint search with binary search
Eric Engestrom
2017-02-24
1
-13
/
+24
*
eglapi: move entrypoints list out to its own file
Eric Engestrom
2017-02-24
1
-77
/
+1
*
eglapi: sort entrypoints list
Eric Engestrom
2017-02-24
1
-37
/
+37
*
eglapi: use macro to map entrypoints to functions
Eric Engestrom
2017-02-24
1
-74
/
+75
*
eglapi: add entrypoint for eglClientWaitSyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+24
*
eglapi: add entrypoint for eglDestroySyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+21
*
eglapi: add entrypoint for eglDestroyImageKHR
Eric Engestrom
2017-02-24
1
-7
/
+21
*
egl: Check config's surface types in eglCreate*Surface()
Chad Versace
2016-12-20
1
-0
/
+10
*
egl: Fix crashes in eglCreate*Surface()
Chad Versace
2016-12-14
1
-2
/
+2
*
egl: add and enable EGL_KHR_config_attribs
Emil Velikov
2016-12-09
1
-0
/
+6
*
egl: unexport _eglConvertIntsToAttribs
Eric Engestrom
2016-12-09
1
-1
/
+1
*
egl: rename static functions to match convention
Eric Engestrom
2016-12-09
1
-9
/
+9
*
egl: add EGL_ANDROID_native_fence_sync
Rob Clark
2016-12-01
1
-4
/
+37
*
egl: fix helper function name
Eric Engestrom
2016-11-17
1
-4
/
+4
*
egl: make interop ABI visible again
Marek Olšák
2016-11-04
1
-2
/
+2
*
egl: fix error handling in _eglCreateSync
Tapani Pälli
2016-10-27
1
-2
/
+9
*
egl: add check that eglCreateContext gets a valid config
Tapani Pälli
2016-10-25
1
-1
/
+3
*
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
[next]