]> source.dussan.org Git - tigervnc.git/commit
Using DirectColorModel constructor with an alpha mask other than 0 creates a ColorMap...
authorBrian Hinz <bphinz@users.sourceforge.net>
Fri, 1 Mar 2013 00:29:10 +0000 (00:29 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Fri, 1 Mar 2013 00:29:10 +0000 (00:29 +0000)
commit299df6865f2f05a9f6feef9b4ac758e85672949f
tree77b2f8bfb5dfb2e337a92bc8617cfd6e4fb4d00b
parent3e7ed8164f77dfdfe62d8bedd35e48d3a8ae575a
Using DirectColorModel constructor with an alpha mask other than 0 creates a ColorMap with Transparency.TRANSLUCENT rather than OPAQUE.  This in turn causes rendering between opaque BufferedImages or to the screen to be performed without HW acceleration.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5052 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/rfb/PixelBuffer.java