st/clover: add space between < and ::
[mesa.git] / src / gallium / state_trackers / wgl /
2017-04-07 Brian Paulst/wgl: sort strings in stw_extension_string[] array
2017-04-07 Brian Paulst/wgl: pseudo-implementation of WGL_EXT_swap_control
2017-03-31 Neha Bhendest/wgl: Replace variable name hdc with hDrawDC
2017-03-31 Brian Paulst/wgl: add support for WGL_ARB_make_current_read
2017-03-31 Brian Paulstw/wgl: add null context check in wglBindTexImageARB()
2017-03-22 Emil Velikovst/wgl: consistently use ifndef guards over pragma...
2017-02-18 Charmaine Leest/wgl: flush with ST_FLUSH_WAIT before releasing share...
2016-06-30 Brian Paulst/wgl: make own_mutex() non-static
2016-06-30 Brian Paulst/wgl: remove unneeded inline qualifiers
2016-06-30 Brian Paulst/wgl: add a stw_device::initialized field
2016-06-30 Brian Paulst/wgl: refactor framebuffer locking code
2016-06-30 José Fonsecast/wgl: rename curctx to old_ctx in stw_make_current()
2016-06-30 Brian Paulst/wgl: release the pbuffer DC at the end of wglBindTex...
2016-05-25 Giuseppe Bilottascons: whitespace cleanup
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-03 Brian Paulst/wgl: add new stw_ext_rendertexture.c file
2015-12-03 Brian Paulst/wgl: add support for WGL_ARB_render_texture
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-12 Brian Paulst/wgl: add a comment about recursive locking in stw_ma...
2015-11-12 Brian Paulst/wgl: add a lock assertion in stw_framebuffer_from_hw...
2015-11-12 José Fonsecast/wgl: add some mutex checking code
2015-11-12 Brian Paulst/wgl: rename stw_framebuffer_release() to stw_framebu...
2015-11-12 Brian Paulst/wgl: reimplement stw_framebuffer::mutex with CRITICA...
2015-11-12 Brian Paulst/wgl: include u_debug.h
2015-11-12 Brian Paulst/wgl: reimplement stw_device::fb_mutex with CRITICAL_...
2015-11-12 Brian Paulst/wgl: re-implement stw_device::ctx_mutex with CRITICA...
2015-11-11 Brian Paulst/wgl: clarify code in stw_framebuffer_from_hwnd_locked()
2015-11-11 Brian Paulst/wgl: improve some function comments
2015-11-11 Brian Paulst/wgl: whitespace/formatting fixes
2015-11-11 Brian Paulst/wgl: fix locking issue in stw_st_framebuffer_present...
2015-11-09 Brian Paulst/wgl: add null pointer check for HUD texture
2015-11-09 Brian Paulst/wgl: fix double-present on swapbuffers bug
2015-11-09 Brian Paulst/wgl: reorder pixel formats to put MSAA formats last
2015-11-09 José Fonsecast/wgl: Don't rely on GDI to bookkeep pixelformat for us.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Emil Velikovst/wgl: add stw_nopfuncs.h to the sources lists
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-19 Brian Paulst/wgl: fix WGL_SWAP_METHOD_ARB query
2015-06-19 Brian Paulstw: use new stw_get_nop_function() function to avoid...
2015-06-19 Brian Paulstw: add some no-op functions for GL_EXT_dsa, GL_NV_hal...
2015-06-19 Jose Fonsecast/wgl: Don't return core profile for 3.1 contexts.
2015-06-19 Brian Paulst/wgl: set PIPE_BIND_SAMPLER_VIEW for window color...
2015-06-19 Brian Paulst/wgl: add support for multisample pixel formats
2015-06-19 Brian Paulst/wgl: respect sample count when creating framebuffer...
2015-06-19 Brian Paulst/wgl: fix WGL_SAMPLE_BUFFERS_ARB query
2015-04-27 Zoë BladeFix a few typos
2015-04-15 Jose Fonsecast/wgl: Couple of fixes to opengl32.dll's wglCreateCont...
2015-01-08 José Fonsecast/wgl: Ignore ulVersion in DrvValidateVersion.
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-11-26 José Fonsecast/wgl: Don't export wglGetExtensionsStringARB.
2014-11-14 José Fonsecast/wgl: Implement WGL_EXT_create_context_es/es2_profile.
2014-10-23 Alon Levywgl: stw_pixelformat_get_info: correct type for index...
2014-10-03 Brian Paulst/wgl: add WINAPI qualifiers on wgl function typedefs
2014-07-29 José Fonsecast/wgl: Clamp wglChoosePixelFormatARB's output nNumForm...
2014-06-04 José Fonsecawgl: Disable CRT message boxes when Windows system...
2014-05-30 Brian Paulst/wgl: use _debug_printf() instead of fprintf()
2014-05-30 Brian Paulst/wgl: formatting fixes in stw_framebuffer.c
2014-05-30 Brian Paulst/wgl: make stw_lookup_context_locked() an inline...
2014-05-30 Brian Paulst/wgl: fix implementation of wglCreateContextAttribsARB()
2014-05-30 Brian Paulst/wgl: add debug code to check that pixel format initi...
2014-05-30 Brian Paulst/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.
2014-05-07 José Fonsecast/wgl: Advertise WGL_ARB_create_context(_profile).
2014-05-07 José Fonsecast/wgl: Honour request of 3.1 contexts through core...
2014-04-03 José Fonsecast/wgl: Remove wgl*Gallium*MESA().
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-10-01 Emil Velikovst/wgl: consolidate C sources list into Makefile.sources
2013-09-11 Maarten Lankhorstst/dri: do not create a new context for msaa copy
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-17 Brian Paulst/wgl: fix issue with SwapBuffers of minimized windows
2013-04-05 José Fonsecast/wgl: Install our windows message hook to threads...
2013-04-04 Brian Paulst/wgl: add HUD support
2013-04-04 Brian Paulst/wgl: make stw_current_context() non-static
2012-12-07 Marek Olšákgallium: pass the current context to the flush_front...
2012-10-08 José Fonsecast/wgl: Don't cache HDC anywhere.
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-08-24 Brian Paulwgl: update some comments
2012-06-26 José Fonsecast/wgl: Add a few more comments.
2012-06-25 Brian Paulst/wgl: 80-column wrapping
2012-02-23 Brian Paulst/wgl: check for hPbuffer=0 in wgl pbuffer functions
2012-02-23 José Fonsecast/wgl: Fix argument of stw_pixelformat_get_info().
2012-02-10 Brian Paulst/wgl: refactor stw_pixelformat_init()
2012-02-10 José Fonsecast/wgl: Properly support non-displayble pixel formats...
2012-02-10 José Fonsecast/wgl: Invoke SetPixelFormat twice for pbuffers.
2012-02-10 José Fonsecast/wgl: Just pass pPixelFormat to stw_pixelformat_get_i...
2012-02-10 José Fonsecast/wgl: Fix argument of stw_pixelformat_get_info().
2012-01-11 José Fonsecast/wgl: Return NULL for NULL HDCs in wglGetExtensionsSt...
2011-12-24 Alexandre Demersegl,glx,wgl: Fixes stapi->createContext usage
2011-12-23 Ian Romanickst-api: Clean-up OpenGL profile handling
2011-11-02 Morgan ArmandwglSetPixelFormat should ignore the ppfd parameter.
2011-10-28 Morgan Armandimplement WGL_ARB_create_context
2011-10-13 Mathias Froehlichst/wgl: Release stw_framebuffer::mutex after pbuffer...
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-08-30 José Fonsecast/wgl: Fix build on mingw-w64
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
next