index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
com
/
jogamp
/
opengl
/
util
/
texture
/
Texture.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending...
Sven Göthel
2024-01-31
1
-0
/
+20
*
Minor cleanup of imports, etc: FBObject, GLContext*, Texture, ..
Sven Gothel
2023-08-13
1
-9
/
+16
*
Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove...
Sven Gothel
2023-08-13
1
-10
/
+28
*
Reuse Gluegen's Bitfield.Util for 'PowerOf2' computation
Sven Gothel
2019-12-31
1
-30
/
+6
*
Bug 1241 - Util's Texture.coords (image coordinates) not updated properly
Sven Gothel
2015-10-02
1
-22
/
+29
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
1
-5
/
+5
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-67
/
+67
*
Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m...
Sven Gothel
2014-05-19
1
-6
/
+33
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+1
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-43
/
+43
*
Texture: Add 'setMustFlipVertically(boolean)' allowing to change the flipped ...
Sven Gothel
2013-08-30
1
-4
/
+21
*
Texture: Add 'toString()' and 'getTextureObject()' w/o GL instance to read ex...
Sven Gothel
2013-08-23
1
-0
/
+20
*
Texture: Fix 'premultiply alpha' semantics in API doc description. Texture cl...
Sven Gothel
2013-07-17
1
-9
/
+14
*
Texture: Skip glEnable/glDisable TEXTURE target if using a core context!
Sven Gothel
2013-07-16
1
-12
/
+14
*
Remove deprecated methods.
Sven Gothel
2013-07-04
1
-6
/
+0
*
Texture: Add 'Order of Texture Commansa' and their semantics to API doc .. du...
Sven Gothel
2013-07-03
1
-12
/
+27
*
Add missing JogAmp (c) note - using date of 1st JogAmp edit.
Sven Gothel
2013-04-27
1
-0
/
+1
*
Texture: Clarifiy API doc of getTextureObject(GL)
Sven Gothel
2012-09-28
1
-1
/
+6
*
NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...
Sven Gothel
2012-08-18
1
-1
/
+1
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-12
/
+13
*
TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan...
Sven Gothel
2012-06-18
1
-5
/
+10
*
Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...
Sven Gothel
2012-04-11
1
-0
/
+1
*
TextureIO/TGA: Only use current GLContext if available, allowing pre-GL usage...
Sven Gothel
2012-04-06
1
-3
/
+3
*
Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad...
Sven Gothel
2012-04-03
1
-4
/
+19
*
Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...
Sven Gothel
2012-03-13
1
-5
/
+4
*
JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenience
Sven Gothel
2011-11-08
1
-3
/
+1
*
VBO and Texture Names: Allos (int) < 0 - unusual valid names for some GL impl.
Sven Gothel
2011-08-01
1
-4
/
+4
*
Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...
Sven Gothel
2011-06-07
1
-1
/
+0
*
Texture: Change method signatures: Pass GL context object if required (remove...
Sven Gothel
2011-04-22
1
-116
/
+79
*
Fix TAB: Replace all TAB with 4 spaces
Sven Gothel
2011-04-08
1
-12
/
+12
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-1
/
+1
*
Fix file modes
Sven Gothel
2010-07-07
1
-0
/
+0
*
Review of using isGL2() and GL2.GL*
Sven Gothel
2010-04-22
1
-14
/
+14
*
refactoring: renamed com.sun.opengl -> com.jogamp.opengl.
Michael Bien
2010-03-27
1
-0
/
+1120