diff options
author | Brian Paul <[email protected]> | 2003-11-12 15:39:13 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-11-12 15:39:13 +0000 |
commit | 34a8bf51353d79cbfdaa5484b086c1061d84eaa9 (patch) | |
tree | f275556b4c41102370b896f047e70bf928fd901c /docs | |
parent | 6eb2547317af7e9c1cca46e087f2c4c1deda02af (diff) |
added Ville's RGBA blend fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 0e8596c68a9..ccf79b43ff5 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1172,6 +1172,7 @@ Mesa Version History - fixed some texgen bugs reported by Daniel Borca - fixed wglMakeCurrent(NULL, NULL) bug (#835861) - fixed glTexSubImage3D z-offset bug (Cedric Gautier) + - fixed RGBA blend enable bug (Ville Syrjala) Changes: - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. |