index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
wgl
/
shared
/
stw_context.c
Age
Commit message (
Expand
)
Author
2009-04-08
wgl: Integrate the trace driver on debug builds.
José Fonseca
2009-03-27
wgl: Remove unused cruft.
José Fonseca
2009-03-20
stw: Do not err on nil context handle in MakeCurrent().
Michal Krol
2009-03-20
stw: Use u_handle_table to maintain context list.
Michal Krol
2009-03-20
stw: Keep per-thread storage for current context and pixel format.
Michal Krol
2009-03-18
stw: Fix makeCurrent.
Thomas Hellstrom
2009-03-12
stw: fix uninitialized variable issue
Keith Whitwell
2009-02-20
wgl: Prevent null pointer reference.
José Fonseca
2009-02-19
wgl: Share more code between icd and standalone driver.
José Fonseca
2009-01-28
stw: use proper stw_context pointers in shared interface
Keith Whitwell
2009-01-28
stw: clean up error paths
Keith Whitwell
2009-01-28
stw: don't call out to wglGetPixelFormat()
Keith Whitwell
2009-01-28
stw: remove duplicate function declarations
Keith Whitwell
2009-01-28
stw: remove header
Keith Whitwell
2009-01-28
stw: move get_proc_address and extension functions to shared
Keith Whitwell
2009-01-28
stw: rename stw_wgl_ --> stw_
Keith Whitwell
2009-01-28
stw: move pixelformat_get/set to shared
Keith Whitwell
2009-01-28
stw: move pixelformat_describe to shared
Keith Whitwell
2009-01-28
wgl: move context functions to shared
Keith Whitwell