<div dir="ltr"><div><div>To run this partial implementation,<br><br></div>export MESA_EXTENSION_OVERRIDE=+GL_ARB_direct_state_access<br></div><div><br></div><div>I just did that and my dsa piglit tests ran fine.<br><br>Laura<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 29, 2014 at 3:25 PM, Emil Velikov <span dir="ltr"><<a href="mailto:emil.l.velikov@gmail.com" target="_blank">emil.l.velikov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 16/12/14 01:22, Laura Ekstrand wrote:<br>
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c<br>
> index f0e2f89..6aba159 100644<br>
> --- a/src/mesa/main/extensions.c<br>
> +++ b/src/mesa/main/extensions.c<br>
> @@ -103,6 +103,7 @@ static const struct extension extension_table[] = {<br>
>     { "GL_ARB_depth_clamp",                         o(ARB_depth_clamp),                         GL,             2003 },<br>
>     { "GL_ARB_depth_texture",                       o(ARB_depth_texture),                       GLL,            2001 },<br>
>     { "GL_ARB_derivative_control",                  o(ARB_derivative_control),                  GL,             2014 },<br>
> +   { "GL_ARB_direct_state_access",                 o(dummy_false),                             GL,             2014 },<br>
</span>Hi Laura,<br>
<br>
How can one test the partial implementation considering the above<br>
dummy_false ?<br>
I was under the impression that one adds the boolean variable, so that<br>
we can override it (in early development via<br>
MESA_EXTENSION_OVERRIDE=+foo) and have fun with the tests/piglits.<br>
<br>
Not 100% sure on that one though.<br>
<br>
Cheers,<br>
Emil<br>
<br>
</blockquote></div><br></div>