diff options
author | Brian Paul <[email protected]> | 2008-05-16 15:33:44 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-16 15:35:19 -0600 |
commit | f2533e787eaeae84c41b85c7ff04d84922f5631d (patch) | |
tree | f0176519b7ed3eab9f3361ee25dee5e35f50d342 /docs | |
parent | b2ccd5c1aea474dbf44361509b923bf0fdeebfa0 (diff) |
AA tri and glMaterial fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.0.4.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.4.html b/docs/relnotes-7.0.4.html index f82ec7c1824..4a923a43c41 100644 --- a/docs/relnotes-7.0.4.html +++ b/docs/relnotes-7.0.4.html @@ -24,6 +24,8 @@ Mesa 7.0.4 is a stable release with bug fixes since version 7.0.3. <ul> <li>define #extension GL_ARB_texture_rectangle in shading language <li>fixed WIN32 compile problem in libGLU +<li>Fixed a per-vertex glMaterial bug which could cause bad lighting +<li>Fixed potential crash in AA/smoothed triangle rendering when using a fragment shader </ul> <h2>Changes</h2> |