summaryrefslogtreecommitdiffstats
path: root/include/GL/wmesa.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
| | | | Signed-off-by: Brian Paul <[email protected]>
* Assorted Windows fixes (Karl Schultz)Brian Paul2008-05-291-1/+1
|
* Fixes from BrianKarl Schultz2006-03-301-4/+3
|
* Add support for memory contexts (Thomas Kaltofen). Cleanup compilation ↵Karl Schultz2005-09-051-2/+2
| | | | warnings.
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-081-1/+1
| | | | a non MS C compiler (MinGW). (Gregor Anich)
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul2004-08-251-9/+11
| | | | 1015696)
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-28/+0
|
* Fix up alpha buffer handling for Windows.Karl Schultz2002-04-231-4/+17
| | | | | | | | | - add two new Pixel Format Descriptors that do not have alpha bits to mirror the two that do. - add logic to wglChoosePixelFormat to match PFD's with respect to alpha. - Create/clear software alpha buffer as required. Now a wgl or GLUT program can control the creation of a software alpha buffer via the PFD or GLUT parms, respectively.
* Initial revisionjtg1999-08-191-0/+155