aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/jogl/javax/media
Commit message (Expand)AuthorAgeFilesLines
* j3dcore: move Jogl-using classes into the main source folderHarvey Harrison2012-05-076-9107/+0
* j3dcore: brutal hack to get offscreen rendering workingHarvey Harrison2012-05-031-9/+2
* j3dcore: final conversion of the JOGL backend to use JOGL2Julien Gouesse2012-05-032-30/+82
* j3dcore: disable support for GL_SGIX_texture_lod_biasHarvey Harrison2012-05-031-7/+9
* j3dcore: disable support for GL_SGIS_sharpen_texture and GL_SGIS_detail_textureHarvey Harrison2012-05-031-20/+29
* j3dcore: disable support for GL_SGIS_texture_filter4Harvey Harrison2012-05-031-10/+14
* j3dcore: disable support for GL_SGI_texture_color_tableHarvey Harrison2012-05-031-51/+54
* j3dcore: disable all support for GL_NV_register_combinersHarvey Harrison2012-05-031-235/+241
* j3dcore: mark all occurences of GL_SUN_global_alpha as FIXMEHarvey Harrison2012-05-031-32/+35
* j3dcore: change to a GL2 object in places using functionality from that profileHarvey Harrison2012-05-031-105/+122
* j3dcore: update constants from GLMatrixFunc interfaceJulien Gouesse2012-05-031-11/+11
* j3dcore: update constants from GL2 interfaceJulien Gouesse2012-05-031-152/+152
* j3dcore: update constants from GL2GL3 interfaceJulien Gouesse2012-05-031-85/+85
* j3dcore: update constants from GL2ES1 interfaceJulien Gouesse2012-05-031-121/+121
* j3dcore: update constants from GL2ES2 interfaceJulien Gouesse2012-05-031-39/+39
* j3dcore: update constants from GLLightingFunc interfaceJulien Gouesse2012-05-031-68/+68
* j3dcore: update constants from GLPointerFunc interfaceJulien Gouesse2012-05-031-22/+23
* j3dcore: update to use the new Buffers helpers rather than BufferUtilsJulien Gouesse2012-05-031-17/+17
* j3dcore: the vertex attribute functions have moved to the GL2 profileJulien Gouesse2012-05-031-7/+7
* j3dcore: remove the JOGL CG shader support codeHarvey Harrison2012-05-034-251/+0
* j3dcore: remove d3d callback from GeometryArrayRetainedHarvey Harrison2012-05-031-5/+0
* j3dcore: remove more D3D only codeHarvey Harrison2012-05-031-12/+0
* j3dcore: beginScene/endScene was only used by D3D...remove itHarvey Harrison2012-05-031-6/+0
* j3dcore: remove all CG-shader support code (well, most of it anyways)Harvey Harrison2012-05-031-840/+7
* j3dcore: remove the ability to set the shading language to CG, assume GLSLHarvey Harrison2012-05-031-32/+0
* j3dcore: fix raster code in the JOGL backend to match the native OpenGL codeHarvey Harrison2012-02-221-6/+6
* j3dcore: annotate the ThreadLocals in JoglPipelineHarvey Harrison2012-01-271-15/+15
* j3dcore: use eclipse organize imports cleanup toolHarvey Harrison2011-12-317-23/+67
* j3dcore: remove trailing whitespace from all filesHarvey Harrison2011-12-313-1192/+1192
* Update source code for GPLv2 licenseKevin Rushforth2008-02-289-18/+189
* Fixed issue 479: JOGL: Screen door transparency renders incorrectly on JoglPi...Kevin Rushforth2007-04-131-2/+2
* Issue 239: Stencil buffer should be cleared at the start of each frameKevin Rushforth2007-03-291-3/+27
* Issue 239: Stencil buffer should be cleared at the start of each frameKevin Rushforth2007-03-261-2/+10
* 1) Implemented Issue 126 : Use OpenGL automatic mipmap generationChien Yang2007-03-211-35/+56
* Fixed a typo in native pipe.Chien Yang2007-03-091-7/+6
* Fixed a logic bug setting gl version flags.Chien Yang2007-03-091-13/+14
* Update ogl native and set gl13 to true too.Chien Yang2007-03-091-0/+1
* Set gl14 to true if driver is OpenGL version 1.4Chien Yang2007-03-091-1/+4
* Added support to query GL_SGIS_generate_mipmap and GL_VERSION_1_4 (OpenGL only).Chien Yang2007-03-091-0/+18
* 1) Fix Issue 455 : Need to disable NPOT textures for older cards that claim ...Chien Yang2007-03-071-5/+12
* Issue 417: JOGL: Mip-mapped NPOT textures rendered incorrectlyKevin Rushforth2007-03-061-1/+5
* 1) Fixed Issue 414 : D3D: NPOT textures not properly disabled on card that la...Chien Yang2007-03-062-58/+0
* 1) OGL and JOGL only : Fix to Issue 415 : Need ability to disable NPOT textur...Chien Yang2007-02-282-23/+16
* Fixed Issue 416 : JOGL: ClassCastException in Renderer with NioImageBufferChien Yang2007-02-201-17/+74
* Update copyright to 2007Kevin Rushforth2007-02-099-8/+14
* Fixed the following issues:Kevin Rushforth2006-12-051-0/+8
* 1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for it...Chien Yang2006-10-281-2/+19
* Fixed issue 351: Need a new mechanism to free D3D surfaceKevin Rushforth2006-10-111-11/+0
* Work around to Issue 324 : Lockup Java3D program and throw exception using JO...Chien Yang2006-10-051-3/+22
* Source code changes for issue 358: Document that OGL 1.2 is supported, but at...Kevin Rushforth2006-10-041-6/+3