]> source.dussan.org Git - tigervnc.git/commit
Allow conditional dependencies between rects when decoding
authorPierre Ossman <ossman@cendio.se>
Fri, 13 Nov 2015 09:47:28 +0000 (10:47 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 27 Nov 2015 10:10:41 +0000 (11:10 +0100)
commite6ad4456230799c1eac59010b5eaad83005fc0df
tree4a34e878bde74c979318a71761ef4e24f3fc60ab
parenta862add9b5a35fd628db40c7ecc873dfa7608aeb
Allow conditional dependencies between rects when decoding

Some encodings only cause dependencies between rects some of the
time. Make sure we can allow parallel decoding of those rect that
aren't dependent on each other.
common/rfb/DecodeManager.cxx
common/rfb/Decoder.cxx
common/rfb/Decoder.h
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h