]> git.proxmox.com Git - mirror_novnc.git/commit - vnc.js
Double Chrome hextile perf again. Add canvas test.
authorJoel Martin <github@martintribe.org>
Mon, 17 May 2010 15:18:37 +0000 (10:18 -0500)
committerJoel Martin <github@martintribe.org>
Mon, 17 May 2010 18:07:53 +0000 (13:07 -0500)
commit97763d0eb8ee0610b818506327481c11a0397ebb
tree2525b80f7c7bfdda14f70efbb3fa450b2087aaf3
parent3c1bead9a0d2c1e7427f6ab1815df7f009e595ab
Double Chrome hextile perf again. Add canvas test.

- By dereferencing the 'data' field of the imageData object before the
  loop, the hextile performance on Chrome is down to 140ms or so for
  a full 800x600 update. Still have to fall back to Canvas operations
  for firefox.

- Fix RQ empty after reorder bug.
include/canvas.js
tests/canvas.html
vnc.js