aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/util
Commit message (Expand)AuthorAgeFilesLines
* Made compaction support optional in BackingStoreManager, and thereforeKenneth Russel2008-12-071-1/+11
* OMX cleanup - generic toolSven Gothel2008-12-011-1/+10
* Limit scope of new logic to only be used in NPOT caseKenneth Russel2008-10-201-6/+7
* Added preferential use of GL_ARB_texture_rectangle rather thanKenneth Russel2008-10-201-4/+42
* Fixed sense of test against GL.isGL2() when deciding whether to useKenneth Russel2008-10-201-1/+1
* Fixes for building with Visual C++ 6.0 (VC98)Kenneth Russel2008-09-161-0/+4
* Added TextureIO.newTexture wrapping an OpenGL texture ID from anKenneth Russel2008-09-033-0/+95
* ES2 support NPOT texturesSven Gothel2008-09-021-1/+2
* Fix: TextureIO/TGA for ES2 (GL formats/types)Sven Gothel2008-09-025-29/+92
* Fix: TextureIO.java* DDSImage.java* (Relocation of io utils)Sven Gothel2008-09-023-4/+4
* Relocated common io helper from com.*.util.io -> com.*.impl.ioSven Gothel2008-09-025-296/+2
* Refactoring common io codeSven Gothel2008-08-303-11/+143
* Temporarily split some TextureIO-related classes into Java SE and Java Kenneth Russel2008-08-178-8/+2629
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2008-07-181-5/+7
* Formatting changes onlyKenneth Russel2008-07-169-3134/+3134
* Reorganized TextureIO classes to enable code sharing between desktopKenneth Russel2008-07-1612-2302/+2175
* Moved rectangle packer out of AWT-specific sub-package to make it moreKenneth Russel2008-07-161-1/+1
* GL Unification 1st round.Sven Gothel2008-07-031-7/+7
* Mac OS X port of new JOGL and Newt. Currently leverages the AWT; willKenneth Russel2008-06-271-1/+3
* merging awt,j2d,swing to awt subpackagesSven Gothel2008-06-263-4/+4
* - added doxygen.cfgSven Gothel2008-06-241-1/+1
* finishing 2nd refactoringSven Gothel2008-06-2133-27377/+0
* 2nd big refactoring.Sven Gothel2008-06-213-0/+2232
* *** empty log message ***Sven Gothel2008-06-215-173/+10
* 2nd big refactoring.Sven Gothel2008-06-211-1355/+0
* 2nd big refactoring.Sven Gothel2008-06-2129-621/+24922
* Split BufferUtil.java in to Java SE and Java ME + CDC + FP (+ JSR-239 Kenneth Russel2008-06-053-294/+522
* Added Immediate Mode Sink (ImmModeSInk)Sven Gothel2008-06-033-0/+708
* Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested.Sven Gothel2008-05-301-0/+28
* Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it Kenneth Russel2008-05-291-2/+37
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-131-176/+139
* Addendum to fix for Issue 344: Serious TextRenderer problems involving large ...Kenneth Russel2008-02-191-1/+1
* Added table of Porter-Duff compositing rules in the face of Kenneth Russel2008-02-181-0/+22
* Fixed Issue 344: Serious TextRenderer problems involving large fonts & unicod...Kenneth Russel2008-02-181-476/+462
* Fixed Issue 342: demos/j2d/TextFlow (TextRenderer) demo gives fuzzy text Kenneth Russel2008-02-161-7/+32
* Fixed Issue 339: Add system properties to turn off VAs/VBOs in TextRenderer Kenneth Russel2008-02-161-17/+80
* Removed incorrect statements from TextureIO class about certain Kenneth Russel2008-01-161-8/+4
* Fixed Issue 332: TextRenderer depends on OpenGL 1.3 glClientActiveTexture Kenneth Russel2007-11-151-1/+0
* Fixed Issue 326: TextRenderer corruption with certain text Kenneth Russel2007-11-091-6/+19
* Added RenderDelegate.getBounds(GlyphVector, FontRenderContext) and Kenneth Russel2007-11-031-6/+12
* Fixes from John Burkey: Kenneth Russel2007-11-031-53/+117
* Whitespace changes only; for consistency, processed with Jalopy and Kenneth Russel2007-11-031-1457/+1491
* Made TextRenderer.DefaultRenderDelegate public and static on request Kenneth Russel2007-10-191-1/+1
* Fixed Issue 324: Rendering artifacts with glyph-based TextRenderer Kenneth Russel2007-10-171-1/+1
* Fixed Issue 323: TextRenderer leaves VBOs bound Kenneth Russel2007-10-171-14/+39
* Undid last checkin as it appears the current glPushClientAttrib / Kenneth Russel2007-10-131-6/+0
* Pre-emptively added clearing out of the GL_ARRAY_BUFFER binding after Kenneth Russel2007-10-121-0/+6
* Fixed problems causing breakage of NASA's World Wind Java. Added need Kenneth Russel2007-10-101-0/+19
* Integrated John Burkey's new TextRenderer implementation using Kenneth Russel2007-10-091-172/+853
* Added support for loading non-mipmapped, non-power-of-two compressed Kenneth Russel2007-09-042-5/+75