summaryrefslogtreecommitdiffstats
path: root/include/GL/glfbdev.h
Commit message (Collapse)AuthorAgeFilesLines
* Added initial multisampling support to glfbdev driver.Sean D'Epagnier2006-08-101-0/+1
| | | | | | | | | Fully implemented glutGameMode, and added vidresize stubs to make Added support for glutReshapeDisplay to change video mode but not lose current mesa context. implementation glut 5 complient. Fixed many minor bugs Updated docs
* Silence some warnings.Brian Paul2005-09-111-3/+3
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+4
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* glFBDev driver from embedded-2 branch.Brian Paul2003-12-061-0/+145
Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost.