Menu

Code Commit Log


Commit Date  
[r2282] by cix_foo

Removed superfluous imports

2006-02-27 19:55:43 Tree
[r2281] by elias_naur

Widened VBO/PBO buffer offsets and sizes to long to better match the GLsizeiptr and GLintptr native types

2006-02-26 11:44:34 Tree
[r2280] by elias_naur

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 Tree
[r2279] by elias_naur

Fixed a potentially uninitialized return value in ALC.c

2006-02-23 19:22:00 Tree
[r2278] by elias_naur

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 Tree
[r2277] by elias_naur

Win32: Made the window message proc static

2006-02-22 10:30:35 Tree
[r2276] by elias_naur

Made handleMessages() in Display.c static

2006-02-22 09:51:25 Tree
[r2275] by matzon

create single distribution

2006-02-21 22:11:49 Tree
[r2274] by elias_naur

OpenGL: Made generated ContextCapabilities only try to load super class symbols if a sub class is supported. This avoids spurious 'Could not locate symbol' warnings in debug mode (glLoadProgramNV on ATI hardware)

2006-02-06 11:11:09 Tree
[r2273] by matzon

support for ALC_ENUMERATION_EXT using LWJGL specific method: AL.getImplementations

2006-02-02 22:34:28 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.