summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_llvm.h
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-05-18 22:17:51 +0200
committerVincent Lejeune <vljn@ovi.com>2013-05-20 20:23:09 +0200
commit32c9cbb38fc03d028500b1904ff4d66a07e9471e (patch)
tree91df91c0fba757215df36351c8011d431ba24ad8 /src/gallium/drivers/radeon/radeon_llvm.h
parent9c2943601e088c6fb3e871f8d706ded8f68493bc (diff)
downloadexternal_mesa3d-32c9cbb38fc03d028500b1904ff4d66a07e9471e.zip
external_mesa3d-32c9cbb38fc03d028500b1904ff4d66a07e9471e.tar.gz
external_mesa3d-32c9cbb38fc03d028500b1904ff4d66a07e9471e.tar.bz2
r600g/llvm: Fix cubearray textureSize
Diffstat (limited to 'src/gallium/drivers/radeon/radeon_llvm.h')
-rw-r--r--src/gallium/drivers/radeon/radeon_llvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/radeon_llvm.h b/src/gallium/drivers/radeon/radeon_llvm.h
index 1d4bd45..14a8c34 100644
--- a/src/gallium/drivers/radeon/radeon_llvm.h
+++ b/src/gallium/drivers/radeon/radeon_llvm.h
@@ -66,6 +66,7 @@ struct radeon_llvm_context {
unsigned color_buffer_count;
unsigned fs_color_all;
unsigned alpha_to_one;
+ unsigned has_txq_cube_array_z_comp;
/*=== Front end configuration ===*/