X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2FMESA_ycbcr_texture.spec;h=0fa1f7b39dd9af1b8b4dc2e7781a2de477ad1b6d;hb=d003877c669414474fbe00ca423ebbb462939529;hp=6c273e60a0913be1c72f6aac1d17e7652acdb3a2;hpb=361a9ac9663205b10ae78022ed777dfeda2a8ea4;p=mesa.git diff --git a/docs/MESA_ycbcr_texture.spec b/docs/MESA_ycbcr_texture.spec index 6c273e60a09..0fa1f7b39dd 100644 --- a/docs/MESA_ycbcr_texture.spec +++ b/docs/MESA_ycbcr_texture.spec @@ -8,7 +8,7 @@ Name Strings Contact - Brian Paul, Tungsten Graphics, Inc. (brian 'at' tungstengraphics.com) + Brian Paul, Tungsten Graphics, Inc. (brian.paul 'at' tungstengraphics.com) Keith Whitwell, Tungsten Graphics, Inc. (keith 'at' tungstengraphics.com) Status @@ -75,14 +75,14 @@ Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation) Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization) - In section 3.6.4, Rasterization of Pixel Rectangles, on page 102, + In section 3.6.4, Rasterization of Pixel Rectangles, on page 101, add the following to Table 3.8 (Packed pixel formats): type Parameter GL Data Number of Matching Token Name Type Components Pixel Formats -------------- ------- ---------- ------------- - UNSIGNED_SHORT_8_8_MESA ushort 3 YCBCR_422_MESA - UNSIGNED_SHORT_8_8_REV_MESA ushort 3 YCBCR_422_MESA + UNSIGNED_SHORT_8_8_MESA ushort 2 YCBCR_MESA + UNSIGNED_SHORT_8_8_REV_MESA ushort 2 YCBCR_MESA In section 3.6.4, Rasterization of Pixel Rectangles, on page 102, @@ -103,13 +103,13 @@ Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization) +-------------------------------+-------------------------------+ - In section 3.6.4, Rasterization of Pixel Rectangles, on page 102, + In section 3.6.4, Rasterization of Pixel Rectangles, on page 104, add the following to Table 3.12 (Packed pixel fiedl assignments): First Second Third Fourth Format Element Element Element Element ------ ------- ------- ------- ------- - YCBCR_422_MESA luminance chroma + YCBCR_MESA luminance chroma In section 3.8.1, Texture Image Specification, on page 125, add @@ -201,3 +201,4 @@ Revision History 3 September 2003 - further clarify when YCbCr->RGB conversion takes place 19 September 2003 - a few more updates prior to submitting to extension registry. + 3 April 2004 - fix assorted inaccuracies