index
:
java3d/java3d-core.git
1.6-master
dev1.7.0
dev1.7.1
master
shadowmap
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
classes
/
jogl
/
javax
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
j3dcore: move Jogl-using classes into the main source folder
Harvey Harrison
2012-05-07
6
-9107
/
+0
*
j3dcore: brutal hack to get offscreen rendering working
Harvey Harrison
2012-05-03
1
-9
/
+2
*
j3dcore: final conversion of the JOGL backend to use JOGL2
Julien Gouesse
2012-05-03
2
-30
/
+82
*
j3dcore: disable support for GL_SGIX_texture_lod_bias
Harvey Harrison
2012-05-03
1
-7
/
+9
*
j3dcore: disable support for GL_SGIS_sharpen_texture and GL_SGIS_detail_texture
Harvey Harrison
2012-05-03
1
-20
/
+29
*
j3dcore: disable support for GL_SGIS_texture_filter4
Harvey Harrison
2012-05-03
1
-10
/
+14
*
j3dcore: disable support for GL_SGI_texture_color_table
Harvey Harrison
2012-05-03
1
-51
/
+54
*
j3dcore: disable all support for GL_NV_register_combiners
Harvey Harrison
2012-05-03
1
-235
/
+241
*
j3dcore: mark all occurences of GL_SUN_global_alpha as FIXME
Harvey Harrison
2012-05-03
1
-32
/
+35
*
j3dcore: change to a GL2 object in places using functionality from that profile
Harvey Harrison
2012-05-03
1
-105
/
+122
*
j3dcore: update constants from GLMatrixFunc interface
Julien Gouesse
2012-05-03
1
-11
/
+11
*
j3dcore: update constants from GL2 interface
Julien Gouesse
2012-05-03
1
-152
/
+152
*
j3dcore: update constants from GL2GL3 interface
Julien Gouesse
2012-05-03
1
-85
/
+85
*
j3dcore: update constants from GL2ES1 interface
Julien Gouesse
2012-05-03
1
-121
/
+121
*
j3dcore: update constants from GL2ES2 interface
Julien Gouesse
2012-05-03
1
-39
/
+39
*
j3dcore: update constants from GLLightingFunc interface
Julien Gouesse
2012-05-03
1
-68
/
+68
*
j3dcore: update constants from GLPointerFunc interface
Julien Gouesse
2012-05-03
1
-22
/
+23
*
j3dcore: update to use the new Buffers helpers rather than BufferUtils
Julien Gouesse
2012-05-03
1
-17
/
+17
*
j3dcore: the vertex attribute functions have moved to the GL2 profile
Julien Gouesse
2012-05-03
1
-7
/
+7
*
j3dcore: remove the JOGL CG shader support code
Harvey Harrison
2012-05-03
4
-251
/
+0
*
j3dcore: remove d3d callback from GeometryArrayRetained
Harvey Harrison
2012-05-03
1
-5
/
+0
*
j3dcore: remove more D3D only code
Harvey Harrison
2012-05-03
1
-12
/
+0
*
j3dcore: beginScene/endScene was only used by D3D...remove it
Harvey Harrison
2012-05-03
1
-6
/
+0
*
j3dcore: remove all CG-shader support code (well, most of it anyways)
Harvey Harrison
2012-05-03
1
-840
/
+7
*
j3dcore: remove the ability to set the shading language to CG, assume GLSL
Harvey Harrison
2012-05-03
1
-32
/
+0
*
j3dcore: fix raster code in the JOGL backend to match the native OpenGL code
Harvey Harrison
2012-02-22
1
-6
/
+6
*
j3dcore: annotate the ThreadLocals in JoglPipeline
Harvey Harrison
2012-01-27
1
-15
/
+15
*
j3dcore: use eclipse organize imports cleanup tool
Harvey Harrison
2011-12-31
7
-23
/
+67
*
j3dcore: remove trailing whitespace from all files
Harvey Harrison
2011-12-31
3
-1192
/
+1192
*
Update source code for GPLv2 license
Kevin Rushforth
2008-02-28
9
-18
/
+189
*
Fixed issue 479: JOGL: Screen door transparency renders incorrectly on JoglPi...
Kevin Rushforth
2007-04-13
1
-2
/
+2
*
Issue 239: Stencil buffer should be cleared at the start of each frame
Kevin Rushforth
2007-03-29
1
-3
/
+27
*
Issue 239: Stencil buffer should be cleared at the start of each frame
Kevin Rushforth
2007-03-26
1
-2
/
+10
*
1) Implemented Issue 126 : Use OpenGL automatic mipmap generation
Chien Yang
2007-03-21
1
-35
/
+56
*
Fixed a typo in native pipe.
Chien Yang
2007-03-09
1
-7
/
+6
*
Fixed a logic bug setting gl version flags.
Chien Yang
2007-03-09
1
-13
/
+14
*
Update ogl native and set gl13 to true too.
Chien Yang
2007-03-09
1
-0
/
+1
*
Set gl14 to true if driver is OpenGL version 1.4
Chien Yang
2007-03-09
1
-1
/
+4
*
Added support to query GL_SGIS_generate_mipmap and GL_VERSION_1_4 (OpenGL only).
Chien Yang
2007-03-09
1
-0
/
+18
*
1) Fix Issue 455 : Need to disable NPOT textures for older cards that claim ...
Chien Yang
2007-03-07
1
-5
/
+12
*
Issue 417: JOGL: Mip-mapped NPOT textures rendered incorrectly
Kevin Rushforth
2007-03-06
1
-1
/
+5
*
1) Fixed Issue 414 : D3D: NPOT textures not properly disabled on card that la...
Chien Yang
2007-03-06
2
-58
/
+0
*
1) OGL and JOGL only : Fix to Issue 415 : Need ability to disable NPOT textur...
Chien Yang
2007-02-28
2
-23
/
+16
*
Fixed Issue 416 : JOGL: ClassCastException in Renderer with NioImageBuffer
Chien Yang
2007-02-20
1
-17
/
+74
*
Update copyright to 2007
Kevin Rushforth
2007-02-09
9
-8
/
+14
*
Fixed the following issues:
Kevin Rushforth
2006-12-05
1
-0
/
+8
*
1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for it...
Chien Yang
2006-10-28
1
-2
/
+19
*
Fixed issue 351: Need a new mechanism to free D3D surface
Kevin Rushforth
2006-10-11
1
-11
/
+0
*
Work around to Issue 324 : Lockup Java3D program and throw exception using JO...
Chien Yang
2006-10-05
1
-3
/
+22
*
Source code changes for issue 358: Document that OGL 1.2 is supported, but at...
Kevin Rushforth
2006-10-04
1
-6
/
+3
[next]