From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f65bb,6129ba8c88b9d199,start X-Google-Attributes: gidf65bb,public X-Google-Thread: 103376,6129ba8c88b9d199,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-11 02:46:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!news.algonet.se!algonet!news-stob.telia.net!telia.net!194.22.194.4.MISMATCH!masternews.telia.net.!newsc.telia.net.POSTED!not-for-mail From: David Holm Newsgroups: comp.lang.ada,comp.graphics.api.opengl Subject: AdaOpenGL 0.9 released Message-ID: <20030111114651.35d62bf6.david@realityrift.com> X-Newsreader: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Sat, 11 Jan 2003 10:46:51 GMT NNTP-Posting-Host: 217.208.105.23 X-Complaints-To: abuse@telia.com X-Trace: newsc.telia.net 1042282011 217.208.105.23 (Sat, 11 Jan 2003 11:46:51 CET) NNTP-Posting-Date: Sat, 11 Jan 2003 11:46:51 CET Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:32912 comp.graphics.api.opengl:39740 Date: 2003-01-11T10:46:51+00:00 List-Id: Hi, I just finished uploading AdaOpenGL 0.9 to sourceforge. The URL is http://adaopengl.sourceforge.net/ This is the first stable release of AdaOpenGL, feedback is welcome as usual. Changelog: New features: * glut support * Replaced all uses of "access GL*" in function/procedure declarations with GL*Ptr types * Added glut example * Added SDL example Bugfixes: * You can now pass Ada null's to gl* functions (that support it) * Removed unnecessary overloaded functions that used System.Address since you can use 'Unchecked_Access to pass an aliased variable as a pointer * Stronger typing * glX fixed, requires a patched AdaBindX 0.7.2, or a newer version (not available at the moment) * glX example now working * Alot of sourcecode cleanups //David Holm