You forgot to fix radeon which uses this structure.

Marek

On Sat, Jul 5, 2014 at 8:49 PM, Samuel Pitoiset
<samuel.pitoi...@gmail.com> wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
> ---
>  src/gallium/include/pipe/p_defines.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/include/pipe/p_defines.h 
> b/src/gallium/include/pipe/p_defines.h
> index 8f20974..e8a6f1a 100644
> --- a/src/gallium/include/pipe/p_defines.h
> +++ b/src/gallium/include/pipe/p_defines.h
> @@ -731,6 +731,7 @@ struct pipe_driver_query_info
>  {
>     const char *name;
>     unsigned query_type; /* PIPE_QUERY_DRIVER_SPECIFIC + i */
> +   unsigned group_id;
>     uint64_t max_value; /* max value that can be returned */
>     boolean uses_byte_units; /* whether the result is in bytes */
>  };
> --
> 2.0.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to