summaryrefslogtreecommitdiff
path: root/include/GL/glfbdev.h
AgeCommit message (Collapse)Author
2010-05-27fbdev: some hacking to get the driver to compile (untested)Brian Paul
2006-08-10Added initial multisampling support to glfbdev driver.Sean D'Epagnier
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
2005-09-11Silence some warnings.Brian Paul
2005-05-04Major 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.
2003-12-06glFBDev driver from embedded-2 branch.Brian Paul
Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost.