[Mesa-dev] [PATCH] i965: Momentarily pretend to support ARB_texture_stencil8 for blits.

Jason Ekstrand jason at jlekstrand.net
Wed Jun 10 13:14:13 PDT 2015


On Jun 10, 2015 9:57 AM, "Neil Roberts" <neil at linux.intel.com> wrote:
>
> Kenneth Graunke <kenneth at whitecape.org> writes:
>
> >     _mesa_meta_fb_tex_blit_begin(ctx, &blit);
> > +   ctx->Extensions.ARB_texture_stencil8 = true;
>
> Maybe you could put assert(ctx->Extensions.ARB_texture_stencil8==false)
> just before setting it to true so that we'll definitely remember to
> remove it if we eventually enable the extension. Otherwise as it stands
> if we forget about this it would probably not break any tests but the
> extension would mysteriously disable itself and no-one would notice
> because they would probably check the extensions just once upfront.

I'll second that of it's not already pushed.

> - Neil
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150610/305dbaa0/attachment.html>


More information about the mesa-dev mailing list