[Mesa-dev] [PATCH 0/3] Updated Android patches
Chih-Wei Huang
cwhuang at android-x86.org
Fri Jun 19 09:50:29 PDT 2015
Most of the Android patches I submitted last time were merged.
The omitted patches are updated to address the review comments
I got so far.
Tested OK with Android-x86 lollipop-x86 and kitkat-x86 branches.
Chih-Wei Huang (3):
nv50/ir: support different unordered_set implementations
android: avoid building errors with stlport
egl/main: expose the EGL_RECORDABLE_ANDROID extension
Android.common.mk | 1 +
src/egl/main/eglconfig.c | 5 ++-
src/egl/main/eglconfig.h | 2 ++
src/gallium/auxiliary/Android.mk | 2 --
src/gallium/auxiliary/util/u_math.h | 2 ++
src/gallium/drivers/nouveau/codegen/nv50_ir.h | 15 +++++++--
.../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 4 +--
.../nouveau/codegen/nv50_ir_lowering_nvc0.h | 4 +--
src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp | 5 ++-
.../drivers/nouveau/codegen/unordered_set.h | 37 ++++++++++++++++++++++
src/util/list.h | 2 ++
11 files changed, 65 insertions(+), 14 deletions(-)
create mode 100644 src/gallium/drivers/nouveau/codegen/unordered_set.h
--
1.9.1
More information about the mesa-dev
mailing list