From: Brian Paul
Date: Sat, 27 Nov 2004 19:42:16 +0000 (+0000)
Subject: misc updates
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bca16b8773fdd7fbf004a00b1e673d7adf1fd3b;p=mesa.git
misc updates
---
diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3
index 52a881b3eec..e969d2ba816 100644
--- a/docs/RELNOTES-6.3
+++ b/docs/RELNOTES-6.3
@@ -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 $
diff --git a/docs/bugs.html b/docs/bugs.html
index 9ced9dc8c2d..76507b895e6 100644
--- a/docs/bugs.html
+++ b/docs/bugs.html
@@ -7,9 +7,11 @@
Bug Database
-Bug reports can be filed in the Bug
-Database on sourceforge.net. Please follow these guidelines:
+Bug reports can be filed in the Bugzilla database hosted on
+freedesktop.org.
+
+
+Please follow these guidelines:
diff --git a/docs/pbuffers.html b/docs/pbuffers.html
index 74af478ada2..68a5e3ed033 100644
--- a/docs/pbuffers.html
+++ b/docs/pbuffers.html
@@ -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.