[Mesa-dev] [PATCH 03/11] gallium: add a group_id field to pipe_driver_query_info
Marek Olšák
maraeo at gmail.com
Sun Jul 6 04:36:14 PDT 2014
You forgot to fix radeon which uses this structure.
Marek
On Sat, Jul 5, 2014 at 8:49 PM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list