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
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
1
-1
/
+2
*
st/wgl: Don't cache HDC anywhere.
José Fonseca
2012-10-08
4
-11
/
+12
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
wgl: update some comments
Brian Paul
2012-08-24
2
-2
/
+2
*
st/wgl: Add a few more comments.
José Fonseca
2012-06-26
2
-6
/
+38
*
st/wgl: 80-column wrapping
Brian Paul
2012-06-25
2
-7
/
+12
*
st/wgl: check for hPbuffer=0 in wgl pbuffer functions
Brian Paul
2012-02-23
1
-0
/
+20
*
st/wgl: Fix argument of stw_pixelformat_get_info().
José Fonseca
2012-02-23
1
-1
/
+1
*
st/wgl: refactor stw_pixelformat_init()
Brian Paul
2012-02-10
1
-58
/
+51
*
st/wgl: Properly support non-displayble pixel formats, and implement float pi...
José Fonseca
2012-02-10
6
-16
/
+109
*
st/wgl: Invoke SetPixelFormat twice for pbuffers.
José Fonseca
2012-02-10
1
-1
/
+2
*
st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().
José Fonseca
2012-02-10
6
-21
/
+26
*
st/wgl: Fix argument of stw_pixelformat_get_info().
José Fonseca
2012-02-10
1
-1
/
+1
*
st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.
José Fonseca
2012-01-11
1
-1
/
+3
*
egl,glx,wgl: Fixes stapi->createContext usage
Alexandre Demers
2011-12-24
1
-2
/
+3
*
st-api: Clean-up OpenGL profile handling
Ian Romanick
2011-12-23
1
-5
/
+17
*
wglSetPixelFormat should ignore the ppfd parameter.
Morgan Armand
2011-11-02
1
-2
/
+4
*
implement WGL_ARB_create_context
Morgan Armand
2011-10-28
5
-7
/
+166
*
st/wgl: Release stw_framebuffer::mutex after pbuffer creation.
Mathias Froehlich
2011-10-13
1
-0
/
+2
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-2
/
+2
*
st/wgl: Fix build on mingw-w64
José Fonseca
2011-08-30
1
-2
/
+2
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
2
-4
/
+4
*
st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARB
Brian Paul
2011-06-23
1
-1
/
+1
*
wgl: Don't hold on to user supplied HDC.
José Fonseca
2011-05-24
3
-23
/
+22
*
st/wgl: Remove buggy assertion.
José Fonseca
2011-05-10
1
-2
/
+0
*
st/wgl: Allow to create pbuffers bigger than the desktop.
José Fonseca
2011-05-04
1
-1
/
+25
*
st/wgl: Cope with zero width/height windows.
José Fonseca
2011-05-04
1
-12
/
+38
*
st/wgl: Prevent spurious framebuffer sizes when the window is minimized.
José Fonseca
2011-04-12
1
-5
/
+12
*
st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().
José Fonseca
2011-04-12
1
-3
/
+3
*
st/wgl: Adjust the pbuffer invisible window size.
José Fonseca
2011-03-24
1
-8
/
+53
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-6
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-2
/
+2
*
wgl: Force framebuffer validation on glViewport.
José Fonseca
2011-03-09
1
-1
/
+13
*
st/wgl: No need to initialize OneTimeLock anymore.
José Fonseca
2011-03-06
1
-6
/
+0
*
scons: Add support for GLES.
Chia-I Wu
2011-01-22
2
-0
/
+6
*
wgl: Fix visual's buffer_mask configuration.
José Fonseca
2010-12-02
1
-1
/
+1
*
WIN32_THREADS -> WIN32
José Fonseca
2010-12-02
2
-7
/
+0
*
wgl: Unreference the current framebuffer after the make_current call.
José Fonseca
2010-12-02
1
-51
/
+58
*
wgl: Fix double free. Remove dead code.
José Fonseca
2010-12-02
1
-62
/
+4
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
4
-39
/
+44
*
wgl: More complete WGL_ARB_pbuffer support.
José Fonseca
2010-11-30
4
-11
/
+169
*
wgl: Stub WGL_ARB_pbuffer support.
José Fonseca
2010-11-30
4
-0
/
+89
*
st/wgl: Use st_context_iface::share for DrvShareLists.
Chia-I Wu
2010-11-18
1
-11
/
+4
*
scons: Move dependancy checks to the main gallium scons file
Jakob Bornecrantz
2010-11-05
1
-37
/
+34
*
scons: Detabify
Jakob Bornecrantz
2010-11-05
1
-3
/
+3
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-1
/
+6
*
st/wgl: Include main/core.h.
Chia-I Wu
2010-08-24
4
-7
/
+3
*
st_api: Add get param function to st_manager
Jakob Bornecrantz
2010-05-21
1
-0
/
+7
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-3
/
+3
|
\
|
*
st/wgl: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-3
/
+3
[next]