diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 09:57:07 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 09:57:47 -0600 |
commit | 2bdd467dfd3cfe9a479a8e8395620ecc414e18dc (patch) | |
tree | 109b58fd61f03697d9aa36bfea0672e497aa31e6 /docs | |
parent | 7f80dc1ebe0a7fb8cc06268e4d4d508d0ea70df9 (diff) |
GLSL support in i965 driver
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.1.html b/docs/relnotes-7.1.html index d5d285803e..3974593748 100644 --- a/docs/relnotes-7.1.html +++ b/docs/relnotes-7.1.html @@ -24,6 +24,7 @@ TBD <h2>New features</h2> <ul> <li>GL_EXT_texture_from_pixmap extension for Xlib driver +<li>Support for the GL shading language with i965 driver (implemented by Intel) </ul> |