summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-10-02 14:59:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-10-02 14:59:29 +0000
commit07dead7a51f1c35f3b6185ffba2afc09e24f6cdb (patch)
treefb3b9d7c536429732b176cccde12c71ae5eb6db1 /docs
parentbdd3c2e44e284d6f648f037542e7e4b887ad093a (diff)
added PBO known issues
Diffstat (limited to 'docs')
-rw-r--r--docs/RELNOTES-6.212
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/RELNOTES-6.2 b/docs/RELNOTES-6.2
index d2bc720f3d6..536221838c5 100644
--- a/docs/RELNOTES-6.2
+++ b/docs/RELNOTES-6.2
@@ -20,6 +20,16 @@ See the VERSIONS file for details.
+Known Issues
+------------
+
+The GL_EXT_pixel_buffer_object extension isn't fully implemented for
+functions like glPolygonStipple, glConvolutionFilter, glColorTable,
+etc. The important functions like glRead/DrawPixels, glTex[Sub]Image,
+and glBitmap work with PBOs.
+
+
+
Driver Status
---------------------- ---------------------
XMesa (Xlib) implements OpenGL 1.5
@@ -36,4 +46,4 @@ D3D needs updating
----------------------------------------------------------------------
-$Id: RELNOTES-6.2,v 3.2 2004/10/02 14:56:17 brianp Exp $
+$Id: RELNOTES-6.2,v 3.3 2004/10/02 14:59:29 brianp Exp $