On Jun 9, 6:43 am, "Alex Holkner" <[EMAIL PROTECTED]> wrote:
> > >>> info.dump() > > gl_info.get_version(): 2.0 ATI-1.4.56 > > gl_info.get_vendor(): ATI Technologies Inc. > > gl_info.get_renderer(): ATI Radeon X1600 OpenGL Engine > > I've put in a workaround in r2113 to disable VBOs automatically when > this device is detected.... Thanks. > If you feel inclined, run the graphics test suite (included in the > source distro or through SVN): > > python tests/test.py graphics > > and post the resulting pyglet.*.log file. Sure (but I did this with my base install of pyglet 1.1 beta 2, I'm not sure how soon I'll set up to run the latest svn version). This finished in <1 sec and made a short file: INFO:root:Beginning test at Mon Jun 9 21:21:09 2008 INFO:root:Capabilities are: GENERIC, OSX INFO:root:sys.platform = darwin INFO:root:Reading test plan from tests/plan.txt INFO:root:Testing graphics.GRAPHICS_ALLOCATION. INFO:root:Begin unit tests for graphics.GRAPHICS_ALLOCATION INFO:root:23 tests run INFO:root:Testing graphics.IMMEDIATE. INFO:root:Begin unit tests for graphics.IMMEDIATE INFO:root:10 tests run INFO:root:Testing graphics.IMMEDIATE_INDEXED. INFO:root:Begin unit tests for graphics.IMMEDIATE_INDEXED INFO:root:10 tests run INFO:root:Testing graphics.RETAINED. INFO:root:Begin unit tests for graphics.RETAINED INFO:root:10 tests run INFO:root:Testing graphics.RETAINED_INDEXED. INFO:root:Begin unit tests for graphics.RETAINED_INDEXED INFO:root:10 tests run Nothing failed, I guess, so it must not have tested anything that triggered the bug you just worked around. (I did discover some unrelated possible bugs (and/or doc bugs) by hacking around in examples -- I'll post those separately later.) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
