Mesa (master): r600g: Fix build with --enable-opencl

Tom Stellard tstellar at kemper.freedesktop.org
Tue Oct 16 14:40:37 UTC 2012


Module: Mesa
Branch: master
Commit: a73c5d3f9d8a232efca750edd9e24f9913e0194d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a73c5d3f9d8a232efca750edd9e24f9913e0194d

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Tue Oct 16 14:38:54 2012 +0000

r600g: Fix build with --enable-opencl

---

 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 2e1d677..ff2a5fd 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




More information about the mesa-commit mailing list