diff options
author | Brian Paul <[email protected]> | 2004-04-03 16:16:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-03 16:16:16 +0000 |
commit | 29f0190be772bc46ba2ddb4032e112f49d384cf5 (patch) | |
tree | 4c22269b480a19ecac3b1b0e235a3204d10a5981 /docs/MESA_ycbcr_texture.spec | |
parent | c2b989f351f160e2c2d6942822903e3187a1d07e (diff) |
minor corrections
Diffstat (limited to 'docs/MESA_ycbcr_texture.spec')
-rw-r--r-- | docs/MESA_ycbcr_texture.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/MESA_ycbcr_texture.spec b/docs/MESA_ycbcr_texture.spec index c2b31469d33..7296b08d5f0 100644 --- a/docs/MESA_ycbcr_texture.spec +++ b/docs/MESA_ycbcr_texture.spec @@ -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 |