summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-28 15:25:44 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-28 15:25:44 +0000
commite44499480fb39c75ee07d1f78f561db5a67129c5 (patch)
tree48b217f2f4a4ce5ae396c638040a8af609ea323c
parent9f6ff49650646fcac29289ebabd7269c1795deed (diff)
added known issue: render to depth textures not working
-rw-r--r--docs/RELNOTES-6.513
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/RELNOTES-6.5 b/docs/RELNOTES-6.5
index b3e5411783..5d5baaecda 100644
--- a/docs/RELNOTES-6.5
+++ b/docs/RELNOTES-6.5
@@ -19,7 +19,16 @@ GL_EXT_timer_query - used to get elapsed time information from the renderer.
GL_EXT_packed_depth_stencil - defines a new GL_DEPTH_STENCIL_EXT pixel format.
-GL_EXT_framebuffer_blit extension - simplified glCopyPixels-like feature
+GL_EXT_framebuffer_blit - simplified glCopyPixels-like feature
+
+
+
+Known Issues
+------------
+
+Rendering to depth or depth/stencil textures will not work, results in
+failed assertions, etc.
+
Driver Interface Changes
@@ -72,4 +81,4 @@ D3D needs updating
----------------------------------------------------------------------
-$Id: RELNOTES-6.5,v 3.2 2006/03/02 04:12:34 brianp Exp $
+$Id: RELNOTES-6.5,v 3.3 2006/03/28 15:25:44 brianp Exp $