Short: CyberGL V3 Update V39.12 Author: F.Mariak@phase5.de (Frank Mariak) Uploader: aminet ufoo phase5 de (Aminet Uploader) Type: driver/video Version: 39.12 Architecture: m68k-amigaos - Fixed a typo in the pragmas file for the attachGLWindowTags tagcall Changes for cybergl.library 39.12 - recompiled with SAS/C 6.58 - fixed a problem in OpenGLWindow()/cybergl.library for AGA/ECS displays. The temporary buffer for WritePixelArray8()/graphics could get too small when the window was resized and that could lead to all sorts of trouble as soon as the gl object was re-rendered. - Fixed a minor problem in the rendering code when GLWA_Buffered was enabled. The last line of the buffer was never cleared. Changes for cybergl.library 39.11 - GLWA_Buffered tag now works for AttachGLWindowTags() call, too. - if offsets were specified for the gl window, they were net used in all rendering cases. Now fixed. - Fixed a freemem problem in DisposeGLWindow() when AttachGLWindowTags() was used Changes for cybergl.library 39.10 - GLWA_Buffered tag now works for AttachGLWndToRPTags() call, too. - fixed a devide by zero problem in the shared color allocation code - cybergl now uses pool allocation functions of OS 3.0 and above. Make sure you have at least SetPatch 40.16 running. It fixes some problems in OS 3.0 pool allocation functions. Changes for cybergl.library 39.9 - This library needs at least cgx v3 r55 for 24bit output - added new tag GLWA_Buffered to allow for buffered rendering. All data is rendered into a buffer until glFlush() is called. - fixed mungwall hits in context deallocation code - fixed a bug in disposeGLWindow - color sharing code now correctly uses ObtainBestPen() instead of ObtainPen() Changes for cybergl.library 39.8 - dithering is now enabled in 15/16 bit modes, too. This gives 24bit quality results in highcolour modes. Chages for cybergl.library 39.7 - initial public release