diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes-7.10.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 8cb9d00556a..461c9abe360 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -25,7 +25,7 @@ Non-normalized Integer texture/framebuffer formats not started Packed depth/stencil formats DONE Per-buffer blend and masks (GL_EXT_draw_buffers2) DONE GL_EXT_texture_compression_rgtc not started -Red and red/green texture formats DONE (swrast, i965) +Red and red/green texture formats DONE (swrast, i965, gallium) Transform feedback (GL_EXT_transform_feedback) ~50% done glBindFragDataLocation, glGetFragDataLocation, glBindBufferRange, glBindBufferBase commands diff --git a/docs/relnotes-7.10.html b/docs/relnotes-7.10.html index 98b70b877bb..2d0adcc8cd6 100644 --- a/docs/relnotes-7.10.html +++ b/docs/relnotes-7.10.html @@ -35,6 +35,7 @@ tbd <h2>New features</h2> <ul> <li>GL_ARB_explicit_attrib_location extension (Intel and software drivers). +<li>GL_ARB_texture_rg (Intel, software drivers, gallium drivers). <li>GL_NV_primitive_restart extension (Gallium softpipe, llvmpipe). </ul> |