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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 816/848: Cleanup test applet layout/size ; Note Bug 848: Not reproducible...
Sven Gothel
2013-10-04
4
-10
/
+116
*
Bug 848: Add test applet ; Bug 816 Bug816AppletGLCanvas02: Remove 2nd Animato...
Sven Gothel
2013-10-04
3
-106
/
+187
*
AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit...
Sven Gothel
2013-10-03
1
-5
/
+12
*
Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...
Sven Gothel
2013-10-03
3
-10
/
+36
*
Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N...
Sven Gothel
2013-10-03
1
-2
/
+2
*
Bug 816 (OSX CALayer pos): Add detailed description (pseudo code) to JAWTUtil...
Sven Gothel
2013-10-03
2
-3
/
+21
*
Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculation
Sven Gothel
2013-10-03
3
-21
/
+43
*
Bug 816: Add 2 more unit tests (Swing JFrame w/ 2 JRootPanes, AWT Frame Borde...
Sven Gothel
2013-10-03
3
-25
/
+304
*
Bug818GLJPanelApplet: Remove unused imports
Sven Gothel
2013-10-03
1
-2
/
+0
*
GLJPanel: Fix 7u40 access to property 'sun.java2d.opengl'. Property was trust...
Sven Gothel
2013-10-03
1
-6
/
+1
*
Bug 818 (OSX 10.6.8 NVIDIA GeForce GT 330M): Add unit test (manual applet)
Sven Gothel
2013-10-03
1
-0
/
+308
*
Add notice about 'GL states' regarding GLSL vertical flip (Bug 842 and Bug 826).
Sven Gothel
2013-10-02
1
-2
/
+13
*
GLJPanel/AWTGLPixelBuffer: Reused BufferedImage didn't account for row-stride...
Sven Gothel
2013-10-02
2
-10
/
+55
*
GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz...
Sven Gothel
2013-09-29
6
-55
/
+127
*
GLJPanel: Remove forced DEBUG .. at handleReshape in releasePrint (added w/ c...
Sven Gothel
2013-09-28
1
-1
/
+1
*
Fix TileRenderer regression of commit c8abb9d2c9a8c92f0c5c42aba13e3e80c69739d...
Sven Gothel
2013-09-28
1
-4
/
+4
*
AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...
Sven Gothel
2013-09-28
4
-14
/
+44
*
TileRendererBase.GLEL.display(): Skip tile-rendering if TR is not yet setup. ...
Sven Gothel
2013-09-28
3
-1
/
+24
*
Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW...
Sven Gothel
2013-09-28
3
-9
/
+13
*
Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI...
Sven Gothel
2013-09-28
4
-15
/
+58
*
Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan...
Sven Gothel
2013-09-27
2
-11
/
+31
*
Test AWT Printing: Frame size contains border/insets, use as-is for scaling; ...
Sven Gothel
2013-09-27
3
-25
/
+22
*
Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...
Sven Gothel
2013-09-27
8
-139
/
+534
*
TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...
Sven Gothel
2013-09-27
14
-168
/
+320
*
DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins...
Sven Gothel
2013-09-27
9
-75
/
+174
*
Fix MovieCube/Simple Demo in 'Applet' mode: Use default ctor to completly ini...
Sven Gothel
2013-09-25
4
-16
/
+93
*
OSXMisc.c: Fix compilation error w/ java6's jint definition (probably clang a...
Sven Gothel
2013-09-25
1
-2
/
+2
*
Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...
Sven Gothel
2013-09-24
9
-133
/
+355
*
TileRendererBase: Remove redundant reshape propagation of atached GLEL, call ...
Sven Gothel
2013-09-24
1
-12
/
+3
*
Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT'
Sven Gothel
2013-09-24
1
-0
/
+363
*
Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg) is no...
Sven Gothel
2013-09-22
1
-1
/
+6
*
Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...
Sven Gothel
2013-09-21
7
-31
/
+34
*
AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ...
Sven Gothel
2013-09-20
4
-22
/
+427
*
Fix Bug 826: GLJPanel: Fully restore TextureState and Viewport
Sven Gothel
2013-09-20
15
-57
/
+897
*
Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P...
Sven Gothel
2013-09-20
2
-9
/
+12
*
TestTiledPrintingGearsSwingAWT: Enable 'bitmap' test only on Windows, issues ...
Sven Gothel
2013-09-19
1
-7
/
+12
*
AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...
Sven Gothel
2013-09-19
4
-64
/
+93
*
AWT Print Tests: Only include 600dpi tests if requested via main arg '-600dpi'
Sven Gothel
2013-09-19
4
-4
/
+8
*
AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l...
Sven Gothel
2013-09-18
2
-13
/
+19
*
RedSquareES1: Add TileRendererBase.TileRendererNotify
Sven Gothel
2013-09-18
1
-17
/
+69
*
AWTTilePainter: Fix DEBUG message (used wrong value at println)
Sven Gothel
2013-09-18
1
-1
/
+1
*
Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni...
Sven Gothel
2013-09-18
3
-104
/
+109
*
AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel...
Sven Gothel
2013-09-17
3
-58
/
+70
*
Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO...
Sven Gothel
2013-09-17
8
-208
/
+537
*
TestTiledPrintingNIOImageSwingAWT: Add layered test ; Use 300dpi instead of 6...
Sven Gothel
2013-09-16
1
-3
/
+9
*
Add 'DirectDataBufferInt' supporting NIO based BufferedImages
Sven Gothel
2013-09-16
3
-2
/
+536
*
Updating doc AWTPrinting.txt
Sven Gothel
2013-09-15
1
-1
/
+0
*
Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...
Sven Gothel
2013-09-15
9
-247
/
+363
*
TileRenderer: Add and expose clipped image size; Expose size of tiles.
Sven Gothel
2013-09-15
1
-32
/
+119
*
AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr...
Sven Gothel
2013-09-13
4
-33
/
+58
[next]