Presumably EXT_base_instance (or OES_? I forget, definitely not ARB though)
On Wed, Jul 25, 2018 at 3:24 PM, Jordan Justen <jordan.l.jus...@intel.com> wrote: > I think the subject should include gles3: > > i965: Expose ARB_base_instance extension in OpenGL ES 3.0 > > Reviewed-by: Jordan Justen <jordan.l.jus...@intel.com> > > On 2018-07-25 10:48:31, Sagar Ghuge wrote: >> The extension requires at least OpenGL 3.0 and >> OpenGL ES 3.0. >> >> Fixes two ext_base_instance tests: >> >> arb_base_instance-baseinstance-doesnt-affect-gl-instance-id_gles3 >> arb_base_instance-drawarrays_gles3 >> >> Signed-off-by: Sagar Ghuge <sagar.gh...@intel.com> >> --- >> src/mesa/drivers/dri/i965/intel_extensions.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c >> b/src/mesa/drivers/dri/i965/intel_extensions.c >> index f837356478..9d119d0b4c 100644 >> --- a/src/mesa/drivers/dri/i965/intel_extensions.c >> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c >> @@ -315,7 +315,7 @@ intelInitExtensions(struct gl_context *ctx) >> if (devinfo->gen >= 6) >> ctx->Extensions.INTEL_performance_query = true; >> >> - if (ctx->API == API_OPENGL_CORE) >> + if (ctx->API != API_OPENGL_COMPAT) >> ctx->Extensions.ARB_base_instance = true; >> if (ctx->API != API_OPENGL_CORE) >> ctx->Extensions.ARB_color_buffer_float = true; >> -- >> 2.17.1 >> >> _______________________________________________ >> mesa-dev mailing list >> mesa-dev@lists.freedesktop.org >> https://lists.freedesktop.org/mailman/listinfo/mesa-dev > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev