summaryrefslogtreecommitdiff
path: root/include/GL/glfbdev.h
AgeCommit message (Collapse)AuthorFilesLines
2006-08-10Added initial multisampling support to glfbdev driver.Sean D'Epagnier1-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
2005-09-11Silence some warnings.Brian Paul1-3/+3
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+4
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 Paul1-0/+145
Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost.