r300: Implement hardware acceleration for ColorLogicOp
[mesa.git] / src / mesa / drivers / dri / r300 / r300_context.h
index 98af6d8f10a6c61cbc9686cb555c1c43cd0b4853..d2017f8afeb9d0a6259cb87648a6e145ae556202 100644 (file)
@@ -516,6 +516,7 @@ struct r300_hw_state {
        struct r300_state_atom bld;     /* blending (4E04) */
        struct r300_state_atom cmk;     /* colormask (4E0C) */
        struct r300_state_atom blend_color;     /* constant blend color */
+       struct r300_state_atom rop;     /* ropcntl */
        struct r300_state_atom cb;      /* colorbuffer (4E28) */
        struct r300_state_atom rb3d_dither_ctl; /* (4E50) */
        struct r300_state_atom rb3d_aaresolve_ctl;      /* (4E88) */