aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-032-238/+245
* 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 static feature boolean for CG libraryHarvey Harrison2012-05-031-4/+0
* j3dcore: remove the JOGL CG shader support codeHarvey Harrison2012-05-034-251/+0
* j3dcore: annotate GeometryRetained userslistHarvey Harrison2012-05-033-40/+28
* j3dcore: remove d3d callback from GeometryArrayRetainedHarvey Harrison2012-05-036-41/+1
* j3dcore: annotate users list in Screen3DHarvey Harrison2012-05-031-25/+16
* j3dcore: remove more D3D only codeHarvey Harrison2012-05-036-136/+0
* j3dcore: beginScene/endScene was only used by D3D...remove itHarvey Harrison2012-05-036-52/+0
* j3dcore: remove all CG-shader support code (well, most of it anyways)Harvey Harrison2012-05-036-1801/+22
* j3dcore: remove the ability to set the shading language to CG, assume GLSLHarvey Harrison2012-05-034-103/+2
* j3dcore: simplify Pipeline singleton creationHarvey Harrison2012-05-031-31/+25
* j3dcore: remove a bunch of the native support code and classesHarvey Harrison2012-05-0367-61462/+1
* j3dcore: default to JOGL pipeline always, remove option to set native pipelinesHarvey Harrison2012-05-031-15/+2
* j3dcore: use an explicit boolean when a PhysicalEnvironment has no more usersHarvey Harrison2012-03-051-20/+20
* j3dcore: annotate PhysicalEnvironment static hashmapHarvey Harrison2012-03-052-6/+8
* j3dcore: annotate the PhysicalEnvironment::devices listHarvey Harrison2012-03-052-60/+52
* j3dcore: annotate PhysicalEnvironment::users list as holding ViewsHarvey Harrison2012-03-053-51/+45
* j3dcore: ViewPlatformRetained::getViewList cannot return nullHarvey Harrison2012-03-051-10/+9
* j3dcore: remove unneeded casts to View in SoundStructureHarvey Harrison2012-03-051-4/+4
* j3dcore: remove the unused SoundRenderer class...never seems to be usedHarvey Harrison2012-03-033-97/+0
* j3dcore: change getViewPlatformList() to never return null and remove checksHarvey Harrison2012-03-032-65/+37
* j3dcore: add an early return to the enable/disable event functions to reduce ...Harvey Harrison2012-03-031-148/+120
* j3dcore: preparation patch for cleanup of getViewList() users in VirtualUniverseHarvey Harrison2012-03-031-137/+132
* j3dcore: only mark the cached view list as dirty if we actually change itHarvey Harrison2012-03-031-5/+3
* j3dcore: annotate list of Views in ViewPlatformRetainedHarvey Harrison2012-03-031-30/+30
* j3dcore: annotate GroupRetained's list of child nodes and compiled child nodesHarvey Harrison2012-02-265-90/+60
* j3dcore: annotate NodeRetained::branchGroupPathsHarvey Harrison2012-02-269-30/+27
* j3dcore: fix raster code in the JOGL backend to match the native OpenGL codeHarvey Harrison2012-02-221-6/+6
* j3dcore: remove code that was stubbed-out in issue 458Harvey Harrison2012-02-212-36/+1
* j3dcore: use annotated ArrayList of AWTEvents in WakeupOnAWTEventHarvey Harrison2012-02-201-16/+12
* j3dcore: remove the DVR backdoor in ViewHarvey Harrison2012-02-201-47/+0
* j3dcore: annotate the ThreadLocals in JoglPipelineHarvey Harrison2012-01-271-15/+15
* j3dcore: remove the unneeded centroid from BoundingBoxHarvey Harrison2012-01-241-15/+8
* j3dcore: switch the orderedBin array expansion to happen at set, rather than ...Harvey Harrison2012-01-241-7/+18