summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl
AgeCommit message (Expand)AuthorFilesLines
2017-04-28st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul1-72/+62
2017-04-28st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee1-2/+2
2017-04-28st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul1-1/+1
2017-04-28st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul1-59/+52
2017-04-07st/wgl: sort strings in stw_extension_string[] arrayBrian Paul1-3/+3
2017-04-07st/wgl: pseudo-implementation of WGL_EXT_swap_controlBrian Paul7-12/+86
2017-03-31st/wgl: Replace variable name hdc with hDrawDCNeha Bhende2-10/+10
2017-03-31st/wgl: add support for WGL_ARB_make_current_readBrian Paul8-16/+107
2017-03-31stw/wgl: add null context check in wglBindTexImageARB()Brian Paul1-0/+6
2017-03-22st/wgl: consistently use ifndef guards over pragma onceEmil Velikov1-1/+3
2017-02-18st/wgl: flush with ST_FLUSH_WAIT before releasing shared contextsCharmaine Lee2-2/+15
2016-06-30st/wgl: make own_mutex() non-staticBrian Paul2-4/+7
2016-06-30st/wgl: remove unneeded inline qualifiersBrian Paul2-4/+4
2016-06-30st/wgl: add a stw_device::initialized fieldBrian Paul3-24/+35
2016-06-30st/wgl: refactor framebuffer locking codeBrian Paul4-51/+68
2016-06-30st/wgl: rename curctx to old_ctx in stw_make_current()José Fonseca1-8/+8
2016-06-30st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()Brian Paul1-1/+6
2016-05-25scons: whitespace cleanupGiuseppe Bilotta1-1/+1
2016-05-17Treewide: Remove Elements() macroJan Vesely1-5/+5
2015-12-03st/wgl: add new stw_ext_rendertexture.c fileBrian Paul1-0/+252
2015-12-03st/wgl: add support for WGL_ARB_render_textureBrian Paul9-10/+118
2015-11-12st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul1-0/+4
2015-11-12st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul1-0/+1
2015-11-12st/wgl: add some mutex checking codeJosé Fonseca1-0/+26
2015-11-12st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul5-19/+19
2015-11-12st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul4-29/+32
2015-11-12st/wgl: include u_debug.hBrian Paul3-0/+6
2015-11-12st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTIONBrian Paul3-15/+29
2015-11-12st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTIONBrian Paul3-19/+34
2015-11-11st/wgl: clarify code in stw_framebuffer_from_hwnd_locked()Brian Paul1-2/+2
2015-11-11st/wgl: improve some function commentsBrian Paul1-6/+30
2015-11-11st/wgl: whitespace/formatting fixesBrian Paul3-63/+48
2015-11-11st/wgl: fix locking issue in stw_st_framebuffer_present_locked()Brian Paul1-0/+3
2015-11-09st/wgl: add null pointer check for HUD textureBrian Paul1-1/+3
2015-11-09st/wgl: fix double-present on swapbuffers bugBrian Paul3-20/+12
2015-11-09st/wgl: reorder pixel formats to put MSAA formats lastBrian Paul1-29/+32
2015-11-09st/wgl: Don't rely on GDI to bookkeep pixelformat for us.José Fonseca2-7/+6
2015-07-21gallium: replace INLINE with inlineIlia Mirkin4-6/+6
2015-06-24st/wgl: add stw_nopfuncs.h to the sources listsEmil Velikov1-0/+1
2015-06-19st/wgl: fix WGL_SWAP_METHOD_ARB queryBrian Paul1-1/+6
2015-06-19stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashesBrian Paul1-3/+20
2015-06-19stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_floatBrian Paul3-0/+476
2015-06-19st/wgl: Don't return core profile for 3.1 contexts.Jose Fonseca1-7/+6
2015-06-19st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffersBrian Paul1-0/+1
2015-06-19st/wgl: add support for multisample pixel formatsBrian Paul1-9/+20
2015-06-19st/wgl: respect sample count when creating framebuffer surfacesBrian Paul1-0/+1
2015-06-19st/wgl: fix WGL_SAMPLE_BUFFERS_ARB queryBrian Paul1-1/+1
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-15st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...Jose Fonseca3-9/+66
2015-01-08st/wgl: Ignore ulVersion in DrvValidateVersion.José Fonseca1-2/+10