Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-14 | Enable GLX_SGI_make_current_read for tdfx. | Ian Romanick | |
Implement GLX_SGI_make_current_read for tdfx. Remove annoying debug printf in tdfxSwapBuffers. Updated a comment in drirenderbuffer.h to note that the tdfx driver uses a flag that was previously only used by s3v. This code was tested with glxgears, wincopy, and manywin. | |||
2005-09-14 | added driUpdateFramebufferSize() | Brian Paul | |
2005-09-04 | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | |
driNewRenderbuffer(). | |||
2005-09-03 | added flippedData field for page flipping, code to flip stereo color buffers | Brian Paul | |
2005-09-01 | added driFlipRenderbuffers() | Brian Paul | |
2005-09-01 | added a few more fields to help with DRI drivers | Brian Paul | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. |