summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/stw_device.c
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: add a stw_device::initialized fieldBrian Paul2016-06-301-0/+2
* st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTIONBrian Paul2015-11-121-2/+2
* st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTIONBrian Paul2015-11-121-4/+4
* st/wgl: Ignore ulVersion in DrvValidateVersion.José Fonseca2015-01-081-2/+10
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-041-0/+2
* st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2014-05-301-13/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* wgl: Force framebuffer validation on glViewport.José Fonseca2011-03-091-1/+13
* st/wgl: No need to initialize OneTimeLock anymore.José Fonseca2011-03-061-6/+0
* scons: Add support for GLES.Chia-I Wu2011-01-221-0/+3
* WIN32_THREADS -> WIN32José Fonseca2010-12-021-6/+0
* wgl: More complete WGL_ARB_pbuffer support.José Fonseca2010-11-301-0/+4
* st/wgl: Include main/core.h.Chia-I Wu2010-08-241-1/+1
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+7
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-121-27/+16
* gallium: remove trace module injection from various state trackersKeith Whitwell2010-03-101-11/+3
* glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-2/+2
* wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca2010-02-121-0/+1
* wgl: Do not reach out and destroy contexts on cleanup.José Fonseca2010-02-121-10/+12
* wgl: Call st_swapbuffers instead of st_notify_swapbuffers.José Fonseca2009-12-021-13/+1
* wgl: DWM integration.José Fonseca2009-09-241-25/+27
* wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-231-3/+20
* wgl: Flatten the source tree.José Fonseca2009-09-231-0/+225