mirror of
https://github.com/brl/mutter.git
synced 2025-02-14 20:34:10 +00:00
![Robert Bragg](/assets/img/avatar_default.png)
This adds a very basic test of onscreen and offscreen multisample rendering with 4 samples per pixel. The test simply draws two triangles; the one on the left is rendered directly to the onscreen framebuffer and the other is first rendered offscreen before copying it onscreen. Reviewed-by: Neil Roberts <neil@linux.intel.com>