Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/gdi: Address compiler warnings. | José Fonseca | 2011-04-23 | 1 | -2/+2 |
| | | | | In particular the function prototypes. | ||||
* | scons: Build classic mesa gdi driver. | José Fonseca | 2011-04-23 | 1 | -1/+1 |
| | | | | | | Build as scons platform=windows mesagdi | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | windows: fix compilation errors and warnings | Karl Schultz | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -1/+3 |
| | |||||
* | Clean up data structures, finishing off some of the cleanup work suggested ↵ | Karl Schultz | 2006-03-30 | 1 | -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 Schultz | 2006-03-30 | 1 | -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 Schultz | 2005-12-15 | 1 | -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 Schultz | 2005-09-05 | 1 | -2/+0 |
| | | | | warnings. | ||||
* | Major code cleanup and begin using new render buffer interface. | Karl Schultz | 2005-05-24 | 1 | -160/+19 |
| | |||||
* | Remove need for defining _MSC_VER when building Mesa for windows with | Brian Paul | 2004-11-08 | 1 | -1/+1 |
| | | | | a non MS C compiler (MinGW). (Gregor Anich) | ||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 1 | -0/+1 |
| | | | | 1015696) | ||||
* | Source code for GDI driver. | Karl Schultz | 2003-07-24 | 1 | -0/+174 |