diff options
author | Brian Paul <[email protected]> | 2009-01-28 15:06:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-28 15:06:54 -0700 |
commit | f584752afefb06a17b10fc879f04c3b45bbc764b (patch) | |
tree | 9cdc68e76e28e19f4a7ddb0bf63eb11e1bdc738e /docs | |
parent | 3dcc48e6882385f58ec9b19a3a7d5307ef9fc976 (diff) |
docs: document GL_EXT_texture_swizzle
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.5.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index 5e9d91de4f3..ef8759ba6a7 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -37,7 +37,8 @@ tbd This allows a driver to support all three variations of two-sided stencil including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0 <li>GL_EXT_vertex_array_bgra extension (software drivers, i965 driver) -<li>GL_NV_texture_env_combine4 extension (software drivers, i965 driver) +<li>GL_NV_texture_env_combine4 extension (software drivers, i965/i915 drivers) +<li>GL_EXT_texture_swizzle extension (software drivers, i965 driver) </ul> |