gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/

For consistency.

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
José Fonseca
2012-05-11 13:41:56 +01:00
parent 223831ca14
commit 96956dc507
3 changed files with 4 additions and 5 deletions

View File

@@ -490,7 +490,7 @@ struct tgsi_instruction_label
unsigned Padding : 8;
};
#define TGSI_BUFFER 0
#define TGSI_TEXTURE_BUFFER 0
#define TGSI_TEXTURE_1D 1
#define TGSI_TEXTURE_2D 2
#define TGSI_TEXTURE_3D 3