[Mesa-dev] [PATCH 01/41] glapi: Added ARB_direct_state_access.xml file.

Laura Ekstrand laura at jlekstrand.net
Tue Dec 30 14:20:09 PST 2014


To run this partial implementation,

export MESA_EXTENSION_OVERRIDE=+GL_ARB_direct_state_access

I just did that and my dsa piglit tests ran fine.

Laura

On Mon, Dec 29, 2014 at 3:25 PM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:

> On 16/12/14 01:22, Laura Ekstrand wrote:
> > diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> > index f0e2f89..6aba159 100644
> > --- a/src/mesa/main/extensions.c
> > +++ b/src/mesa/main/extensions.c
> > @@ -103,6 +103,7 @@ static const struct extension extension_table[] = {
> >     { "GL_ARB_depth_clamp",                         o(ARB_depth_clamp),
>                        GL,             2003 },
> >     { "GL_ARB_depth_texture",
>  o(ARB_depth_texture),                       GLL,            2001 },
> >     { "GL_ARB_derivative_control",
> o(ARB_derivative_control),                  GL,             2014 },
> > +   { "GL_ARB_direct_state_access",                 o(dummy_false),
>                        GL,             2014 },
> Hi Laura,
>
> How can one test the partial implementation considering the above
> dummy_false ?
> I was under the impression that one adds the boolean variable, so that
> we can override it (in early development via
> MESA_EXTENSION_OVERRIDE=+foo) and have fun with the tests/piglits.
>
> Not 100% sure on that one though.
>
> Cheers,
> Emil
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141230/17933e11/attachment.html>


More information about the mesa-dev mailing list