index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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-10
wgl: Protect the framebuffer with a lock.
José Fonseca
2009-04-10
wgl: Note down the gallium pixel formats, instead of re-guessing them.
José Fonseca
2009-04-10
wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.
José Fonseca
2009-04-10
wgl: Combine alpha pixelformat info in color.
José Fonseca
2009-04-09
wgl: Catch the attempt of releasing a context which is not current.
José Fonseca
2009-04-09
wgl: Move the framebuffer list to the device. Avoid recursive locking.
José Fonseca
2009-04-09
wgl: More symbol naming normalization.
José Fonseca
2009-04-09
stw: Normalize symbols prefix.
José Fonseca
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