From f9854e169f54c8a79c7c01733d74979d300d5dba Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 30 Sep 2014 13:14:02 -0700 Subject: gallium: Rename freedreno parts of tgsi_lowering.[ch]. Acked-by: Rob Clark --- src/gallium/auxiliary/tgsi/tgsi_lowering.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gallium/auxiliary/tgsi/tgsi_lowering.h') diff --git a/src/gallium/auxiliary/tgsi/tgsi_lowering.h b/src/gallium/auxiliary/tgsi/tgsi_lowering.h index 2dd50536a7e..55e15070dd4 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_lowering.h +++ b/src/gallium/auxiliary/tgsi/tgsi_lowering.h @@ -24,13 +24,13 @@ * Rob Clark */ -#ifndef FREEDRENO_LOWERING_H_ -#define FREEDRENO_LOWERING_H_ +#ifndef TGSI_LOWERING_H_ +#define TGSI_LOWERING_H_ #include "pipe/p_shader_tokens.h" #include "tgsi/tgsi_scan.h" -struct fd_lowering_config +struct tgsi_lowering_config { /* For fragment shaders, generate a shader that emulates two * sided color by inserting a BGCOLOR input for each COLOR @@ -81,8 +81,8 @@ struct fd_lowering_config }; const struct tgsi_token * -fd_transform_lowering(const struct fd_lowering_config *config, - const struct tgsi_token *tokens, - struct tgsi_shader_info *info); +tgsi_transform_lowering(const struct tgsi_lowering_config *config, + const struct tgsi_token *tokens, + struct tgsi_shader_info *info); #endif /* FREEDRENO_LOWERING_H_ */ -- cgit v1.2.3