index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-05
egl: remove duplicated initialization
Andres Gomez
1
-1
/
+0
2018-02-07
egl: add support for EGL_ANDROID_blob_cache
Tapani Pälli
4
-0
/
+53
2018-01-25
egl: keep extension list sorted, per comment at the top
Eric Engestrom
1
-1
/
+1
2017-12-27
egl: don't try the software path twice
Eric Engestrom
1
-1
/
+1
2017-12-27
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
2
-3
/
+3
2017-12-14
egl/android: Provide an option for the backend to expose KHR_image
Harish Krupo
2
-1
/
+3
2017-11-17
egl: Convert int to attrib in eglGetPlatformDisplay
Adam Jackson
3
-25
/
+25
2017-11-13
egl: EXT_pixel_format_float plumbing
Tapani Pälli
4
-0
/
+13
2017-11-06
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
4
-0
/
+13
2017-10-20
egl: Support IMG_context_priority
Chris Wilson
4
-0
/
+66
2017-10-18
Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"
Marek Olšák
3
-12
/
+9
2017-10-18
Revert "egl: drop EGL driver `name`"
Marek Olšák
3
-1
/
+6
2017-10-18
egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
Eric Engestrom
1
-1
/
+4
2017-10-18
egl: drop EGL driver `name`
Eric Engestrom
3
-6
/
+1
2017-10-18
egl: drop always-false TestOnly option
Eric Engestrom
4
-14
/
+9
2017-10-18
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
3
-9
/
+12
2017-10-12
egl: remove left over _EGLMain_t
Eric Engestrom
1
-3
/
+0
2017-10-12
egl: drop memset(0) of calloc'ed memory
Eric Engestrom
1
-2
/
+0
2017-10-12
egl: replace _egl_driver->Unload() callback with a simple free()
Eric Engestrom
2
-10
/
+1
2017-10-05
egl: Simplify the "driver" interface
Adam Jackson
2
-248
/
+20
2017-09-19
egl: use switch statements over if/else chain
Emil Velikov
1
-31
/
+28
2017-09-19
egl: remove unneeded braces around since line if statements
Emil Velikov
1
-9
/
+5
2017-09-19
egl: simplify _eglDebugReport* API
Emil Velikov
3
-49
/
+14
2017-09-19
egl: use _eglError's 'msg' as an actual message in EGL_KHR_debug
Emil Velikov
1
-1
/
+1
2017-09-06
egl: remove unused 'Screens' array from _egl_display
Tapani Pälli
1
-1
/
+0
2017-08-21
egl: Fix inclusion of egl.h+mesa_glinterop.h
Matt Turner
1
-1
/
+1
2017-08-10
egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy
Emil Velikov
1
-2
/
+2
2017-08-10
egl: handle BAD_NATIVE_PIXMAP further up the stack
Emil Velikov
1
-0
/
+3
2017-08-09
egl: whitespace cleanup in eglapi.c
Eric Engestrom
1
-25
/
+25
2017-08-02
egl: check the correct function pointer
Eric Engestrom
1
-1
/
+1
2017-08-01
egl: remove unnecessary empty array element
Eric Engestrom
1
-3
/
+2
2017-08-01
egl: split enums to make use of -Wswitch
Eric Engestrom
1
-10
/
+8
2017-08-01
egl: use designated initaliser for _eglGlobal
Eric Engestrom
1
-9
/
+9
2017-08-01
egl: make platform's SwapInterval() optional
Eric Engestrom
1
-1
/
+1
2017-08-01
egl: deduplicate swap interval clamping logic
Eric Engestrom
2
-19
/
+12
2017-07-26
egl: move KHR_no_error vs debug/robustness check further down
Grigori Goronzy
1
-11
/
+10
2017-07-25
egl: fix whitespace issues from eglimage code
Tapani Pälli
1
-10
/
+10
2017-07-24
egl: Fix _eglPointerIsDereferencable() to ignore page residency
Miguel A. Vico
1
-1
/
+12
2017-07-24
egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]
Miguel A. Vico
3
-33
/
+37
2017-07-19
egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsing
Emil Velikov
1
-0
/
+7
2017-07-14
egl: Add EGL_KHR_create_context_no_error support
Grigori Goronzy
4
-0
/
+34
2017-07-12
egl: check for extensions' presence during attr parsing
Emil Velikov
1
-4
/
+18
2017-07-12
egl: add width/height as EXT_image_dma_buf_import attrs
Emil Velikov
1
-0
/
+6
2017-07-12
egl: polish EXT_image_dma_buf_import attr parsing
Emil Velikov
1
-29
/
+22
2017-07-12
egl: simplify EXT_image_dma_buf_import_modifiers attr parsing
Emil Velikov
1
-26
/
+4
2017-07-12
egl: split _eglParseImageAttribList into per extension functions
Emil Velikov
1
-186
/
+260
2017-07-12
egl: call _eglError within _eglParseImageAttribList
Emil Velikov
2
-11
/
+12
2017-06-26
egl: fold _eglError() + return EGL_FALSE
Emil Velikov
3
-60
/
+30
2017-06-26
egl: drop _eglInitImage() return type
Emil Velikov
2
-11
/
+5
2017-06-16
egl/display: make platform detection thread-safe
Eric Engestrom
1
-7
/
+12
[next]