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: drop `_eglReturnFalse()` fallbacks
Eric Engestrom
2019-06-22
1
-24
/
+0
*
egl: remove unnecessary eglGetProcAddress() fallback
Eric Engestrom
2019-06-22
2
-2
/
+1
*
egl: remove NULL assignments after calloc()
Eric Engestrom
2019-06-22
1
-21
/
+0
*
egl: move bad_param check further up
Eric Engestrom
2019-06-22
2
-6
/
+8
*
egl: add missing #include
Eric Engestrom
2019-06-19
1
-0
/
+1
*
egl: Don't add hardware device if there is no render node v2.
Mathias Fröhlich
2019-06-19
1
-2
/
+2
*
egl: compare the whole list of attributes
Eric Engestrom
2019-06-11
1
-1
/
+1
*
egl: add EGL_platform_device support
Emil Velikov
2019-06-05
6
-7
/
+100
*
egl: keep the software device at the end of the list
Emil Velikov
2019-06-05
1
-1
/
+13
*
egl: fold X11 attrib handling like other platforms
Emil Velikov
2019-06-05
1
-34
/
+11
*
egl: remove Options::Platform handling
Adam Jackson
2019-06-05
2
-10
/
+4
*
egl: handle the full attrib list in display::options
Adam Jackson
2019-06-05
3
-11
/
+55
*
egl: flesh out a _eglNumAttribs() helper
Emil Velikov
2019-06-05
2
-9
/
+16
*
egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GL
Kenneth Graunke
2019-05-17
1
-2
/
+10
*
egl: check if a window/pixmap is already used on surface creation
Paulo Zanoni
2019-05-14
1
-0
/
+32
*
egl: store the native surface pointer in struct _egl_surface
Paulo Zanoni
2019-05-14
2
-2
/
+8
*
egl: hard-code destroy function instead of passing it around as a pointer
Eric Engestrom
2019-05-02
1
-7
/
+5
*
egl: return correct error code for a case req ver < 3 with forward-compatible
Andrii Simiklit
2019-05-01
1
-1
/
+4
*
egl: fixup autotools-specific wording
Eric Engestrom
2019-04-30
1
-1
/
+1
*
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
[next]