iris: Clone before calling nir_strip and serializing
[mesa.git] / src / gallium / state_trackers / wgl /
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-03-04 Brian Paulst/wgl: init a variable to silence MinGW warning
2018-10-30 Dylan Bakergallium/util: move memory debug declarations into u_deb...
2018-10-19 Jose Fonsecascons: Remove gles option.
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-07-07 Charmaine Leest/wgl: check for NULL piAttribList in wglCreatePbuffer...
2018-03-30 Brian Paulst/wgl: check if WGL_SWAP_INTERVAL is defined in wglSwa...
2017-11-25 Marek Olšákgallium/hud: update the HUD interface for multiple...
2017-11-25 Marek Olšákgallium/hud: use cso_get_pipe_context
2017-11-25 Marek Olšákgallium/hud: split hud_draw into 3 separate functions
2017-11-15 Frank Richtergallium/wgl: fix default pixel format issue
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-10-18 Michel Dänzerst/mesa: Initialize textures array in st_framebuffer_va...
2017-08-17 Frank Richterst/wgl: check for negative delta in wait_swap_interval()
2017-07-24 Charmaine Leest/mesa: create framebuffer iface hash table per st...
2017-07-21 Charmaine Leest/mesa: add destroy_drawable interface
2017-07-12 Charmaine Leest/mesa: add a winsys buffers list in st_context
2017-07-06 Olivier Lauffenburgerst/wgl: Implement wglUseFontBitmaps.
2017-07-06 Olivier Lauffenburgerst/wgl: improve selection of pixel format
2017-06-09 Frank Richtergallium/wgl: Allow context creation even if SetPixelFor...
2017-05-25 Brian Paulst/wgl: whitespace, formatting fixes in stw_device.c
2017-04-29 Brian Paulst/wgl: whitespace, formatting fixes in stw_pixelformat.c
2017-04-29 Charmaine Leest/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA...
2017-04-29 Brian Paulst/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()
2017-04-29 Brian Paulst/wgl: whitespace/formatting fixes in stw_ext_pixelfor...
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...
next