From 361a9ac9663205b10ae78022ed777dfeda2a8ea4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 19 Sep 2003 14:58:21 +0000 Subject: minor updates --- docs/MESA_ycbcr_texture.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/MESA_ycbcr_texture.spec') diff --git a/docs/MESA_ycbcr_texture.spec b/docs/MESA_ycbcr_texture.spec index e4b8967..6c273e6 100644 --- a/docs/MESA_ycbcr_texture.spec +++ b/docs/MESA_ycbcr_texture.spec @@ -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. -- cgit v1.1