mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-27 17:40:43 +00:00
misc updates
This commit is contained in:
parent
91d09a9ffa
commit
6bca16b877
@ -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 $
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user