misc updates

This commit is contained in:
Brian Paul 2004-11-27 19:42:16 +00:00
parent 91d09a9ffa
commit 6bca16b877
3 changed files with 10 additions and 4 deletions

View File

@ -30,6 +30,9 @@ GL_OES_read_format - allows one to query the fastest glReadPixels format
To Do before release To Do before release
-------------------- --------------------
Fix dinoshade bug 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 $

View File

@ -7,9 +7,11 @@
<H1>Bug Database</H1> <H1>Bug Database</H1>
<p> <p>
Bug reports can be filed in the <a Bug reports can be filed in the Bugzilla database hosted on
href="http://sourceforge.net/bugs/?group_id=3" target="_parent">Bug <a href="http://freedesktop.org" target="_parent">freedesktop.org</a>.
Database</a> on sourceforge.net. Please follow these guidelines: </p>
<p>
Please follow these guidelines:
</p> </p>
<ul> <ul>

View File

@ -10,6 +10,7 @@
Basically, FBconfigs and PBuffers allow you to do off-screen rendering Basically, FBconfigs and PBuffers allow you to do off-screen rendering
with OpenGL. The OSMesa interface does basically the same thing, but with OpenGL. The OSMesa interface does basically the same thing, but
fbconfigs and pbuffers are supported by more vendors. fbconfigs and pbuffers are supported by more vendors.
PBuffer rendering may also be hardware accelerated.
</p> </p>
<p> <p>