diff options
author | Sean D'Epagnier <geckosenator@freedesktop.org> | 2006-08-10 10:21:17 +0000 |
---|---|---|
committer | Sean D'Epagnier <geckosenator@freedesktop.org> | 2006-08-10 10:21:17 +0000 |
commit | 7196cddb3a404292858101f9cd1a5061e422d2c1 (patch) | |
tree | aa3f79e21b08d9f114c7b1984e6c86c114081cfe /docs | |
parent | 54e15d65858c1d1eeea7291059766686cf2e1671 (diff) |
Added initial multisampling support to glfbdev driver.
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/glfbdev-driver.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glfbdev-driver.html b/docs/glfbdev-driver.html index f191b390fb..981df7c088 100644 --- a/docs/glfbdev-driver.html +++ b/docs/glfbdev-driver.html @@ -70,7 +70,7 @@ tty group as well <h1>4. Using fbdevglut</h1> Almost all of the programs in the progs directory use glut, and they compile with fbdevglut. -Currently glBlendFunc is not working with glFBDev. + <p> To compile the redbook sample programs: <pre> |