Reviewed-by: Edward O'Callaghan <funfunc...@folklore1984.net>

On 10/18/2016 12:40 AM, Marek Olšák wrote:
> From: Marek Olšák <marek.ol...@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(
> 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to