[Mesa-dev] [PATCH 0/5] misc dEQP fixes for vc4
Eric Anholt
eric at anholt.net
Tue May 2 17:36:05 UTC 2017
Here's a little set of changes for dEQP fixes for GLES2 contexts. I
haven't done a full run to confirm no regressions, as full runs on
hardware take a day or so. I'm hoping the Intel CI system might be
able to test these for me.
Eric Anholt (5):
glsl: Restrict functions to not return arrays or SOAs in GLSL 1.00.
glsl: Ban #undefining __LINE__ and friends on GLES2.
glsl: Restrict func redeclarations (not just redefinitions) on GLSL
1.00.
glsl: Don't allow redefining builtin functions on GLSL 1.00.
mesa: Set new renderbuffers to RGBA4 on all GLES contexts.
src/compiler/glsl/ast_to_hir.cpp | 37 +++++++++++++++++++++++++++++++++--
src/compiler/glsl/glcpp/glcpp-parse.y | 7 ++-----
src/compiler/glsl_types.cpp | 13 ++++++++++++
src/compiler/glsl_types.h | 6 ++++++
src/mesa/main/renderbuffer.c | 2 +-
5 files changed, 57 insertions(+), 8 deletions(-)
--
2.11.0
More information about the mesa-dev
mailing list