aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Refactored platform extensions out of the GL interface and Kenneth Russel2005-07-271-3/+4
* Moved all functionality from GLContextFactory implementations into Kenneth Russel2005-07-191-1/+1
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-181-1/+3
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-171-18/+0
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-375/+24
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-101-3/+3
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-081-9/+9
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-18/+74
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-261-23/+71
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-1/+1
* GKW on the community.java.net forums pointed out that theKenneth Russel2003-08-171-30/+38
* Applied suggestion from GKW on community.java.net forums to useKenneth Russel2003-08-171-1/+1
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-1/+1
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-0/+4
* Initial revisiondjp2003-06-081-0/+413