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
Commit message (
Expand
)
Author
Age
Files
Lines
*
delete autotools input files
Eric Engestrom
2019-04-29
1
-12
/
+0
*
egl: hide entrypoints that shouldn't be exported when using glvnd
Eric Engestrom
2019-03-29
1
-0
/
+6
*
egl: fix libdrm-less builds
Eric Engestrom
2019-03-05
2
-15
/
+0
*
egl: fix KHR_partial_update without EXT_buffer_age
Chia-I Wu
2019-02-12
1
-1
/
+6
*
egl: use coherent variable names
Eric Engestrom
2019-02-06
16
-246
/
+246
*
egl: Implement EGL API for MESA_query_driver
Veluri Mithun
2019-01-24
4
-0
/
+38
*
Revert "Implement EGL API for MESA_query_driver"
Mark Janes
2019-01-23
4
-38
/
+0
*
Implement EGL API for MESA_query_driver
Veluri Mithun
2019-01-23
4
-0
/
+38
*
egl: remove unused include
Eric Engestrom
2019-01-11
1
-2
/
+0
*
egl: add missing includes
Eric Engestrom
2019-01-11
5
-0
/
+8
*
egl: add missing #include <stddef.h> in egldevice.h
Gurchetan Singh
2018-11-28
1
-1
/
+1
*
egl: Print the actual message to the console from _eglError().
Eric Anholt
2018-11-16
1
-12
/
+20
*
egl/glvnd: correctly report errors when vendor cannot be found
Emil Velikov
2018-11-05
1
-0
/
+5
*
egl: Fix eglentrypoint.h sort order.
Mathias Fröhlich
2018-11-01
1
-1
/
+1
*
egl: enable EGL_EXT_device_{base,enumeration,query}
Emil Velikov
2018-11-01
1
-0
/
+3
*
egl: add EGL_EXT_device_drm support
Emil Velikov
2018-11-01
2
-0
/
+117
*
egl: add EGL_MESA_device_software support
Emil Velikov
2018-11-01
3
-1
/
+31
*
egl: add base EGL_EXT_device_base implementation
Emil Velikov
2018-11-01
8
-3
/
+340
*
egl: drop EGL driver `name`
Eric Engestrom
2018-10-31
3
-6
/
+1
*
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
2018-10-31
3
-9
/
+13
*
egl: add messages to a few assert() and turn a couple into unreachable()
Eric Engestrom
2018-10-30
1
-2
/
+2
*
egl: make eglSwapBuffers* a no-op for !window surfaces
Emil Velikov
2018-10-03
1
-0
/
+6
*
egl: make eglSwapInterval a no-op for !window surfaces
Emil Velikov
2018-10-03
1
-0
/
+3
*
egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadata
Tapani Pälli
2018-08-20
4
-0
/
+193
*
egl: check for buffer overflow *before* corrupting our memory
Eric Engestrom
2018-08-16
1
-4
/
+15
*
egl/main: Add bits for EGL_KHR_mutable_render_buffer
Chad Versace
2018-08-07
5
-4
/
+93
*
egl: Simplify queries for EGL_RENDER_BUFFER
Chad Versace
2018-08-07
4
-14
/
+85
*
egl: remove unneeded _eglGetNativePlatform check
Emil Velikov
2018-08-07
1
-2
/
+0
*
egl/main: fix indentation
Eric Engestrom
2018-08-02
2
-2
/
+2
*
egl: Fix missing clamping in eglSetDamageRegionKHR
Harish Krupo
2018-07-24
1
-14
/
+11
*
egl/glvnd: Fix a segfault in eglGetProcAddress.
Kyle Brenneman
2018-06-11
1
-17
/
+13
*
android: change include "cutils/log.h" to "log/log.h" on Android API >=26
jenny.q.cao
2018-05-14
1
-0
/
+4
*
egl: remove duplicated initialization
Andres Gomez
2018-03-05
1
-1
/
+0
*
egl: add support for EGL_ANDROID_blob_cache
Tapani Pälli
2018-02-07
4
-0
/
+53
*
egl: keep extension list sorted, per comment at the top
Eric Engestrom
2018-01-25
1
-1
/
+1
*
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
[next]