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_pixelformat.c
Age
Commit message (
Expand
)
Author
2009-04-10
wgl: Query the screen for supported formats.
José Fonseca
2009-04-10
wgl: Walk through the pixel formats combinations.
José Fonseca
2009-04-10
wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.
José Fonseca
2009-04-10
wgl: Slightly simplify pixelformat creation.
José Fonseca
2009-04-10
wgl: Move pixel format information into device structure.
José Fonseca
2009-04-10
wgl: Combine alpha pixelformat info in color.
José Fonseca
2009-04-10
stw: Reorder the pixelformats, so that no alpha pixelformats get chosen befor...
José Fonseca
2009-04-10
stw: Don't make assumptions about integer size.
José Fonseca
2009-04-09
wgl: More symbol naming normalization.
José Fonseca
2009-04-09
stw: Normalize symbols prefix.
José Fonseca
2009-03-20
stw: Keep per-thread storage for current context and pixel format.
Michal Krol
2009-03-03
wgl: Support the same combinations of single buffer pixel formats.
José Fonseca
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
2009-02-10
stw: Hack for applications which use wglSetPixelFormat instead of SetPixelFor...
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: move pixelformat_get/set to shared
Keith Whitwell
2009-01-28
wgl: split into shared, (fake)wgl and icd directories
Keith Whitwell