diff options
author | Constantine Kharlamov <[email protected]> | 2017-04-10 23:04:36 +0300 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-04-10 22:45:22 +0200 |
commit | 544b40089b30db4066a1fc44fdb8073f8b5ec95b (patch) | |
tree | a8782b5e9b156b381ae1d8f40ddbac82f060bd1b /src/gallium/drivers/r600/r600_pipe.h | |
parent | 22de96680cf4cd0fbc3ba477956d95770cf6dc69 (diff) |
r600g: add draw_vbo check for a NULL pixel shader
Taken from radeonsi, required to remove dummy pixel shader in the next patch
Signed-off-by: Constantine Kharlamov <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Marek Olšák <[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, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 86634b8681f..7f1ecc278b6 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -279,6 +279,7 @@ struct r600_rasterizer_state { bool scissor_enable; bool multisample_enable; bool clip_halfz; + bool rasterizer_discard; }; struct r600_poly_offset_state { |