Work In Progress. Move some of the frame buffer, render buffer, etc init code from...
authorKarl Schultz <kschultz@freedesktop.org>
Thu, 15 Dec 2005 01:02:37 +0000 (01:02 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Thu, 15 Dec 2005 01:02:37 +0000 (01:02 +0000)
commit841c9018b140f3271dd1f6e29d9ca4f391823a22
tree1f7959f5da73205b02ee008241ca5a04cba12e47
parentb6d7a0c5a56d8a861225ea6dd58b0096ca440328
Work In Progress.  Move some of the frame buffer, render buffer, etc init 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.
src/mesa/drivers/windows/gdi/wmesa.c
src/mesa/drivers/windows/gdi/wmesadef.h