summaryrefslogtreecommitdiff
path: root/include/GL/wmesa.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
Signed-off-by: Brian Paul <brianp@vmware.com>
2008-05-29Assorted Windows fixes (Karl Schultz)Brian Paul1-1/+1
2006-03-30Fixes from BrianKarl Schultz1-4/+3
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation ↵Karl Schultz1-2/+2
warnings.
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul1-1/+1
a non MS C compiler (MinGW). (Gregor Anich)
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul1-9/+11
1015696)
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-28/+0
2002-04-23Fix up alpha buffer handling for Windows.Karl Schultz1-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.
1999-08-19Initial revisionjtg1-0/+155