[Mesa-dev] [PATCH v2 1/2] cast the "GLenum16" to "GLint" to avoid compile warning on android

2018-05-16 Thread jenny.q.cao
onstant-out-of-range-compare Tests: compilation without this warning Signed-off-by: jenny.q.cao --- src/mesa/main/get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 90ab7ca60f8b..5f9a60b0801c 100644 --- a/src/mesa/main/get.c

[Mesa-dev] [PATCH v2 1/2] ignore some compile warning on android

2018-05-15 Thread jenny.q.cao
27;) is always false -Wtautologicalia-constant-out-of-range-compare Tests: compilation without this warning Signed-off-by: jenny.q.cao --- src/mesa/main/get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 90ab7ca60f8b..5f9a60b08

[Mesa-dev] [PATCH v2 1/2] Update for fix or ignore the compile warning on android

2018-05-15 Thread jenny.q.cao
onstant-out-of-range-compare Tests: compilation without this warning Signed-off-by: jenny.q.cao --- src/mesa/main/get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 90ab7ca60f8b..5f9a60b0801c 100644 --- a/src/mesa/main/get.c

[Mesa-dev] [PATCH 2/2] Replace deperacated include header "cutils/log.h" to "log/log.h" from Android 8

2018-04-26 Thread jenny.q.cao
d this warning Tests: compilation with warning clean Signed-off-by: jenny.q.cao --- src/broadcom/common/v3d_debug.h | 4 src/egl/main/egllog.c | 4 src/intel/common/gen_debug.h | 4 src/mesa/drivers/dri/i915/intel_context.h | 4 4 fi

[Mesa-dev] [PATCH 1/2] Update for fix or ignore the compile warning on android

2018-04-26 Thread jenny.q.cao
ion -Wgnu-variable-sized-type-not-at-end, ignore the compile warning vendor/intel/external/mesa3d-intel/src/intel/compiler/spirv/spirv_to_nir.c warning: suggest braces around initialization of subobject -Wmissing-braces Tests: compilation with warning clean Signed-off-by: jenny.q.cao --- src/co