Merge branch '7.8'
[mesa.git] / src / gallium / drivers / cell / ppu / cell_state_per_fragment.h
index f699247f9e4847383c96f68b407176c879c7e918..a8267a51331c13dbce8e53517d29368ddac7101f 100644 (file)
@@ -31,4 +31,9 @@ cell_generate_depth_stencil_test(struct cell_depth_stencil_alpha_state *cdsa);
 extern void
 cell_generate_alpha_blend(struct cell_blend_state *cb);
 
+extern void
+cell_generate_logic_op(struct spe_function *f,
+                       const struct pipe_blend_state *blend,
+                       struct pipe_surface *surf);
+
 #endif /* CELL_STATE_PER_FRAGMENT_H */