diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-11-27 19:42:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-11-27 19:42:16 +0000 |
commit | 6bca16b8773fdd7fbf004a00b1e673d7adf1fd3b (patch) | |
tree | 5ddd043eb1029b28e36a9d2842fbbe903541859d /docs | |
parent | 91d09a9ffad4ed838d7604ca39d301844c17812f (diff) |
misc updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RELNOTES-6.3 | 5 | ||||
-rw-r--r-- | docs/bugs.html | 8 | ||||
-rw-r--r-- | docs/pbuffers.html | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3 index 52a881b3ee..e969d2ba81 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 9ced9dc8c2..76507b895e 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -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> diff --git a/docs/pbuffers.html b/docs/pbuffers.html index 74af478ada..68a5e3ed03 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. </p> <p> |