diff options
-rw-r--r-- | docs/relnotes-7.12.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/relnotes-7.12.html b/docs/relnotes-7.12.html index 74279a0e472..0d2211358cf 100644 --- a/docs/relnotes-7.12.html +++ b/docs/relnotes-7.12.html @@ -69,9 +69,11 @@ tbd desktop OpenGL, <tt>GL_COLOR_INDEX</tt> data can still be uploaded to a color (e.g., RGBA) texture. However, the data cannot be stored internally as color-index.</li> -<li>Removed support for GL_APPLE_client_storage extension. +<li>Removed support for GL_APPLE_client_storage extension.</li> <li>Removed the classic Mesa r300 and r600 drivers, which are superseded - by the gallium drivers for this hardware. + by the gallium drivers for this hardware.</li> +<li>Removed the i965g driver, which was broken and with nobody in sight to fix + the situation</li> </ul> |