summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
diff options
context:
space:
mode:
authorVincent Lejeune <[email protected]>2012-09-29 16:49:13 +0200
committerVincent Lejeune <[email protected]>2012-11-02 23:19:11 +0100
commit84b437213294ff4e1a3bcae2f9cbb36a9b4955c4 (patch)
treee6099b2a1ca46059cce2acaef187ccdb58396b8e /src/gallium/drivers/radeon
parent1feb6b79ab5d099b7b53d800921e7e8577593a98 (diff)
r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Diffstat (limited to 'src/gallium/drivers/radeon')
-rw-r--r--src/gallium/drivers/radeon/radeon_llvm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/radeon_llvm.h b/src/gallium/drivers/radeon/radeon_llvm.h
index 6118b118bb8..61975c4de09 100644
--- a/src/gallium/drivers/radeon/radeon_llvm.h
+++ b/src/gallium/drivers/radeon/radeon_llvm.h
@@ -59,6 +59,9 @@ struct radeon_llvm_context {
unsigned face_input;
unsigned two_side;
struct r600_shader_io * r600_inputs;
+ struct r600_shader_io * r600_outputs;
+ unsigned color_buffer_count;
+ unsigned fs_color_all;
/*=== Front end configuration ===*/