st/mesa: Fix surfaceless opengl with non-dummy contexts
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 8 Feb 2011 18:04:15 +0000 (19:04 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 11 Feb 2011 21:54:04 +0000 (16:54 -0500)
commit81affb8f4cb1a8e0304002d9cb3630ad42710b4c
treeb627e3902b1907b94b16693104211881524affa2
parent6c3a82a1a3244880cfe9b72dcfb29d29d0baafc3
st/mesa: Fix surfaceless opengl with non-dummy contexts

main/context.c:check_complatible() detecs an incomplete
framebuffer using its pointer, so do not copy it.

This should fix https://bugs.freedesktop.org/show_bug.cgi?id=34042
src/mesa/state_tracker/st_manager.c