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_framebuffer.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
stw: Free the mesa framebuffer.
José Fonseca
2009-04-09
wgl: Remove unused member.
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-04-06
stw: Choose a color buffer format that matches the visual.
José Fonseca
2009-03-27
wgl: Don't flush surface if it is NULL.
José Fonseca
2009-03-27
wgl: Remove unused cruft.
José Fonseca
2009-03-25
wgl: Use SetWindowLongPtr.
José Fonseca
2009-03-06
wgl: Check support for all other depth/stencil formats.
José Fonseca
2009-03-06
wgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.
José Fonseca
2009-02-02
Merge branch 'gallium-wgl-rework' into gallium-0.2
Keith Whitwell
2009-01-28
stw: fix comment
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