index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
wgl
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/wgl: make own_mutex() non-static
Brian Paul
2016-06-30
2
-4
/
+7
*
st/wgl: remove unneeded inline qualifiers
Brian Paul
2016-06-30
2
-4
/
+4
*
st/wgl: add a stw_device::initialized field
Brian Paul
2016-06-30
3
-24
/
+35
*
st/wgl: refactor framebuffer locking code
Brian Paul
2016-06-30
4
-51
/
+68
*
st/wgl: rename curctx to old_ctx in stw_make_current()
José Fonseca
2016-06-30
1
-8
/
+8
*
st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()
Brian Paul
2016-06-30
1
-1
/
+6
*
scons: whitespace cleanup
Giuseppe Bilotta
2016-05-25
1
-1
/
+1
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-5
/
+5
*
st/wgl: add new stw_ext_rendertexture.c file
Brian Paul
2015-12-03
1
-0
/
+252
*
st/wgl: add support for WGL_ARB_render_texture
Brian Paul
2015-12-03
9
-10
/
+118
*
st/wgl: add a comment about recursive locking in stw_make_current()
Brian Paul
2015-11-12
1
-0
/
+4
*
st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()
Brian Paul
2015-11-12
1
-0
/
+1
*
st/wgl: add some mutex checking code
José Fonseca
2015-11-12
1
-0
/
+26
*
st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()
Brian Paul
2015-11-12
5
-19
/
+19
*
st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
4
-29
/
+32
*
st/wgl: include u_debug.h
Brian Paul
2015-11-12
3
-0
/
+6
*
st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
3
-15
/
+29
*
st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
3
-19
/
+34
*
st/wgl: clarify code in stw_framebuffer_from_hwnd_locked()
Brian Paul
2015-11-11
1
-2
/
+2
*
st/wgl: improve some function comments
Brian Paul
2015-11-11
1
-6
/
+30
*
st/wgl: whitespace/formatting fixes
Brian Paul
2015-11-11
3
-63
/
+48
*
st/wgl: fix locking issue in stw_st_framebuffer_present_locked()
Brian Paul
2015-11-11
1
-0
/
+3
*
st/wgl: add null pointer check for HUD texture
Brian Paul
2015-11-09
1
-1
/
+3
*
st/wgl: fix double-present on swapbuffers bug
Brian Paul
2015-11-09
3
-20
/
+12
*
st/wgl: reorder pixel formats to put MSAA formats last
Brian Paul
2015-11-09
1
-29
/
+32
*
st/wgl: Don't rely on GDI to bookkeep pixelformat for us.
José Fonseca
2015-11-09
2
-7
/
+6
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
4
-6
/
+6
*
st/wgl: add stw_nopfuncs.h to the sources lists
Emil Velikov
2015-06-24
1
-0
/
+1
*
st/wgl: fix WGL_SWAP_METHOD_ARB query
Brian Paul
2015-06-19
1
-1
/
+6
*
stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashes
Brian Paul
2015-06-19
1
-3
/
+20
*
stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_float
Brian Paul
2015-06-19
3
-0
/
+476
*
st/wgl: Don't return core profile for 3.1 contexts.
Jose Fonseca
2015-06-19
1
-7
/
+6
*
st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffers
Brian Paul
2015-06-19
1
-0
/
+1
*
st/wgl: add support for multisample pixel formats
Brian Paul
2015-06-19
1
-9
/
+20
*
st/wgl: respect sample count when creating framebuffer surfaces
Brian Paul
2015-06-19
1
-0
/
+1
*
st/wgl: fix WGL_SAMPLE_BUFFERS_ARB query
Brian Paul
2015-06-19
1
-1
/
+1
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...
Jose Fonseca
2015-04-15
3
-9
/
+66
*
st/wgl: Ignore ulVersion in DrvValidateVersion.
José Fonseca
2015-01-08
1
-2
/
+10
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
1
-1
/
+1
*
st/wgl: Don't export wglGetExtensionsStringARB.
José Fonseca
2014-11-26
1
-1
/
+0
*
st/wgl: Implement WGL_EXT_create_context_es/es2_profile.
José Fonseca
2014-11-14
3
-63
/
+78
*
wgl: stw_pixelformat_get_info: correct type for index variable
Alon Levy
2014-10-23
1
-1
/
+1
*
st/wgl: add WINAPI qualifiers on wgl function typedefs
Brian Paul
2014-10-03
1
-2
/
+2
*
st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.
José Fonseca
2014-07-29
1
-2
/
+4
*
wgl: Disable CRT message boxes when Windows system error messages boxes are d...
José Fonseca
2014-06-04
1
-0
/
+2
*
st/wgl: use _debug_printf() instead of fprintf()
Brian Paul
2014-05-30
1
-7
/
+3
*
st/wgl: formatting fixes in stw_framebuffer.c
Brian Paul
2014-05-30
1
-82
/
+70
*
st/wgl: make stw_lookup_context_locked() an inline function
Brian Paul
2014-05-30
2
-15
/
+9
*
st/wgl: fix implementation of wglCreateContextAttribsARB()
Brian Paul
2014-05-30
3
-22
/
+136
[next]