minor updates
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 19 Sep 2003 14:58:21 +0000 (14:58 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 19 Sep 2003 14:58:21 +0000 (14:58 +0000)
docs/MESA_packed_depth_stencil.spec
docs/MESA_sprite_point.spec
docs/MESA_trace.spec
docs/MESA_ycbcr_texture.spec

index 79c9b83428eaa2573d7c6c20094a41ac65cda4b6..4f7ab1e28cf0decd32dfe61a1a7fb6ed17c77988 100644 (file)
@@ -1,5 +1,3 @@
-XXX - Not complete yet!!!
-
 Name
 
     MESA_packed_depth_stencil
@@ -15,11 +13,11 @@ Contact
 
 Status
 
-    Not yet shipping.
+    Obsolete.
 
 Version
 
-    $Id: MESA_packed_depth_stencil.spec,v 1.1 2000/11/03 14:58:45 brianp Exp $
+    $Id: MESA_packed_depth_stencil.spec,v 1.2 2003/09/19 14:58:21 brianp Exp $
 
 Number
 
index 86c98047d1a108f1fbc78f7d3a2434e7bf88e2d8..9422ff57295c89b50d7d2614adb54102c3e19373 100644 (file)
@@ -1,5 +1,3 @@
-XXX - Not complete yet!!!
-
 Name
 
     MESA_sprite_point
@@ -14,11 +12,11 @@ Contact
 
 Status
 
-    Not yet shipping.
+    Obsolete - see GL_ARB_point_sprite.
 
 Version
 
-    $Id: MESA_sprite_point.spec,v 1.1 2000/12/08 00:21:02 brianp Exp $
+    $Id: MESA_sprite_point.spec,v 1.2 2003/09/19 14:58:21 brianp Exp $
 
 Number
 
index 85b5312e676ce89169bbd45920c8984b05775b84..c0ed4299c34187b67b986b628bffcc25b163ab11 100644 (file)
@@ -13,11 +13,11 @@ Contact
 
 Status
 
-    XXX - Not complete yet!!!
+    Obsolete.
 
 Version
 
-    $Id: MESA_trace.spec,v 1.2 2001/01/29 16:10:18 brianp Exp $
+    $Id: MESA_trace.spec,v 1.3 2003/09/19 14:58:21 brianp Exp $
 
 Number
 
index e4b896707a93a890e5a62ffb82d17f1ead272f6d..6c273e60a0913be1c72f6aac1d17e7652acdb3a2 100644 (file)
@@ -125,7 +125,8 @@ Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization)
       TEXTURE_RECTANGLE_NV or PROXY_TEXTURE_RECTANGLE_NV.
       All pixel transfer operations are bypassed.  The texture is stored as
       YCbCr, not RGB.  Queries of the texture's red, green and blue component
-      sizes will return zero.
+      sizes will return zero.  The YCbCr colors are converted to RGB during
+      texture sampling using an implementation dependent conversion.
 
 
     In section 3.8.1, Texture Image Specification, on page 126, add
@@ -198,3 +199,5 @@ Revision History
     20 September 2002 - Initial draft
     29 April 2003 - minor updates
      3 September 2003 - further clarify when YCbCr->RGB conversion takes place
+    19 September 2003 - a few more updates prior to submitting to extension
+                        registry.