diff options
author | Dave Airlie <[email protected]> | 2012-04-27 09:38:46 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-05-12 08:25:21 +0100 |
commit | 31a25dac98ea20ba853128f98987c6358d8e0598 (patch) | |
tree | b4018bddd143a950c370438ab198f597a5508c7f /src/gallium/drivers/r600/r600_pipe.h | |
parent | e253ead78e65a64b606e8f46cdceec2689aaf9f4 (diff) |
r600g: setup COLOR1 for possible dual-src in the framebuffer bind
As pointed out by Marek, if we have only one cb, we may as well add this
single register write here rather than adding it in the draw loop.
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index db455f021ad..a3ec9e5f7fa 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -345,7 +345,6 @@ struct r600_context { void *dummy_pixel_shader; boolean dual_src_blend; - unsigned color0_format; /* Vertex and index buffers. */ bool vertex_buffers_dirty; |