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: push driver build details to driver makefiles
Rob Herring
2017-05-11
1
-9
/
+9
*
egl: Fix -Wint-to-pointer-cast
Chad Versace
2017-05-08
1
-1
/
+1
*
egl: use designated initializers
Emil Velikov
2017-05-08
1
-8
/
+7
*
egl: drop unneeded sentinel from level_strings[]
Emil Velikov
2017-05-08
1
-2
/
+2
*
egl: remove suprous header eglcompiler.h
Emil Velikov
2017-05-08
7
-52
/
+4
*
egl: remove unneeded else statement in _eglInitLogger
Emil Velikov
2017-05-08
1
-3
/
+0
*
egl: remove no longer needed logger infra
Emil Velikov
2017-05-08
2
-49
/
+6
*
egl: fold Android logger into main/
Emil Velikov
2017-05-08
3
-35
/
+36
*
egl: remove unused _eglSetLogLevel()
Emil Velikov
2017-05-08
2
-25
/
+0
*
egl: avoid dereferencing a null display
Eric Engestrom
2017-05-08
1
-1
/
+3
*
egl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSE
Nicolas Boichat
2017-05-04
1
-2
/
+2
*
egl/android: Mark surface as lost when dequeueBuffer fails
Chad Versace
2017-05-04
1
-0
/
+10
*
egl/android: Cancel any outstanding ANativeBuffer in surface destructor
Chad Versace
2017-05-04
1
-4
/
+9
*
egl: Emit error when EGLSurface is lost
Chad Versace
2017-05-04
3
-0
/
+42
*
eg: explicitly size dri2_to_egl_attribute_map[]
Emil Velikov
2017-05-04
1
-1
/
+1
*
egl/platform/drm: Don't take display ownership until gbm is initialized
Adam Jackson
2017-05-04
1
-1
/
+1
*
egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute
Adam Jackson
2017-05-04
3
-8
/
+14
*
egl: initialise dummy_thread via _eglInitThreadInfo
Emil Velikov
2017-04-29
1
-9
/
+4
*
egl: polish dri2_to_egl_attribute_map[]
Emil Velikov
2017-04-29
1
-50
/
+18
*
egl: add gitignore
Elie TOURNIER
2017-04-22
1
-0
/
+2
*
Revert "android: fix segfault within swap_buffers"
Tapani Pälli
2017-04-21
1
-8
/
+0
*
EGL: Implement the libglvnd interface for EGL (v3)
Kyle Brenneman
2017-04-17
13
-26
/
+3491
*
Android: drop Android 4.4 (KitKat) support
Rob Herring
2017-03-22
1
-4
/
+0
*
Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and older
Rob Herring
2017-03-22
3
-28
/
+3
*
Android: clean-up trailing '\' in make variables
Rob Herring
2017-03-22
1
-2
/
+2
*
egl/dri2: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+4
*
android: fix segfault within swap_buffers
Tapani Pälli
2017-03-17
1
-0
/
+8
*
egl: Implement __DRI_BACKGROUND_CALLABLE
Eric Anholt
2017-03-16
5
-1
/
+22
*
egl/drm: Use modifiers for backbuffer creation
Ben Widawsky
2017-03-15
1
-4
/
+15
*
wayland: move .gitignore where applicable
Emil Velikov
2017-03-13
1
-0
/
+0
*
wayland-egl/wayland-egl-symbols-check: do not mandate bash
Emil Velikov
2017-03-10
1
-1
/
+1
*
egl/egl-symbols-check: do not mandate bash
Emil Velikov
2017-03-10
1
-1
/
+1
*
EGL/Android: Add EGL_EXT_buffer_age extension
Xiaosong Wei
2017-03-04
2
-1
/
+59
*
egl/wayland: Don't use DRM format codes for SHM
Daniel Stone
2017-03-01
1
-6
/
+15
*
egl: Ensure ResetNotificationStrategy matches for shared contexts.
Kenneth Graunke
2017-03-01
1
-0
/
+14
*
egl/dri3: implement query surface hook
Brendan King
2017-02-28
1
-0
/
+20
*
check: add support for running test as standalone
Eric Engestrom
2017-02-26
1
-0
/
+5
*
check: make any failure fatal
Eric Engestrom
2017-02-26
1
-0
/
+1
*
check: mark two tests are requiring bash
Eric Engestrom
2017-02-26
1
-1
/
+1
*
eglapi: replace linear entrypoint search with binary search
Eric Engestrom
2017-02-24
1
-13
/
+24
*
egl: make sure entrypoints list is always sorted
Eric Engestrom
2017-02-24
2
-1
/
+7
*
egl: distribute all tests
Eric Engestrom
2017-02-24
1
-1
/
+1
*
eglapi: move entrypoints list out to its own file
Eric Engestrom
2017-02-24
3
-77
/
+79
*
eglapi: sort entrypoints list
Eric Engestrom
2017-02-24
1
-37
/
+37
*
eglapi: use macro to map entrypoints to functions
Eric Engestrom
2017-02-24
1
-74
/
+75
*
eglapi: add entrypoint for eglClientWaitSyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+24
*
eglapi: add entrypoint for eglDestroySyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+21
*
eglapi: add entrypoint for eglDestroyImageKHR
Eric Engestrom
2017-02-24
1
-7
/
+21
*
egl: _eglFilterArray's filter is always non-null
Emil Velikov
2017-02-16
1
-18
/
+9
*
egl: remove duplicate 0 assignment
Eric Engestrom
2017-02-15
1
-3
/
+0
[next]