Brief note to mention that support for accelerated compositing is now
compiled in to the Chromium Mac continuous builds. This includes
support for 3D CSS as well as fully accelerated WebGL. It works on
10.6 only. (Linux support for the accelerated compositor was added
recently as well, thanks to Antoine Labour.)
Run with the command-line option --enable-accelerated-compositing to
try it. Add --enable-webgl to test WebGL in combination with the
compositor. Note the performance improvement on large content such as
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/demos/google/nvidia-vertex-buffer-object/index.html
.
The port is currently crashier than on other platforms and has
significant bugs like garbage during and after window resizing. These
are being worked on next. Please feel free to file bugs and assign
them to me. Reproducible test cases appreciated.
-Ken