index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: don't try the software path twice
Eric Engestrom
2017-12-27
1
-1
/
+1
*
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
2017-12-27
2
-3
/
+3
*
egl/android: Provide an option for the backend to expose KHR_image
Harish Krupo
2017-12-14
2
-1
/
+3
*
egl: Convert int to attrib in eglGetPlatformDisplay
Adam Jackson
2017-11-17
3
-25
/
+25
*
egl: EXT_pixel_format_float plumbing
Tapani Pälli
2017-11-13
4
-0
/
+13
*
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
2017-11-06
4
-0
/
+13
*
egl: Support IMG_context_priority
Chris Wilson
2017-10-20
4
-0
/
+66
*
Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"
Marek Olšák
2017-10-18
3
-12
/
+9
*
Revert "egl: drop EGL driver `name`"
Marek Olšák
2017-10-18
3
-1
/
+6
*
egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
Eric Engestrom
2017-10-18
1
-1
/
+4
*
egl: drop EGL driver `name`
Eric Engestrom
2017-10-18
3
-6
/
+1
*
egl: drop always-false TestOnly option
Eric Engestrom
2017-10-18
4
-14
/
+9
*
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
2017-10-18
3
-9
/
+12
*
egl: remove left over _EGLMain_t
Eric Engestrom
2017-10-12
1
-3
/
+0
*
egl: drop memset(0) of calloc'ed memory
Eric Engestrom
2017-10-12
1
-2
/
+0
*
egl: replace _egl_driver->Unload() callback with a simple free()
Eric Engestrom
2017-10-12
2
-10
/
+1
*
egl: Simplify the "driver" interface
Adam Jackson
2017-10-05
2
-248
/
+20
*
egl: use switch statements over if/else chain
Emil Velikov
2017-09-19
1
-31
/
+28
*
egl: remove unneeded braces around since line if statements
Emil Velikov
2017-09-19
1
-9
/
+5
*
egl: simplify _eglDebugReport* API
Emil Velikov
2017-09-19
3
-49
/
+14
*
egl: use _eglError's 'msg' as an actual message in EGL_KHR_debug
Emil Velikov
2017-09-19
1
-1
/
+1
*
egl: remove unused 'Screens' array from _egl_display
Tapani Pälli
2017-09-06
1
-1
/
+0
*
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: remove unnecessary empty array element
Eric Engestrom
2017-08-01
1
-3
/
+2
*
egl: split enums to make use of -Wswitch
Eric Engestrom
2017-08-01
1
-10
/
+8
*
egl: use designated initaliser for _eglGlobal
Eric Engestrom
2017-08-01
1
-9
/
+9
*
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
2
-19
/
+12
*
egl: move KHR_no_error vs debug/robustness check further down
Grigori Goronzy
2017-07-26
1
-11
/
+10
*
egl: fix whitespace issues from eglimage code
Tapani Pälli
2017-07-25
1
-10
/
+10
*
egl: Fix _eglPointerIsDereferencable() to ignore page residency
Miguel A. Vico
2017-07-24
1
-1
/
+12
*
egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]
Miguel A. Vico
2017-07-24
3
-33
/
+37
*
egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsing
Emil Velikov
2017-07-19
1
-0
/
+7
*
egl: Add EGL_KHR_create_context_no_error support
Grigori Goronzy
2017-07-14
4
-0
/
+34
*
egl: check for extensions' presence during attr parsing
Emil Velikov
2017-07-12
1
-4
/
+18
*
egl: add width/height as EXT_image_dma_buf_import attrs
Emil Velikov
2017-07-12
1
-0
/
+6
*
egl: polish EXT_image_dma_buf_import attr parsing
Emil Velikov
2017-07-12
1
-29
/
+22
*
egl: simplify EXT_image_dma_buf_import_modifiers attr parsing
Emil Velikov
2017-07-12
1
-26
/
+4
*
egl: split _eglParseImageAttribList into per extension functions
Emil Velikov
2017-07-12
1
-186
/
+260
*
egl: call _eglError within _eglParseImageAttribList
Emil Velikov
2017-07-12
2
-11
/
+12
*
egl: fold _eglError() + return EGL_FALSE
Emil Velikov
2017-06-26
3
-60
/
+30
*
egl: drop _eglInitImage() return type
Emil Velikov
2017-06-26
2
-11
/
+5
*
egl/display: make platform detection thread-safe
Eric Engestrom
2017-06-16
1
-7
/
+12
*
egl/display: only detect the platform once
Eric Engestrom
2017-06-16
1
-14
/
+17
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
7
-0
/
+109
*
egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
Tapani Pälli
2017-06-09
1
-1
/
+5
[next]