Age | Commit message (Collapse) | Author |
|
|
|
by Brian. Now also creating two renderbuffers, so apps can now switch with glDrawBuffer.
|
|
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.
|
|
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.
|
|
warnings.
|
|
|
|
a non MS C compiler (MinGW). (Gregor Anich)
|
|
1015696)
|
|
|