summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/stw_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: remove unneeded inline qualifiersBrian Paul2016-06-301-2/+2
* st/wgl: add a stw_device::initialized fieldBrian Paul2016-06-301-24/+31
* st/wgl: refactor framebuffer locking codeBrian Paul2016-06-301-33/+10
* st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul2015-11-121-0/+1
* st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul2015-11-121-10/+10
* st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul2015-11-121-19/+8
* st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTIONBrian Paul2015-11-121-12/+12
* st/wgl: clarify code in stw_framebuffer_from_hwnd_locked()Brian Paul2015-11-111-2/+2
* st/wgl: improve some function commentsBrian Paul2015-11-111-6/+30
* st/wgl: whitespace/formatting fixesBrian Paul2015-11-111-8/+3
* st/wgl: add null pointer check for HUD textureBrian Paul2015-11-091-1/+3
* st/wgl: fix double-present on swapbuffers bugBrian Paul2015-11-091-7/+12
* st/wgl: Don't rely on GDI to bookkeep pixelformat for us.José Fonseca2015-11-091-1/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* st/wgl: formatting fixes in stw_framebuffer.cBrian Paul2014-05-301-82/+70
* st/wgl: fix issue with SwapBuffers of minimized windowsBrian Paul2013-04-171-9/+13
* st/wgl: add HUD supportBrian Paul2013-04-041-0/+10
* st/wgl: Don't cache HDC anywhere.José Fonseca2012-10-081-7/+0
* st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca2012-02-101-4/+17
* st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca2012-02-101-1/+1
* wgl: Don't hold on to user supplied HDC.José Fonseca2011-05-241-17/+13
* st/wgl: Remove buggy assertion.José Fonseca2011-05-101-2/+0
* st/wgl: Cope with zero width/height windows.José Fonseca2011-05-041-12/+38
* st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca2011-04-121-5/+12
* st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca2011-04-121-3/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+7
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-121-53/+46
* gallium: remove trace module injection from various state trackersKeith Whitwell2010-03-101-19/+0
* wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca2010-02-121-1/+16
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-24/+7
|\
| * wgl: Call st_swapbuffers instead of st_notify_swapbuffers.José Fonseca2009-12-021-24/+7
* | Remove remaining pipe format utility functions.Michal Krol2009-12-081-3/+1
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-2/+3
|/
* wgl: DWM integration.José Fonseca2009-09-241-33/+161
* wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-231-9/+9
* wgl: Flatten the source tree.José Fonseca2009-09-231-0/+493