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_device.c
Age
Commit message (
Expand
)
Author
2009-05-30
wgl: Use the right pixel format.
José Fonseca
2009-05-30
wgl: Rename function.
José Fonseca
2009-04-09
wgl: Use more stw_* names.
José Fonseca
2009-04-09
wgl: Use hooks instead of subclassing the window.
José Fonseca
2009-04-09
wgl: Move the framebuffer list to the device. Avoid recursive locking.
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-25
wgl: Use right integer type.
José Fonseca
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-02-23
wgl: Enable the use of Win32 threads.
José Fonseca
2009-02-19
wgl: debug_printf in the main entry/exit points
José Fonseca
2009-02-19
wgl: Call pipe_screen::destroy on exit.
José Fonseca
2009-02-19
wgl: Share more code between icd and standalone driver.
José Fonseca
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
wgl: Report memory leaks.
José Fonseca
2009-02-02
Merge branch 'gallium-wgl-rework' into gallium-0.2
Keith Whitwell
2009-01-28
wgl: split device structs, move swapbuffers to shared
Keith Whitwell
2009-01-28
wgl: split into shared, (fake)wgl and icd directories
Keith Whitwell