[Mesa-dev] [PATCH] gallium/tgsi: add missing #include

Edward O'Callaghan funfunctor at folklore1984.net
Mon Oct 17 22:03:35 UTC 2016


Reviewed-by: Edward O'Callaghan <funfunctor at folklore1984.net>

On 10/18/2016 12:40 AM, Marek Olšák wrote:
> From: Marek Olšák <marek.olsak at amd.com>
> 
> ---
>  src/gallium/auxiliary/tgsi/tgsi_util.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/gallium/auxiliary/tgsi/tgsi_util.h b/src/gallium/auxiliary/tgsi/tgsi_util.h
> index ca07bfd..83a930b 100644
> --- a/src/gallium/auxiliary/tgsi/tgsi_util.h
> +++ b/src/gallium/auxiliary/tgsi/tgsi_util.h
> @@ -25,20 +25,22 @@
>   * 
>   **************************************************************************/
>  
>  #ifndef TGSI_UTIL_H
>  #define TGSI_UTIL_H
>  
>  #if defined __cplusplus
>  extern "C" {
>  #endif
>  
> +#include "pipe/p_shader_tokens.h"
> +
>  struct tgsi_src_register;
>  struct tgsi_full_src_register;
>  struct tgsi_full_instruction;
>  
>  void *
>  tgsi_align_128bit(
>     void *unaligned );
>  
>  unsigned
>  tgsi_util_get_src_register_swizzle(
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161018/9c9f5534/attachment-0001.sig>


More information about the mesa-dev mailing list