summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-031-4/+59
* st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul2015-11-121-1/+1
* st/wgl: include u_debug.hBrian Paul2015-11-121-0/+2
* st/wgl: Don't cache HDC anywhere.José Fonseca2012-10-081-2/+0
* st/wgl: check for hPbuffer=0 in wgl pbuffer functionsBrian Paul2012-02-231-0/+20
* st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca2012-02-231-1/+1
* st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca2012-02-101-5/+21
* st/wgl: Invoke SetPixelFormat twice for pbuffers.José Fonseca2012-02-101-1/+2
* st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca2012-02-101-1/+1
* st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca2012-02-101-1/+1
* st/wgl: Release stw_framebuffer::mutex after pbuffer creation.Mathias Froehlich2011-10-131-0/+2
* st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARBBrian Paul2011-06-231-1/+1
* st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca2011-05-041-1/+25
* st/wgl: Adjust the pbuffer invisible window size.José Fonseca2011-03-241-8/+53
* wgl: More complete WGL_ARB_pbuffer support.José Fonseca2010-11-301-11/+143
* wgl: Stub WGL_ARB_pbuffer support.José Fonseca2010-11-301-0/+80