Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wgl: Flatten the source tree. | José Fonseca | 2009-09-23 | 1 | -370/+0 |
| | | | | | | It is easier to have the WGL API on top of the ICD callbacks as Microsoft's own implementation does, than to have a seperate shared entity. This source reorganization is in antecipation of that. | ||||
* | wgl: Use the right pixel format. | José Fonseca | 2009-05-30 | 1 | -37/+28 |
| | | | | | | | | There is no current pixel format. Each HDC has its pixelformat which is kept by gdi and set/get via the SetPixelFormat/GetPixelFormat functions. Now the HDC's pixelformat is kept in the stw_framebuffer, which is created during the SetPixelFormat. | ||||
* | wgl: Export pixelformats with accumulation bits. | José Fonseca | 2009-05-08 | 1 | -6/+8 |
| | |||||
* | wgl: Include alpha bits in pixel format's cColorBits field. | José Fonseca | 2009-05-08 | 1 | -1/+1 |
| | |||||
* | wgl: Put commas in the right places. | José Fonseca | 2009-04-17 | 1 | -3/+3 |
| | |||||
* | wgl: Flip the pixel format order. | José Fonseca | 2009-04-17 | 1 | -6/+6 |
| | | | | | List 32bit pixel formats first, as nobody is interested in 16bit pixel formats nowadays. | ||||
* | wgl: Note down the gallium pixel formats, instead of re-guessing them. | José Fonseca | 2009-04-10 | 1 | -0/+12 |
| | |||||
* | wgl: Query the screen for supported formats. | José Fonseca | 2009-04-10 | 1 | -9/+52 |
| | |||||
* | wgl: Walk through the pixel formats combinations. | José Fonseca | 2009-04-10 | 1 | -49/+93 |
| | |||||
* | wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures. | José Fonseca | 2009-04-10 | 1 | -70/+72 |
| | |||||
* | wgl: Slightly simplify pixelformat creation. | José Fonseca | 2009-04-10 | 1 | -52/+44 |
| | |||||
* | wgl: Move pixel format information into device structure. | José Fonseca | 2009-04-10 | 1 | -14/+10 |
| | |||||
* | wgl: Combine alpha pixelformat info in color. | José Fonseca | 2009-04-10 | 1 | -18/+9 |
| | |||||
* | stw: Reorder the pixelformats, so that no alpha pixelformats get chosen ↵ | José Fonseca | 2009-04-10 | 1 | -9/+9 |
| | | | | | | | before alpha. Some applications might not handle a alpha visual when when they did not request for one. | ||||
* | stw: Don't make assumptions about integer size. | José Fonseca | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | wgl: More symbol naming normalization. | José Fonseca | 2009-04-09 | 1 | -14/+14 |
| | |||||
* | stw: Normalize symbols prefix. | José Fonseca | 2009-04-09 | 1 | -29/+29 |
| | |||||
* | stw: Keep per-thread storage for current context and pixel format. | Michal Krol | 2009-03-20 | 1 | -5/+4 |
| | |||||
* | wgl: Support the same combinations of single buffer pixel formats. | José Fonseca | 2009-03-03 | 1 | -0/+12 |
| | |||||
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
| | | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | ||||
* | stw: Hack for applications which use wglSetPixelFormat instead of ↵ | José Fonseca | 2009-02-10 | 1 | -0/+8 |
| | | | | SetPixelFormat. | ||||
* | svga: remove pixelformat helpers from stw shared interface | Keith Whitwell | 2009-01-28 | 1 | -0/+53 |
| | | | | | | Keep these internal structs private to wgl/shared. Pull in some pixelformat choosing code from wgl/wgl to avoid exporting them more generally. | ||||
* | stw: move get_proc_address and extension functions to shared | Keith Whitwell | 2009-01-28 | 1 | -0/+18 |
| | |||||
* | stw: move pixelformat_get/set to shared | Keith Whitwell | 2009-01-28 | 1 | -0/+87 |
| | |||||
* | wgl: split into shared, (fake)wgl and icd directories | Keith Whitwell | 2009-01-28 | 1 | -0/+120 |