]> git.cworth.org Git - apitrace/commit
Quick hack to downsample multisampled framebuffers.
authorZack Rusin <zack@kde.org>
Sat, 23 Apr 2011 01:54:17 +0000 (21:54 -0400)
committerZack Rusin <zack@kde.org>
Sat, 23 Apr 2011 01:57:39 +0000 (21:57 -0400)
commitcd6cbab6f11f49cbfc3621c4baa0cf5056ee7b3b
treea09ef2b3c86de55d5f5829d21832c78e1e8e7f71
parent23691291a81667795d209f3f2a812a99781412c4
Quick hack to downsample multisampled framebuffers.

readpixels doesn't work with multisampled buffers so lets create
a duplicate non-multisampled fbo, blit the contents of the currently
bound fbo and read that.
glstate.py