aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/stw_context.c
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: refactor framebuffer locking codeBrian Paul2016-06-301-16/+35
* st/wgl: rename curctx to old_ctx in stw_make_current()José Fonseca2016-06-301-8/+8
* st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul2015-11-121-0/+4
* st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul2015-11-121-2/+2
* st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTIONBrian Paul2015-11-121-14/+15
* st/wgl: whitespace/formatting fixesBrian Paul2015-11-111-41/+38
* st/wgl: fix double-present on swapbuffers bugBrian Paul2015-11-091-12/+0
* st/wgl: Don't rely on GDI to bookkeep pixelformat for us.José Fonseca2015-11-091-6/+3
* st/wgl: Don't return core profile for 3.1 contexts.Jose Fonseca2015-06-191-7/+6
* st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca2014-11-141-29/+45
* st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul2014-05-301-8/+39
* st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-05-071-2/+15
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/wgl: add HUD supportBrian Paul2013-04-041-0/+12
* st/wgl: make stw_current_context() non-staticBrian Paul2013-04-041-1/+1
* st/wgl: 80-column wrappingBrian Paul2012-06-251-4/+6
* st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca2012-02-101-0/+14
* st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca2012-02-101-1/+1
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-241-2/+3
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-231-5/+17
* implement WGL_ARB_create_contextMorgan Armand2011-10-281-7/+40
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-4/+2
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-6/+2
* wgl: Unreference the current framebuffer after the make_current call.José Fonseca2010-12-021-51/+58
* st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu2010-11-181-11/+4
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+6
* st/wgl: Include main/core.h.Chia-I Wu2010-08-241-1/+1
* stw: Fix minor st_api migration glitches.José Fonseca2010-04-121-1/+1
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-121-65/+60
* st/wgl: add missing paramterKeith Whitwell2010-03-101-1/+1
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-3/+3
* wgl: Be lenient when sharing contexts.José Fonseca2010-02-151-2/+1
* wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca2010-02-121-0/+6
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-25/+3
* wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-231-37/+404
* wgl: Flatten the source tree.José Fonseca2009-09-231-0/+382