Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for building on HP/UX from user metasim on JOGL forum | Kenneth Russel | 2006-04-13 | 1 | -1/+6 |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@713 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Made loading of GLU library lazier, partially in the hope that this | Kenneth Russel | 2006-02-10 | 1 | -0/+11 |
| | | | | | | | | may address problems on certain Linux distributions where for some reason we're falling back to software rendering with Mesa git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@595 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Fixed typos in glx-CustomCCode.c along Solaris #ifdef path | Kenneth Russel | 2006-01-22 | 1 | -6/+6 |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@559 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Fixed Issue 173: Adjust gamma, brightness and contrast | Kenneth Russel | 2006-01-22 | 1 | -0/+62 |
Added com.sun.opengl.util.Gamma supporting adjusting of gamma, brightness, and contrast. API and implementation derived from code in the LWJGL project. Added demos.gamma.TestGamma demo illustrating how to use the APIs. Tested on Linux, Mac OS X and Windows. No Solaris support at this time, although future Solaris releases, being based on the Xorg server, will probably have support for the required XF86VidMode extension. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@557 232f8b59-042b-4e1e-8c03-345bb8c30851 |