diff options
author | Vincent Lejeune <[email protected]> | 2013-05-18 22:17:51 +0200 |
---|---|---|
committer | Vincent Lejeune <[email protected]> | 2013-05-20 20:23:09 +0200 |
commit | 32c9cbb38fc03d028500b1904ff4d66a07e9471e (patch) | |
tree | 91df91c0fba757215df36351c8011d431ba24ad8 /src/gallium/drivers/radeon/radeon_llvm.h | |
parent | 9c2943601e088c6fb3e871f8d706ded8f68493bc (diff) |
r600g/llvm: Fix cubearray textureSize
Diffstat (limited to 'src/gallium/drivers/radeon/radeon_llvm.h')
-rw-r--r-- | src/gallium/drivers/radeon/radeon_llvm.h | 1 |
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 1d4bd456670..14a8c347006 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 ===*/ |