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

_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to