diff options
author | Marek Olšák <[email protected]> | 2013-02-01 21:45:15 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-02-07 00:20:24 +0100 |
commit | 4dc142d521f9161275deb030efcde112f835307c (patch) | |
tree | 37c449cb6c5b3c16dae39c5449618112f786ebe0 /src/gallium/drivers/r300/r300_context.h | |
parent | 27e216a07501f4d2ade1e1ec8b9a1f709304013b (diff) |
r300g: fix blending and alpha-test with RGBX16F and enable MSAA for it
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index d88ba3f7ed7..e6b0181cd84 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -82,6 +82,7 @@ struct r300_blend_state { uint32_t cb_clamp[COLORMASK_NUM_SWIZZLES][8]; uint32_t cb_noclamp[8]; + uint32_t cb_noclamp_noalpha[8]; uint32_t cb_no_readwrite[8]; }; |