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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: use symlinks for driver loading
Rob Herring
2017-06-29
1
-9
/
+0
*
egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]
Ben Crocker
2017-06-26
1
-1
/
+3
*
egl: fold _eglError() + return EGL_FALSE
Emil Velikov
2017-06-26
9
-130
/
+65
*
egl: drop _eglInitImage() return type
Emil Velikov
2017-06-26
7
-42
/
+12
*
egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)
Chad Versace
2017-06-22
4
-25
/
+28
*
egl/x11: Declare EGLConfig attrib array inside loop
Chad Versace
2017-06-22
1
-12
/
+12
*
egl/drm: Declare EGLConfig attrib array inside loop
Chad Versace
2017-06-22
1
-5
/
+5
*
egl/android: Declare EGLConfig attrib array inside loop (v2)
Chad Versace
2017-06-22
1
-9
/
+7
*
egl/dri2: Declare loop vars inside the loop
Chad Versace
2017-06-22
1
-24
/
+19
*
egl/wayland: Declare loop vars inside the loop
Chad Versace
2017-06-22
1
-27
/
+17
*
egl/surfaceless: Move loop vars inside the loop
Chad Versace
2017-06-22
1
-7
/
+5
*
egl/x11: Declare loop vars inside the loop
Chad Versace
2017-06-22
1
-8
/
+7
*
egl/drm: Move loop vars inside the loop
Chad Versace
2017-06-22
1
-22
/
+15
*
egl/android: Declare loop vars inside their loops (v2)
Chad Versace
2017-06-22
1
-19
/
+15
*
egl: properly count configs
Eric Engestrom
2017-06-22
5
-6
/
+12
*
egl/android: Change order of EGLConfig generation (v2)
Chad Versace
2017-06-22
1
-7
/
+25
*
egl: simplify dri_config conditionals
Eric Engestrom
2017-06-22
2
-17
/
+11
*
egl: turn one more boolean `int` into a `bool`
Eric Engestrom
2017-06-21
1
-1
/
+1
*
egl: turn boolean `int`s into `bool`s
Eric Engestrom
2017-06-21
5
-24
/
+25
*
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: Fix typ-o
Robert Foss
2017-06-15
1
-1
/
+1
*
Fix khrplatform.h not installed if EGL is disabled.
Eric Le Bihan
2017-06-14
1
-3
/
+0
*
egl: improve dri2_fallback_swap_buffers_with_damage()
Eric Engestrom
2017-06-13
1
-0
/
+1
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
16
-0
/
+183
*
egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
Tapani Pälli
2017-06-09
4
-5
/
+9
*
egl/dri2: Avoid sign extension when building modifier
Daniel Stone
2017-06-08
1
-3
/
+2
*
egl/android: Drop unused 'format' param in get_back_bo()
Chad Versace
2017-05-31
1
-2
/
+2
*
egl/android: Align channel masks in HAL_PIXEL_FORMAT table
Chad Versace
2017-05-31
1
-4
/
+4
*
egl/drm: remove temporary fd variable
Eric Engestrom
2017-05-31
1
-8
/
+6
*
egl: advertise EGL_EXT_image_dma_buf_import_modifiers
Varad Gautam
2017-05-30
2
-0
/
+7
*
egl: implement eglQueryDmaBufModifiersEXT
Varad Gautam
2017-05-30
4
-0
/
+59
*
egl: implement eglQueryDmaBufFormatsEXT
Varad Gautam
2017-05-30
4
-0
/
+45
*
egl/dri2: Create EGLImages with dmabuf modifiers
Varad Gautam
2017-05-30
3
-11
/
+147
*
egl/main: add support for fourth plane tokens
Pekka Paalanen
2017-05-30
4
-3
/
+23
*
egl: introduce DMA_BUF_MAX_PLANES
Pekka Paalanen
2017-05-30
2
-7
/
+9
*
egl: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2017-05-29
1
-1
/
+33
*
egl/wayland: use the image_driver alongside the image_loader
Emil Velikov
2017-05-29
1
-6
/
+14
*
egl/wayland: set the resize_callback if the flush extension is available
Emil Velikov
2017-05-29
1
-3
/
+3
*
egl/wayland: select the format based on the interface used
Emil Velikov
2017-05-29
1
-1
/
+2
*
egl/surfaceless: use the image_driver for image_loader
Emil Velikov
2017-05-29
1
-4
/
+4
*
egl/android: use the image_driver alongside the image_loader
Emil Velikov
2017-05-29
1
-11
/
+20
*
egl/x11: flatten codeflow
Emil Velikov
2017-05-29
1
-9
/
+7
*
egl/x11: check for dri2_dpy->flush before using the flush extension
Emil Velikov
2017-05-29
1
-5
/
+3
*
egl/drm: flatten codeflow
Emil Velikov
2017-05-29
1
-19
/
+20
*
egl/drm: check for dri2_dpy->flush before using the flush extension
Emil Velikov
2017-05-29
1
-1
/
+1
*
egl: annotate dri2_egl_display_vtbl as const data
Emil Velikov
2017-05-29
5
-7
/
+7
*
egl/wayland: don't modify the vtbl if an extension is not available
Emil Velikov
2017-05-29
1
-5
/
+2
*
egl: error out on eglCreateWaylandBufferFromImageWL
Emil Velikov
2017-05-29
1
-1
/
+2
*
egl/drm: use dri2_setup_extensions() over the extensions provided by GBM
Emil Velikov
2017-05-29
1
-4
/
+5
[next]