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
*
egl: return corresponding offset of EGLImage instead of 0.
Chuanbo Weng
2016-09-21
1
-2
/
+9
*
egl: Add storage for EGL_KHR_debug's state to EGL objects
Kyle Brenneman
2016-09-14
5
-3
/
+27
*
egl: Factor out _eglGetSyncAttribCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Factor out _eglWaitSyncCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Lock the display in _eglCreateSync's callers
Kyle Brenneman
2016-09-14
1
-6
/
+8
*
egl: Factor out _eglCreateImageCommon (v2)
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Factor out _eglWaitClientCommon
Kyle Brenneman
2016-09-14
1
-3
/
+8
*
egl: Use _eglCreatePixmapSurfaceCommon consistently
Kyle Brenneman
2016-09-14
1
-15
/
+21
*
egl: Use _eglCreateWindowSurfaceCommon consistently
Kyle Brenneman
2016-09-14
1
-10
/
+18
*
egl: Factor out _eglGetPlatformDisplayCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Fix typo
Kyle Brenneman
2016-09-14
1
-1
/
+1
*
egl: Tear down images and syncs at eglTerminate
Adam Jackson
2016-09-14
1
-0
/
+22
*
egl: Rename MESA_configless_context bit to KHR_no_config_context
Adam Jackson
2016-09-12
4
-6
/
+8
*
egl: QueryContext on a configless context returns zero
Adam Jackson
2016-09-12
1
-3
/
+8
*
egl: fix gcc warning braces around scalar initializer
Timothy Arceri
2016-09-12
1
-1
/
+1
*
egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT
Haixia Shi
2016-09-09
1
-0
/
+2
*
egl: Fix up indentation on previous commit
Adam Jackson
2016-09-08
1
-2
/
+2
*
egl: Document why EGL_OPENGL{, _ES}_API are mostly identical
Adam Jackson
2016-09-08
1
-0
/
+10
*
EGL: Combine the GL and GLES current contexts (v2)
Kyle Brenneman
2016-09-07
4
-107
/
+22
*
gbm: wire up fence extension
Rob Clark
2016-09-07
1
-0
/
+1
*
wayland-drm: add missing NULL check
Frank Binns
2016-09-01
1
-0
/
+2
*
egl: only store device name when Wayland support is built
Frank Binns
2016-09-01
5
-18
/
+24
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
2
-0
/
+4
*
egl/x11_dri3: provide an authentication function
Frank Binns
2016-08-31
1
-1
/
+18
*
egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodes
Frank Binns
2016-08-31
2
-29
/
+7
*
egl/android: remove config post-processing
Emil Velikov
2016-08-30
1
-9
/
+0
*
egl/dri2: check if the EGL API is valid before adding it to ClientAPIs
Emil Velikov
2016-08-30
1
-4
/
+4
*
egl/android: annotate static const data as such
Emil Velikov
2016-08-30
1
-1
/
+1
*
egl: treat EGL_OPENGL_API as invalid on Android
Emil Velikov
2016-08-30
1
-1
/
+7
*
egl: turn a couple asserts static (compile-time)
Eric Engestrom
2016-08-24
1
-3
/
+4
*
egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.
Stencel, Joanna
2016-08-24
2
-0
/
+4
*
egl/dri2: dri2_initialize: Do not reference-count TestOnly display
Nicolas Boichat
2016-08-23
1
-20
/
+9
*
egl/dri2: remove error checks on return values from mtx_lock and cnd_wait
Dongwon Kim
2016-08-23
1
-35
/
+12
*
egl/dri2: dri2_make_current: Release previous context's display
Nicolas Boichat
2016-08-16
1
-4
/
+5
*
egl/android: Set dpy->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/drm: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/surfaceless: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/wayland: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+2
*
egl/x11: avoid using freed memory if dri2 init fails
Jan Ziak
2016-08-15
1
-0
/
+3
*
egl: android: query native window default width and height (v2)
Haixia Shi
2016-08-09
3
-0
/
+42
*
egl/android: Add support for YV12 pixel format (v2)
Tomasz Figa
2016-08-08
1
-6
/
+50
*
egl/android: Make get_fourcc() accept HAL formats
Tomasz Figa
2016-08-08
1
-9
/
+11
*
egl/android: Refactor image creation to separate flink and prime paths (v2)
Tomasz Figa
2016-08-08
1
-42
/
+57
*
egl/android: Respect buffer mask in droid_image_get_buffers (v2)
Tomasz Figa
2016-08-08
1
-5
/
+15
*
egl/android: Remove unused variables in droid_get_buffers_with_format()
Tomasz Figa
2016-08-08
1
-3
/
+0
*
egl/dri2: Add reference count for dri2_egl_display
Nicolas Boichat
2016-07-28
2
-20
/
+95
*
egl/android: Stop leaking DRI images
Tomasz Figa
2016-07-20
1
-0
/
+11
*
egl/android: Add some useful error messages
Tomasz Figa
2016-07-20
1
-3
/
+10
*
egl/android: Check return value of dri2_get_dri_config()
Tomasz Figa
2016-07-20
1
-0
/
+2
*
egl/dri2: dri2_make_current: Set EGL error if bindContext fails
Nicolas Boichat
2016-07-20
1
-2
/
+8
[next]