On 3 March 2017 at 08:30, Tapani Pälli wrote:
> As discussed offline, this passes all dEQP tests for the extension on
> Android-IA (let's add this to commit message when pushing).
>
> Reviewed-by: Tapani Pälli
>
Ok Let's land this. Kalyan promised [over at #android-ia] that the
team with follow w
As discussed offline, this passes all dEQP tests for the extension on
Android-IA (let's add this to commit message when pushing).
Reviewed-by: Tapani Pälli
On 02/08/2017 04:46 AM, Xiaosong Wei wrote:
This patch implements the EGL_EXT_buffer_age extension for Android.
https://www.khronos.org/r
This patch implements the EGL_EXT_buffer_age extension for Android.
https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_buffer_age.txt
---
src/egl/drivers/dri2/egl_dri2.h | 9 ++
src/egl/drivers/dri2/platform_android.c | 51 -
2 files changed, 5
---
src/egl/drivers/dri2/egl_dri2.h | 9 ++
src/egl/drivers/dri2/platform_android.c | 51 -
2 files changed, 59 insertions(+), 1 deletion(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.h b/src/egl/drivers/dri2/egl_dri2.h
index f3d09dc..992e5b3 100644
--