diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-04 23:38:33 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-04 23:38:33 +0000 |
commit | e83cf6ddf2b3f2f652ee0dfb1b0951649331c4e8 (patch) | |
tree | 52c0ebe74629b28b1201446a4d6dbc36d208acb9 /docs/VERSIONS | |
parent | afa6e978b9c74bcd013571a53aca47cbb8ca7b10 (diff) | |
download | mesa-e83cf6ddf2b3f2f652ee0dfb1b0951649331c4e8.tar.gz |
added wgl bug fix
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 959ef3193d4..3c4b03373b8 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1170,6 +1170,7 @@ Mesa Version History - fixed issues in glDrawPixels and glCopyPixels for very wide images - glPixelMapf/ui/usv()'s size parameter is GLsizei, not GLint - fixed some texgen bugs reported by Daniel Borca + - fixed wglMakeCurrent(NULL, NULL) bug (#835861) Changes: - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. |