lwjgl/src/native
Brian Matzon 5db7a9a7b8 removed printf statement 2006-04-13 13:36:03 +00:00
..
common removed printf statement 2006-04-13 13:36:03 +00:00
generated Added glPrioritizeTextures and glAreTexturesResident 2006-04-05 11:20:36 +00:00
linux Linux: Removed the glXIsDirect test to determine whether a context is accelerated or not. This is specifically not the case for Xgl and friends that accelerates indireect rendering. Unfortunately, I'm not sure what to replace the test with, so there is currently no way to know from LWJGL whether we're software rendered or not (other than measuring FPS). In fact, I'm not even sure that we can come up with a good test, because some (DRI) drivers use software MESA rendering for some parts of GL, while other parts are hardware accelerated 2006-02-23 19:29:49 +00:00
macosx Mac OS X: Cleanup of macosx_al.c 2006-01-16 21:17:12 +00:00
win32 Win32: Made the message processing more friendly to potential foreign windows created on the same thread (and thus sharing message queue with LWJGL). Now handleMessages() in Display.c only processes messages for the current lwjgl window. 2006-02-22 10:47:14 +00:00