diff options
author | Tom Stellard <[email protected]> | 2012-10-16 14:38:54 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-10-16 14:39:15 +0000 |
commit | a73c5d3f9d8a232efca750edd9e24f9913e0194d (patch) | |
tree | 20f8af92ab093961663ba6ba7642b7a7e9dd64b2 | |
parent | 762d9ace6b02e792b2efe69e81c6c5b81069e43b (diff) |
r600g: Fix build with --enable-opencl
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 2e1d677c79e..ff2a5fd647d 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -45,6 +45,7 @@ #define R600_BIG_ENDIAN 0 #endif +struct r600_bytecode; struct r600_shader_key; /* This encapsulates a state or an operation which can emitted into the GPU |