svga: add comment about unsupported blend modes
authorBrian Paul <brianp@vmware.com>
Fri, 19 Aug 2016 15:36:02 +0000 (09:36 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Aug 2016 12:19:52 +0000 (06:19 -0600)
src/gallium/drivers/svga/svga_pipe_blend.c

index a9f1c4fa0c8490dd86c003358597d7a191d56336..408e175fea7509f915fa6b3f802cec808c6f33fa 100644 (file)
@@ -37,6 +37,9 @@
 static inline unsigned
 svga_translate_blend_factor(const struct svga_context *svga, unsigned factor)
 {
+   /* Note: there is no SVGA3D_BLENDOP_[INV]BLENDFACTORALPHA so
+    * we can't translate PIPE_BLENDFACTOR_[INV_]CONST_ALPHA properly.
+    */
    switch (factor) {
    case PIPE_BLENDFACTOR_ZERO:            return SVGA3D_BLENDOP_ZERO;
    case PIPE_BLENDFACTOR_SRC_ALPHA:       return SVGA3D_BLENDOP_SRCALPHA;