summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gdi/wmesadef.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa/gdi: Address compiler warnings.José Fonseca2011-04-231-2/+2
| | | | In particular the function prototypes.
* scons: Build classic mesa gdi driver.José Fonseca2011-04-231-1/+1
| | | | | | Build as scons platform=windows mesagdi
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
|
* windows: fix compilation errors and warningsKarl Schultz2010-03-101-1/+1
|
* Fix a number of MINGW32 issuesZhang2007-07-211-1/+3
|
* Clean up data structures, finishing off some of the cleanup work suggested ↵Karl Schultz2006-03-301-18/+10
| | | | by Brian. Now also creating two renderbuffers, so apps can now switch with glDrawBuffer.
* Fixes from Brian to help migrate to render buffer DD interfaces. Also fix ↵Karl Schultz2006-03-301-13/+28
| | | | bug in the viewport function that was using the viewport size to resize the buffer, when it should have been using the window size. Fix bug in write_rgb_span_32 where the incoming pixel data parameter was coded as a [][4] instead of [][3]. Now all the demos work correctly except singlebuffer.
* Work In Progress. Move some of the frame buffer, render buffer, etc init ↵Karl Schultz2005-12-151-0/+2
| | | | | | code from the create context path to the make current path, where it is lazily initialized. This didn't buy me very much except to make it look closer to the X11 driver. Fix up some of this same code to correct some errors. The next step is to reorganize the wmesa context data structure to inherit the gl_context by containment so I can have access to the wmesa context in the update state path. The driver is still currently not responding to changes in the Draw and Read Buffer state.
* Add support for memory contexts (Thomas Kaltofen). Cleanup compilation ↵Karl Schultz2005-09-051-2/+0
| | | | warnings.
* Major code cleanup and begin using new render buffer interface.Karl Schultz2005-05-241-160/+19
|
* 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-0/+1
| | | | 1015696)
* Source code for GDI driver.Karl Schultz2003-07-241-0/+174