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
/
drivers
/
dri2
/
platform_android.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/dri2: Implement swapInterval fallback in a conformant way (v2)
Tomasz Figa
2017-09-27
1
-1
/
+0
*
egl/android: Use per surface out fence
Zhongmin Wu
2017-09-19
1
-13
/
+15
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-09-19
1
-1
/
+2
*
Revert "egl: Allow creation of per surface out fence"
Mark Janes
2017-08-30
1
-16
/
+13
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-08-30
1
-13
/
+16
*
Revert "egl/android: add missing include"
Eric Engestrom
2017-08-25
1
-1
/
+0
*
egl/android: add missing include
Eric Engestrom
2017-08-24
1
-0
/
+1
*
egl: deduplicate allocations of local buffer over each platform backend (v2)
Gwan-gyeong Mun
2017-08-22
1
-37
/
+3
*
egl: drop unreachable BAD_NATIVE_WINDOW conditions
Emil Velikov
2017-08-10
1
-1
/
+1
*
Android: fix compile error for DRI2 loader getCapability
Rob Herring
2017-07-31
1
-1
/
+1
*
dri_interface,egl,gallium: only expose RGBA visuals on Android
Marek Olšák
2017-07-31
1
-2
/
+16
*
egl/dri2: remove unused buffer_count variable
Gwan-gyeong Mun
2017-07-19
1
-4
/
+1
*
egl: android: Fix potential use of unitialized variable
Tomasz Figa
2017-07-05
1
-1
/
+3
*
egl: fold _eglError() + return EGL_FALSE
Emil Velikov
2017-06-26
1
-4
/
+2
*
egl: drop _eglInitImage() return type
Emil Velikov
2017-06-26
1
-4
/
+1
*
egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)
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/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
1
-1
/
+2
*
egl/android: Change order of EGLConfig generation (v2)
Chad Versace
2017-06-22
1
-7
/
+25
*
egl/android: Fix typ-o
Robert Foss
2017-06-15
1
-1
/
+1
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
1
-0
/
+47
*
egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
Tapani Pälli
2017-06-09
1
-2
/
+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/android: use the image_driver alongside the image_loader
Emil Velikov
2017-05-29
1
-11
/
+20
*
egl: annotate dri2_egl_display_vtbl as const data
Emil Velikov
2017-05-29
1
-1
/
+1
*
egl: refactor dri2_create_screen() into three separate functions
Emil Velikov
2017-05-29
1
-0
/
+5
*
egl/android: make use of dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-18
/
+9
*
egl/android: fix segfault within swap_buffers
Tapani Pälli
2017-05-19
1
-1
/
+6
*
egl: fold Android logger into main/
Emil Velikov
2017-05-08
1
-34
/
+0
*
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
*
Revert "android: fix segfault within swap_buffers"
Tapani Pälli
2017-04-21
1
-8
/
+0
*
Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and older
Rob Herring
2017-03-22
1
-15
/
+0
*
android: fix segfault within swap_buffers
Tapani Pälli
2017-03-17
1
-0
/
+8
*
EGL/Android: Add EGL_EXT_buffer_age extension
Xiaosong Wei
2017-03-04
1
-1
/
+50
*
android: fix droid_create_image_from_prime_fd_yuv for YV12
Tapani Pälli
2017-02-03
1
-1
/
+1
*
egl/dri2: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-4
/
+4
*
EGL/android: Enhance pbuffer implementation
Liu Zhiquan
2016-12-19
1
-81
/
+96
*
egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2)
Tomasz Figa
2016-11-21
1
-27
/
+137
*
egl/android: Get gralloc module in dri2_initialize_android() (v2)
Tomasz Figa
2016-11-21
1
-12
/
+15
*
egl/android: Remove handling of RGB_888 pixel format
Tomasz Figa
2016-11-21
1
-6
/
+0
*
EGL/android: pbuffer implementation
Liu Zhiquan
2016-11-16
1
-22
/
+76
*
Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT"
Tapani Pälli
2016-10-25
1
-2
/
+0
*
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
2016-10-18
1
-1
/
+1
*
egl/android: fix error in droid_add_configs_for_visuals()
Tapani Pälli
2016-10-17
1
-2
/
+0
*
egl/android: tweak droid_add_configs_for_visuals()
Emil Velikov
2016-10-14
1
-19
/
+21
*
egl/android: remove duplicate KHR_image_base set
Emil Velikov
2016-10-14
1
-1
/
+0
[next]