misc updates
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 27 Nov 2004 19:42:16 +0000 (19:42 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 27 Nov 2004 19:42:16 +0000 (19:42 +0000)
docs/RELNOTES-6.3
docs/bugs.html
docs/pbuffers.html

index 52a881b..e969d2b 100644 (file)
@@ -30,6 +30,9 @@ GL_OES_read_format - allows one to query the fastest glReadPixels format
 To Do before release
 --------------------
  Fix dinoshade bug
+ Switch to freeglut
+ Increase MAX_DRAWBUFFERS
+
 
 
 
@@ -49,4 +52,4 @@ D3D                   needs updating
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.3,v 3.4 2004/10/31 18:44:24 brianp Exp $
+$Id: RELNOTES-6.3,v 3.5 2004/11/27 19:42:16 brianp Exp $
index 9ced9dc..76507b8 100644 (file)
@@ -7,9 +7,11 @@
 <H1>Bug Database</H1>
 
 <p>
-Bug reports can be filed in the <a
-href="http://sourceforge.net/bugs/?group_id=3" target="_parent">Bug
-Database</a> on sourceforge.net. Please follow these guidelines:
+Bug reports can be filed in the Bugzilla database hosted on
+<a href="http://freedesktop.org" target="_parent">freedesktop.org</a>.
+</p>
+<p>
+Please follow these guidelines:
 </p>
 
 <ul>
index 74af478..68a5e3e 100644 (file)
@@ -10,6 +10,7 @@
 Basically, FBconfigs and PBuffers allow you to do off-screen rendering
 with OpenGL.  The OSMesa interface does basically the same thing, but
 fbconfigs and pbuffers are supported by more vendors.
+PBuffer rendering may also be hardware accelerated.
 </p>
 
 <p>