summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-08st/wgl: Don't cache HDC anywhere.José Fonseca1-2/+0
2012-02-23st/wgl: check for hPbuffer=0 in wgl pbuffer functionsBrian Paul1-0/+20
2012-02-23st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca1-1/+1
2012-02-10st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca1-5/+21
2012-02-10st/wgl: Invoke SetPixelFormat twice for pbuffers.José Fonseca1-1/+2
2012-02-10st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca1-1/+1
2012-02-10st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca1-1/+1
2011-10-13st/wgl: Release stw_framebuffer::mutex after pbuffer creation.Mathias Froehlich1-0/+2
2011-06-23st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARBBrian Paul1-1/+1
2011-05-04st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca1-1/+25
2011-03-24st/wgl: Adjust the pbuffer invisible window size.José Fonseca1-8/+53
2010-11-30wgl: More complete WGL_ARB_pbuffer support.José Fonseca1-11/+143
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca1-0/+80