summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/beos/GLView.h
AgeCommit message (Collapse)Author
2004-08-14Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).Philippe Houdoin
PPC byte order now supported (thanks Nathan Whitehorn). Double buffering is now always forced. Unlock the BGLView looper only if needed. Should fix the GLUT-based apps crash at window closing. SwapBuffers() now can wait for next vertical retrace. And several other minor changes...
2003-12-13Updates from Philippe Houdoin.Brian Paul