[Mesa-dev] [PATCHES] implement GL_ARB_robustness

Jose Fonseca jfonseca at vmware.com
Thu Apr 21 08:12:21 PDT 2011



----- Original Message -----
> On Wed, Apr 20, 2011 at 1:57 PM, nobled <nobled at dreamwidth.org>
> wrote:
> > On Wed, Apr 20, 2011 at 11:19 AM, Brian Paul
> > <brian.e.paul at gmail.com> wrote:
> >> On Tue, Apr 19, 2011 at 8:31 PM, nobled <nobled at dreamwidth.org>
> >> wrote:
> >> I'd also like to see a new piglit test for this extension.  In
> >> fact, I
> >> think we should require a piglit test for any new feature we add
> >> to
> >> Mesa.
> > Sure. It looks like we're halfway there already, actually:
> > http://cgit.freedesktop.org/piglit/tree/tests/spec/arb_robustness/
> 
> The one test in that directory doesn't actually test any features or
> functions of the GL_ARB_robustness spec.

Yes, strictly speaking you're right.  The test there tests for robustness against out of bound vertices, but it doesn't actually create the context with the robustness bit, so implementations are allowed to crash.  Although I do think ours should never crash, even if no robustness bit is set.

Jose


More information about the mesa-dev mailing list