diff options
author | Kenneth Russel <[email protected]> | 2007-04-20 23:00:52 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-04-20 23:00:52 +0000 |
commit | 2d10eb3db6578a369a1038a6173e7fa78d005fcc (patch) | |
tree | 0b0d6cb1d8bfc62ac73ed3af6c463c61f32f720e /doc | |
parent | 5ce6c018f9dfb07a404273c7e7299a5f66442a06 (diff) |
Fixed Issue 226: JOGL seg faulting on Solaris AMD64
The implementation of glXGetProcAddressARB on Solaris/AMD64 had a
similar problem to that seen on Linux/AMD64 distributions: internally
the return value is being cast to a 32-bit value and then
sign-extended back to 64 bits, causing the high half of its function
pointer return values to be lost. Worked around by using dlsym() for
lookup on this OS as well as on Linux/AMD64.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1210 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions