diff options
author | Marek Olšák <[email protected]> | 2012-10-12 18:30:51 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-12 19:00:30 +0200 |
commit | 555c8d500a4a09445a892316610a428d408318ed (patch) | |
tree | 65c6659f19ba35a6a3249b683825bd01501d2664 /src/gallium/drivers/r600/r600_asm.c | |
parent | 23c6b8f2edc42a483148c3d7357331bccf1edd11 (diff) |
r600g: move shader structures into r600_shader.h
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 37e8bf002d4..066fb67aba4 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -23,6 +23,7 @@ #include "r600_sq.h" #include "r600_opcodes.h" #include "r600_formats.h" +#include "r600_shader.h" #include "r600d.h" #include <errno.h> |