diff options
author | Vincent Lejeune <[email protected]> | 2013-05-21 16:34:52 +0200 |
---|---|---|
committer | Vincent Lejeune <[email protected]> | 2013-10-02 17:30:07 +0200 |
commit | 9f183eb7deb2bd40e9717deb723e4976f443fb88 (patch) | |
tree | 99cec6555e2d50a2c45b37ced5e9de9beb7c7d31 /src/gallium/drivers/radeon | |
parent | 848c0e72f36d0e1e460193a2d30b2f631529156f (diff) |
r600g/llvm: fix txq for texture buffer
Diffstat (limited to 'src/gallium/drivers/radeon')
-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 14a8c347006..345ae706cf0 100644 --- a/src/gallium/drivers/radeon/radeon_llvm.h +++ b/src/gallium/drivers/radeon/radeon_llvm.h @@ -67,6 +67,7 @@ struct radeon_llvm_context { unsigned fs_color_all; unsigned alpha_to_one; unsigned has_txq_cube_array_z_comp; + unsigned uses_tex_buffers; /*=== Front end configuration ===*/ |