summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/stw_st.c
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: make own_mutex() non-staticBrian Paul2016-06-301-4/+4
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-031-5/+0
* 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-121-2/+2
* st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul2015-11-121-2/+2
* st/wgl: fix locking issue in stw_st_framebuffer_present_locked()Brian Paul2015-11-111-0/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffersBrian Paul2015-06-191-0/+1
* st/wgl: respect sample count when creating framebuffer surfacesBrian Paul2015-06-191-0/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* st/wgl: add HUD supportBrian Paul2013-04-041-0/+13
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+2
* st/wgl: Don't cache HDC anywhere.José Fonseca2012-10-081-1/+12
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-0/+2
* wgl: Don't hold on to user supplied HDC.José Fonseca2011-05-241-5/+6
* wgl: Fix double free. Remove dead code.José Fonseca2010-12-021-62/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-27/+31
* st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee2010-04-251-2/+2
* stw: Update for pipe_resource interface changes.José Fonseca2010-04-121-15/+17
* stw: Fix minor st_api migration glitches.José Fonseca2010-04-121-1/+5
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-121-0/+306