summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/shared/stw_pixelformat.c
Commit message (Expand)AuthorAgeFilesLines
* wgl: Flatten the source tree.José Fonseca2009-09-231-370/+0
* wgl: Use the right pixel format.José Fonseca2009-05-301-37/+28
* wgl: Export pixelformats with accumulation bits.José Fonseca2009-05-081-6/+8
* wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca2009-05-081-1/+1
* wgl: Put commas in the right places.José Fonseca2009-04-171-3/+3
* wgl: Flip the pixel format order.José Fonseca2009-04-171-6/+6
* wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca2009-04-101-0/+12
* wgl: Query the screen for supported formats.José Fonseca2009-04-101-9/+52
* wgl: Walk through the pixel formats combinations.José Fonseca2009-04-101-49/+93
* wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.José Fonseca2009-04-101-70/+72
* wgl: Slightly simplify pixelformat creation.José Fonseca2009-04-101-52/+44
* wgl: Move pixel format information into device structure.José Fonseca2009-04-101-14/+10
* wgl: Combine alpha pixelformat info in color.José Fonseca2009-04-101-18/+9
* stw: Reorder the pixelformats, so that no alpha pixelformats get chosen befor...José Fonseca2009-04-101-9/+9
* stw: Don't make assumptions about integer size.José Fonseca2009-04-101-1/+1
* wgl: More symbol naming normalization.José Fonseca2009-04-091-14/+14
* stw: Normalize symbols prefix.José Fonseca2009-04-091-29/+29
* stw: Keep per-thread storage for current context and pixel format.Michal Krol2009-03-201-5/+4
* wgl: Support the same combinations of single buffer pixel formats.José Fonseca2009-03-031-0/+12
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* stw: Hack for applications which use wglSetPixelFormat instead of SetPixelFor...José Fonseca2009-02-101-0/+8
* svga: remove pixelformat helpers from stw shared interfaceKeith Whitwell2009-01-281-0/+53
* stw: move get_proc_address and extension functions to sharedKeith Whitwell2009-01-281-0/+18
* stw: move pixelformat_get/set to sharedKeith Whitwell2009-01-281-0/+87
* wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell2009-01-281-0/+120