st/wgl: Allow to create pbuffers bigger than the desktop.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 3 May 2011 18:09:53 +0000 (19:09 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 4 May 2011 12:09:14 +0000 (13:09 +0100)
commit9fbd708932d151b6ababbca1e23d01fb22154446
treea4ab9e2b91db1291b891380356ef53aeb35b15ad
parentc636daa1455121d1db5b98bba09dd8004498c3b8
st/wgl: Allow to create pbuffers bigger than the desktop.

We use a hidden window for pbuffer contexts, but Windows limits window
sizes to the desktop size by default. This means that creating a big
pbuffer on a small resolution single monitor would truncate the pbuffer
size to the desktop.

This change overrides the windows maximum size, allow to create windows
arbitrarily large.
src/gallium/state_trackers/wgl/stw_ext_pbuffer.c