On Wed, Oct 24, 2012 at 2:20 PM, Jordan Justen <jordan.l.jus...@intel.com> wrote: > - if (ctx->API != API_OPENGLES2) { > + if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { > @@ -1732,9 +1732,8 @@ _mesa_init_shader_dispatch(const struct gl_context *ctx, > - if (ctx->API != API_OPENGLES2) { > + if (ctx->API != API_OPENGLES2 && ctx->API != API_OPENGL_CORE) {
Nit: in one we have !CORE && !GLES2 and in the other we have the order reversed. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev