From abf42470a6fd2b954d7a04ca109134bdfbebcbb3 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 31 May 2009 15:32:20 +0000 Subject: [PATCH] Added matrix stack improvements to release notes. --- Documentation/Changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index ced6ee76..1964127d 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -29,6 +29,8 @@ OpenTK 0.9.7 -> 0.9.8 + Up to 2x better performance with TextPrinterOptions.NoCache. + Up to 20x better performance with TextPrinterOptions.Default. + Specifying text location now works on Mono. Text width and height is still broken (Mono GDI+ bug). + + Replaced matrix stack with custom implementation for improved compatibility with buggy drivers or newer OpenGL versions. + + GL1TextOutputProvider now resets / restores the TextureMatrix. + Examples + New sample browser that includes documentation and source code (in progress).