From bbd27a1076129d80648d1de549e45ae8d69bc5fc Mon Sep 17 00:00:00 2001
From: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Date: Fri, 24 Apr 2015 14:15:16 +0300
Subject: [PATCH] Added conformance comment about alpha
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

At least on windows, trying to create a context with 0 alpha bits and
8 bits for other colors creates a context with 8 alpha bits.

Change-Id: I23659e4d47a0adee38249d85034a2bac41b84d1f
Task-number: QTBUG-45588
Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Reviewed-by: Pasi Keränen <pasi.keranen@digia.com>
---
 src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc b/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc
index 9a88ff6..d98409b 100644
--- a/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc
+++ b/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc
@@ -202,5 +202,7 @@
  *      attributes or the buffers they point to.
  *
  *      \li Enabling the stencil context attribute also forces the depth attribute to be enabled.
+ *
+ *      \li Disabling alpha context attribute does not work on some platforms.
  * \endlist
  */
-- 
GitLab