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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
TestGPUMemSec01NEWT ES fix: No RGB read pixel available on ES platform
Sven Gothel
2012-02-22
1
-11
/
+65
*
Test: UITestCase.get*Name() takes 'String separator' as argument.
Sven Gothel
2012-02-22
4
-15
/
+15
*
GraphicsConfigurationFactory: Add DEBUG dump @ chooser
Sven Gothel
2012-02-22
3
-1
/
+8
*
ExtensionAvailabilityCache: Remove 'XXX_NV_vertex_array_range' hack
Sven Gothel
2012-02-22
1
-11
/
+1
*
Fix VBORegion2PES2: Don't exceed MAQX_TEXTURE_SIZE
Sven Gothel
2012-02-22
1
-0
/
+8
*
TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne...
Sven Gothel
2012-02-22
6
-61
/
+284
*
Test (graph) fixes for ES
Sven Gothel
2012-02-22
7
-52
/
+108
*
Fix GLReadBufferUtil for ES platforms: RGB read format may not be supported. ...
Sven Gothel
2012-02-22
1
-13
/
+44
*
FBObject: Meaningfull error message if TexImage2D fails.
Sven Gothel
2012-02-22
1
-10
/
+17
*
FontSet (graph): get*(..) throws IOException - Proper passing and handling of...
Sven Gothel
2012-02-22
8
-58
/
+109
*
EGLDrawable: use the original requested Capabilities, ignore previously chose...
Sven Gothel
2012-02-22
1
-3
/
+2
*
Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())
Sven Gothel
2012-02-22
5
-11
/
+22
*
Remove unused class jogamp/opengl/gl2/Util
Sven Gothel
2012-02-22
1
-244
/
+0
*
API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...
Sven Gothel
2012-02-20
9
-114
/
+270
*
Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...
Sven Gothel
2012-02-20
8
-57
/
+38
*
Hide dump of screen origin/size behind DEBUG flag.
Sven Gothel
2012-02-19
1
-1
/
+3
*
Cleanup ShaderCode/Program/State
Sven Gothel
2012-02-19
7
-40
/
+66
*
GLGLuegen: Enhance debug/analysis code and API comments
Sven Gothel
2012-02-15
4
-41
/
+94
*
Fix TestTransformFeedbackVaryingsBug407NEWT (2): Use getMaxProgrammable() for...
Sven Gothel
2012-02-14
1
-1
/
+1
*
Fix TestTransformFeedbackVaryingsBug407NEWT regression: Get default profile (...
Sven Gothel
2012-02-14
1
-2
/
+1
*
Simplify TestTransformFeedbackVaryingsBug407NEWT: Use 'in thread' ctx flow an...
Sven Gothel
2012-02-14
1
-81
/
+50
*
Fix ExtensionAvailabilityCache ; Enhance caching.
Sven Gothel
2012-02-14
12
-123
/
+129
*
Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...
Sven Gothel
2012-02-13
9
-117
/
+199
*
Test: Remove dedicated mobile profile test, will be included in TestGLProfile...
Sven Gothel
2012-02-13
1
-93
/
+0
*
OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations)
Sven Gothel
2012-02-13
4
-15
/
+57
*
OSX/Java7 JAWT/JAWTUtil: Support OSX/Java7 CALayer only JAWT mode; Cleanup JA...
Sven Gothel
2012-02-13
1
-12
/
+65
*
MacOSXCGLDrawableFactory: Fix typo 'Applet' -> 'Apple' for APPLE_float_pixels
Sven Gothel
2012-02-13
2
-8
/
+15
*
Java2D OGLPipeline: Disabled for Max OSX
Sven Gothel
2012-02-13
1
-2
/
+12
*
Fix JOGL GLContextImpl ProcAddressTable and Extension Caching
Sven Gothel
2012-02-13
6
-39
/
+29
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
29
-354
/
+715
*
NEWT: Fix deadlock w/ AWT parent (NewtCanvasAWT) - focus window @ creation af...
Sven Gothel
2012-02-08
1
-3
/
+7
*
javac - setup encoding to UTF-8
Sven Gothel
2012-01-23
2
-7
/
+7
*
GLDynamicLibraryBundleInfo: Remove 'nativewindow_x11' preload lib (implicitly...
Sven Gothel
2012-01-23
3
-12
/
+0
*
Minor edit: Suppress USE_WGLVersion_Of_5WGLGDIFuncSet message when default.
Sven Gothel
2012-01-23
1
-1
/
+3
*
Bug 551 validation.
Sven Gothel
2012-01-23
1
-0
/
+150
*
Use glFlush() in favor of glFinish() for bug 548 and bug 533 fix - due to per...
Sven Gothel
2012-01-23
1
-4
/
+4
*
Merge branch 'master' of github.com:sgothel/jogl
Sven Gothel
2012-01-22
1
-2
/
+15
|
\
|
*
Merge pull request #43 from krisher/master
Sven Gothel
2012-01-19
1
-2
/
+15
|
|
\
|
|
*
Fix for use of SWT GLCanvas in headless mode (or with threading in worker mod...
Dan Krisher
2012-01-11
1
-2
/
+15
*
|
|
Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...
Sven Gothel
2012-01-22
1
-0
/
+4
|
/
/
*
|
NEWT/OSX: Window close (release) on main thread, ensuring no 'main thread' ev...
Sven Gothel
2012-01-19
1
-1
/
+2
*
|
NativeWindow/OSX: Fix Offscreen CALayer SIGSEGV @ Shutdown (Cleanup referencing)
Sven Gothel
2012-01-19
4
-27
/
+62
*
|
UI Test AWTRobotUtil's toFront*(): retry requestFocus() within loop.
Sven Gothel
2012-01-19
1
-11
/
+14
*
|
UI Test / AWTRobotUtil: Relax and fix focus tests
Sven Gothel
2012-01-18
5
-39
/
+70
*
|
NEWT/X11: Fix Insets determination for undecorated / child window.
Sven Gothel
2012-01-18
1
-53
/
+86
*
|
NEWT: Use accessors to read/write postion and size, allowing better trace and...
Sven Gothel
2012-01-18
9
-132
/
+124
*
|
NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost...
Sven Gothel
2012-01-18
4
-16
/
+78
*
|
Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli...
Sven Gothel
2012-01-18
2
-98
/
+173
*
|
NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remo...
Sven Gothel
2012-01-17
3
-123
/
+129
*
|
NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(...
Sven Gothel
2012-01-16
2
-4
/
+10
[prev]
[next]