diff options
author | Vincent Lejeune <[email protected]> | 2013-02-13 18:49:30 +0100 |
---|---|---|
committer | Vincent Lejeune <[email protected]> | 2013-02-18 15:08:50 +0100 |
commit | 90e6f47ac8c8fdbfd097ef099895cd2ae005eb55 (patch) | |
tree | 3b02b20f793fa8011e9589bcf992d61eec81584a /src/gallium/drivers/radeon/radeon_llvm.h | |
parent | ef8fde6acbc575487388389b3af5eab18eae4537 (diff) |
r600g/llvm: Fix alpha_to_one piglit tests
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
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 21360e296cf..bfeacb5331f 100644 --- a/src/gallium/drivers/radeon/radeon_llvm.h +++ b/src/gallium/drivers/radeon/radeon_llvm.h @@ -64,6 +64,7 @@ struct radeon_llvm_context { struct pipe_stream_output_info *stream_outputs; unsigned color_buffer_count; unsigned fs_color_all; + unsigned alpha_to_one; /*=== Front end configuration ===*/ |