diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.5.html | 1 | ||||
-rw-r--r-- | docs/relnotes-7.6.html | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index d47b21d827e..663626cb05a 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -74,6 +74,7 @@ including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0 <h2>Bug fixes</h2> <ul> <li>Lots of i965 driver bug fixes +<li>Fixed some GLSL preprocessor bugs </ul> diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index ff3ce6469b6..3086dd05672 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -38,6 +38,9 @@ tbd This was written by Zack Rusin at Tungsten Graphics. <li>GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers. <li>GL_ARB_copy_buffer extension (supported in Gallium and swrast drivers) +<li>rewritten radeon/r200/r300 driver using a buffer manager +<li>radeon/r200/r300 EXT_framebuffer_object support when used with kernel memory manager +<li>r300 - support for EXT_vertex_array_bgra/EXT_texture_sRGB <LI>GL_ARB_map_buffer_range extension (supported in Gallium and software drivers) </ul> |