]> git.proxmox.com Git - mirror_novnc.git/commit
Switch to RGBx pixel format
authorPierre Ossman <ossman@cendio.se>
Sun, 7 Jun 2020 12:22:07 +0000 (14:22 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 8 Jun 2020 05:57:17 +0000 (07:57 +0200)
commit6a19390baafedbc2729597fe244010a2aaadc068
tree38e191862ea2e3c311bf8c60948806a08310bb91
parentf5b5767c980da9fe5e2cb388eaa55c4368abd780
Switch to RGBx pixel format

This is what the browser wants so it avoids having to spend time
converting everything. Unfortunately it usually means the server instead
needs to convert it for us, but we assume it has more power than we do.
core/decoders/hextile.js
core/decoders/raw.js
core/decoders/tight.js
core/display.js
core/rfb.js
core/util/browser.js
tests/test.copyrect.js
tests/test.display.js
tests/test.hextile.js
tests/test.raw.js
tests/test.rre.js