diff options
author | Marek Olšák <[email protected]> | 2012-07-18 04:17:11 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-18 04:17:11 +0200 |
commit | de4fd087cbccd47e703f750968b79525ddbe4554 (patch) | |
tree | 646ac6f48717b1288a6537ed8f40982f34fe9578 /src/gallium/drivers/r600/r600_pipe.h | |
parent | bc2f5fc01e678ecd19f921e5bc7bd55c131dde66 (diff) |
r600g: always derive alphatest state from the first colorbuffer
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 063d9d38e63..2f16ff6e51c 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -97,7 +97,7 @@ struct r600_alphatest_state { unsigned sx_alpha_test_control; /* this comes from dsa state */ unsigned sx_alpha_ref; /* this comes from dsa state */ bool bypass; - bool export_16bpc; /* from set_framebuffer_state */ + bool cb0_export_16bpc; /* from set_framebuffer_state */ }; enum r600_pipe_state_id { |