diff options
author | Dave Airlie <[email protected]> | 2010-09-08 08:49:00 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-09-08 08:49:00 +1000 |
commit | a3a94554f5a12f0626d9712ddcdc81b1e21d36c2 (patch) | |
tree | 37b491f8ca45ce1ba1f4ffec08a296fff5a5d9b9 /src/gallium/drivers/r600/r600_asm.c | |
parent | d42efb9e8df6ef872ab4f142e3daf1b6cb9eff11 (diff) |
r600g: split opcodes out and add wrapper around usage.
This splits the r600 opcodes out of the sq file and adds a wrapper
so we can convert to evergreen opcodes later without touching these functions
too much.
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 b62354fe91a..13a44c8d0e3 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -24,6 +24,7 @@ #include "r600_context.h" #include "util/u_memory.h" #include "r600_sq.h" +#include "r600_opcodes.h" #include <stdio.h> #include <errno.h> |