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
/
classes
/
com
/
sun
/
opengl
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added function name aliasing for 'isFunctionAvailable' dyn lookup case
Sven Gothel
2008-11-14
1
-2
/
+11
*
- EGL
Sven Gothel
2008-11-14
2
-4
/
+37
*
Rollback: EGLConfig back to wrapped buffer, since long nio buffers are not av...
Sven Gothel
2008-11-13
2
-6
/
+6
*
- Removed StaticGLInfo usage.
Sven Gothel
2008-11-13
8
-441
/
+265
*
X11 getPlatformExtensionsString shall use the toolkit looking
Sven Gothel
2008-11-07
1
-2
/
+8
*
Fix: TextureIO.java* DDSImage.java* (Relocation of io utils)
Sven Gothel
2008-09-02
1
-3
/
+3
*
Relocated common io helper from com.*.util.io -> com.*.impl.io
Sven Gothel
2008-09-02
3
-0
/
+295
*
BufferUtil:
Sven Gothel
2008-08-29
2
-13
/
+7
*
Added missing SystemUtils. Added proper GLSL ArrayData validation
Sven Gothel
2008-08-21
2
-0
/
+28
*
Cleanup GLArrayData*, misc stuff
Sven Gothel
2008-08-21
4
-67
/
+137
*
Fixing repo (shader directory, removal)
Sven Gothel
2008-08-18
29
-561
/
+0
*
Fixing repo (shader directory)
Sven Gothel
2008-08-18
18
-0
/
+322
*
Applied patch from Rick Brownrigg from NASA to fix GLU tessellator
Kenneth Russel
2008-08-18
2
-2
/
+3
*
ShaderState:
Sven Gothel
2008-08-14
7
-19
/
+67
*
GLArrayData*
Sven Gothel
2008-08-13
2
-16
/
+17
*
Ooops .. (repairing)
Sven Gothel
2008-08-12
2
-1
/
+10
*
Proper ES2 demo with precompiled shader (cleanup)
Sven Gothel
2008-08-12
1
-9
/
+0
*
Proper ES2 demo with precompiled shader
Sven Gothel
2008-08-12
1
-1
/
+1
*
GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu...
Sven Gothel
2008-08-12
2
-2
/
+3
*
Working:
Sven Gothel
2008-08-12
20
-64
/
+358
*
FixedFunction shader as files, prepared for binary shader files
Sven Gothel
2008-08-11
16
-275
/
+278
*
Minor CVM/ES1 fixes
Sven Gothel
2008-08-11
4
-20
/
+51
*
Removed unnecessary GL2 dependencies from desktop window system code.
Kenneth Russel
2008-08-08
4
-20
/
+1
*
Fixed new glsl packaging
Sven Gothel
2008-08-04
5
-5
/
+5
*
../jogl.log
Sven Gothel
2008-08-04
14
-660
/
+864
*
Fixed loading of GLES and EGL libraries, and error reporting when none
Kenneth Russel
2008-07-31
1
-15
/
+23
*
Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1
Kenneth Russel
2008-07-31
1
-1
/
+0
*
ES2 FixedFunction w. texture (demo.es1.cubefbo.Main) working
Sven Gothel
2008-07-25
2
-19
/
+33
*
../jogl.log
Sven Gothel
2008-07-25
10
-79
/
+654
*
GLUquadricImpl: now part of jogl.core; fixed GL2 immediate mode
Sven Gothel
2008-07-21
1
-4
/
+16
*
- New profile GL2ES12 (desktop)
Sven Gothel
2008-07-21
3
-19
/
+11
*
Cleanup and partitioning of GLU
Sven Gothel
2008-07-18
1
-2
/
+12
*
- Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...
Sven Gothel
2008-07-18
13
-28
/
+28
*
Moved rectangle packer out of AWT-specific sub-package to make it more
Kenneth Russel
2008-07-16
7
-6
/
+6
*
Fixed:
Sven Gothel
2008-07-11
4
-142
/
+67
*
Fixed:
Sven Gothel
2008-07-10
1
-0
/
+7
*
GL Unification 2nd round.
Sven Gothel
2008-07-04
5
-24
/
+26
*
GL Unification 1st round.
Sven Gothel
2008-07-03
8
-117
/
+117
*
Synced locking of EGLDrawable/EGLContext with X11GLX* counterpart.
Sven Gothel
2008-06-28
3
-25
/
+70
*
3rd round cdcfp - compile clean.
Sven Gothel
2008-06-28
31
-147
/
+190
*
Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will
Kenneth Russel
2008-06-27
6
-0
/
+61
*
Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al...
Sven Gothel
2008-06-26
8
-27
/
+24
*
Added getSurfaceHandle() to NativeWindow abstraction in support of
Kenneth Russel
2008-06-26
9
-29
/
+34
*
Bug fixes to compile and run on Windows. Added more debugging code.
Kenneth Russel
2008-06-26
2
-1
/
+13
*
merging awt,j2d,swing to awt subpackages
Sven Gothel
2008-06-26
3
-3
/
+2
*
removing relocated files
Sven Gothel
2008-06-26
61
-17571
/
+0
*
removinbg relocated files
Sven Gothel
2008-06-26
41
-6586
/
+0
*
re-adding accidently removed files
Sven Gothel
2008-06-26
70
-0
/
+13347
*
re-adding accidently removed files
Sven Gothel
2008-06-26
28
-0
/
+10262
*
Auto GL profile selection working (GLES1 and GL2 (X11))
Sven Gothel
2008-06-25
1
-2
/
+0
[next]