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
/
SConscript
Age
Commit message (
Expand
)
Author
2010-01-01
scons: Don't globally define WIN32_LEAN_AND_MEAN.
José Fonseca
2009-09-23
wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.
José Fonseca
2009-09-23
wgl: Flatten the source tree.
José Fonseca
2009-07-16
wgl: Expose pipe_screen/pipe_context via an extension.
José Fonseca
2009-07-01
st/wgl: dummy implementation of wgl swapinterval extension
Keith Whitwell
2009-04-27
wgl: Implement WGL_EXT_extensions_string extension.
José Fonseca
2009-04-20
wgl: Don't implement broken gl_dispatch_stub_xxx.
José Fonseca
2009-03-20
stw: Keep per-thread storage for current context and pixel format.
Michal Krol
2009-02-23
wgl: Enable the use of Win32 threads.
José Fonseca
2009-02-19
wgl: Share more code between icd and standalone driver.
José Fonseca
2009-01-28
svga: remove pixelformat helpers from stw shared interface
Keith Whitwell
2009-01-28
stw: move get_proc_address and extension functions to shared
Keith Whitwell
2009-01-28
stw: more swapbuffers refactoring
Keith Whitwell
2009-01-28
wgl: split device structs, move swapbuffers to shared
Keith Whitwell
2009-01-28
wgl: move context functions to shared
Keith Whitwell
2009-01-28
wgl: split into shared, (fake)wgl and icd directories
Keith Whitwell
2009-01-27
wgl: relocate wgl code to state_trackers/wgl
Keith Whitwell