summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: make own_mutex() non-staticBrian Paul2016-06-302-4/+7
* st/wgl: remove unneeded inline qualifiersBrian Paul2016-06-302-4/+4
* st/wgl: add a stw_device::initialized fieldBrian Paul2016-06-303-24/+35
* st/wgl: refactor framebuffer locking codeBrian Paul2016-06-304-51/+68
* st/wgl: rename curctx to old_ctx in stw_make_current()José Fonseca2016-06-301-8/+8
* st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()Brian Paul2016-06-301-1/+6
* scons: whitespace cleanupGiuseppe Bilotta2016-05-251-1/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-5/+5
* st/wgl: add new stw_ext_rendertexture.c fileBrian Paul2015-12-031-0/+252
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-039-10/+118
* st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul2015-11-121-0/+4
* st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul2015-11-121-0/+1
* st/wgl: add some mutex checking codeJosé Fonseca2015-11-121-0/+26
* st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul2015-11-125-19/+19
* st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul2015-11-124-29/+32
* st/wgl: include u_debug.hBrian Paul2015-11-123-0/+6
* st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTIONBrian Paul2015-11-123-15/+29
* st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTIONBrian Paul2015-11-123-19/+34
* 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-113-63/+48
* st/wgl: fix locking issue in stw_st_framebuffer_present_locked()Brian Paul2015-11-111-0/+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-093-20/+12
* st/wgl: reorder pixel formats to put MSAA formats lastBrian Paul2015-11-091-29/+32
* st/wgl: Don't rely on GDI to bookkeep pixelformat for us.José Fonseca2015-11-092-7/+6
* gallium: replace INLINE with inlineIlia Mirkin2015-07-214-6/+6
* st/wgl: add stw_nopfuncs.h to the sources listsEmil Velikov2015-06-241-0/+1
* st/wgl: fix WGL_SWAP_METHOD_ARB queryBrian Paul2015-06-191-1/+6
* stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashesBrian Paul2015-06-191-3/+20
* stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_floatBrian Paul2015-06-193-0/+476
* st/wgl: Don't return core profile for 3.1 contexts.Jose Fonseca2015-06-191-7/+6
* st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffersBrian Paul2015-06-191-0/+1
* st/wgl: add support for multisample pixel formatsBrian Paul2015-06-191-9/+20
* st/wgl: respect sample count when creating framebuffer surfacesBrian Paul2015-06-191-0/+1
* st/wgl: fix WGL_SAMPLE_BUFFERS_ARB queryBrian Paul2015-06-191-1/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...Jose Fonseca2015-04-153-9/+66
* st/wgl: Ignore ulVersion in DrvValidateVersion.José Fonseca2015-01-081-2/+10
* Don't cast the return value of malloc/reallocMatt Turner2014-12-081-1/+1
* st/wgl: Don't export wglGetExtensionsStringARB.José Fonseca2014-11-261-1/+0
* st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca2014-11-143-63/+78
* wgl: stw_pixelformat_get_info: correct type for index variableAlon Levy2014-10-231-1/+1
* st/wgl: add WINAPI qualifiers on wgl function typedefsBrian Paul2014-10-031-2/+2
* st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca2014-07-291-2/+4
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-041-0/+2
* st/wgl: use _debug_printf() instead of fprintf()Brian Paul2014-05-301-7/+3
* st/wgl: formatting fixes in stw_framebuffer.cBrian Paul2014-05-301-82/+70
* st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2014-05-302-15/+9
* st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul2014-05-303-22/+136