These patches are largely unchanged from their v1's, but the second half of the v1 series lost review steam. So I'm resending instead of pinging the individual patches.
After this, all we need to do is flip tess on (still pending fixing some tests?) and turn on the various enables. Ilia Mirkin (4): mesa: introduce MS variants of line width min/max/granularity mesa: add a GLES3.2 enums section, and expose new MS line width params mesa: introduce glPrimitiveBoundingBoxARB entrypoint glsl: add core plumbing for GL_ANDROID_extension_pack_es31a src/compiler/glsl/glsl_parser_extras.cpp | 58 +++++++++++++++++++++-------- src/compiler/glsl/glsl_parser_extras.h | 2 + src/mapi/glapi/gen/es_EXT.xml | 19 ---------- src/mapi/glapi/gen/gl_API.xml | 37 ++++++++++++++++++ src/mesa/drivers/dri/i965/brw_context.c | 5 +++ src/mesa/main/context.c | 3 ++ src/mesa/main/context.h | 10 +++++ src/mesa/main/extensions_table.h | 2 + src/mesa/main/get.c | 26 ++++++++++--- src/mesa/main/get_hash_generator.py | 15 ++++++-- src/mesa/main/get_hash_params.py | 5 +++ src/mesa/main/mtypes.h | 3 ++ src/mesa/main/tests/dispatch_sanity.cpp | 3 ++ src/mesa/state_tracker/st_atom_rasterizer.c | 16 +++++--- src/mesa/state_tracker/st_extensions.c | 1 + 15 files changed, 154 insertions(+), 51 deletions(-) -- 2.7.3 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
