aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* shadowmap branch brought inline with jogl 2.4.0Philip Jordan2023-05-252-17/+11
* texture mask re-applied in joglpipelinePhilip Jordan2023-05-222-4/+5
* commnets addedPhilip Jordan2021-10-162-1655/+1665
* first cut of shadow maps, working with a very basic casePhilip Jordan2020-07-0514-3966/+3338
* fullscene antialiasing removed from Renderer completely.Philip Jordan2020-06-184-1717/+1576
* GeometryService license addedPhilip Jordan2020-05-201-0/+21
* comments referring to javax updated to org.jogampPhilip Jordan2020-03-303-5/+5
* Fixes to Canvas3D.getPixelWidth() and Canvas3D.getPixelHeight()Egor Tsinko2020-02-251-2/+2
* Fixed an issue with shared readRasterReady variable in GraphicsContext3DEgor Tsinko2020-02-202-21/+18
* made Canvas3D.getPixelHeight() and Canvas3D.getPixelWidth() publicEgor Tsinko2020-02-141-2/+2
* fixed invalid canvas size passed to readRaster() pipeline operationEgor Tsinko2020-02-141-2/+1
* Removed version dependent static values from pipeline codePhilip Jordan2020-02-012-4/+4
* fixed an issue with J3DGraphics2DImpl.validate()Egor Tsinko2020-01-281-34/+64
* fixed an issue with J3DGraphics2DImpl.clearOffScreen()Egor Tsinko2020-01-281-0/+6
* Merge pull request #7 from etsinko/hidpi-pixel-accuracy-improvementsPhilip Jordan2020-01-283-2/+46
|\
| * improved the 2D graphics overlay in Canvas3D.Egor Tsinko2020-01-273-2/+46
| * Revert "fixed a NPE that happened during offscreen rendering"Philip Jordan2020-01-261-5/+3
| * fixed a NPE that happened during offscreen renderingEgor Tsinko2020-01-221-3/+5
* | Merge pull request #4 from etsinko/hidpi-fixPhilip Jordan2020-01-261-3/+3
|\ \
| * | fixed getPixelLocationFromImagePlate(). Now it works on HiDPI screensEgor Tsinko2020-01-221-3/+3
| |/
* | Merge pull request #5 from etsinko/hidpi-overlay-fixPhilip Jordan2020-01-262-4/+4
|\ \
| * | Updated pipelines so they use linear interpolation when drawing overlay on sc...Egor Tsinko2020-01-232-4/+4
| |/
* | fixed a NPE that happened during offscreen renderingEgor Tsinko2020-01-261-3/+5
* | j3dcore: add handling for the new j3d.numSamples propertyEmmanuel Puybaret2020-01-252-10/+6
* | QuadArray usage warning improved to advise how to convert easily.Philip Jordan2019-10-252-5/+35
|/
* checkAppContext only applies to java version 7 and 8 nowphil2019-09-211-8/+26
* HiDPI fix improved to work when moving a Canvas between screens, alsophil2019-09-213-21/+36
* Merge branch 'dev1.7.0'phil2019-09-153-2/+60
|\
| * Pure Immediate Context usage fixphil2019-06-092-1/+59
| * deprecated features comment update to note tex coord generation isphil2019-01-201-1/+1
* | Merge branch '1.6-master'phil2019-09-151-7/+7
|/
* Fix HiDPI issues on windowsIan Brown2018-09-042-5/+17
* checkAppContext added to getBestConfigurationphil2017-05-032-0/+8
* Gl2ES2Pipeline autoMipMap generation enabledphil2017-02-271-17/+15
* Jogl2es2Pipeline, gl2es2 calls reduced, short indexes loaded fasterphil2017-02-271-67/+155
* Performance improvements intersects and j3dmessagephil2017-02-276-31/+74
* Actual support for a true GL2ES2 contextphil2017-01-083-976/+1036
* Code changes as suggested by gouessej phil2016-12-203-18/+2
* Jogl2es2Pipeline: determining the presence of data structures in shadersphil2016-12-202-14/+22
* Jogl2es2Context updated to correctly clear uniform load state each framephil2016-12-201-25/+14
* Jogl2es2Pipeline: system for determining uniforms current state improvedphil2016-12-201-88/+179
* Jogl2es2pipeline: ignoreVertexColors load into shader was buggyphil2016-12-201-9/+21
* Jogl2es2pipeline: array data copied to nio buffers as late as possiblephil2016-12-201-161/+219
* ShaderProgramRetained excessive string creation reducedphil2016-12-082-1136/+1199
* Gl2es2Pipeline executed contexts for Geometry not recorded in Indexedphil2016-12-072-1/+7
* Enumeration swapped to typed Iteratorphil2016-12-0747-249/+285
* glTexImage2D glTexSubImage2D glReadPixel handling correctedphil2016-12-051-77/+37
* GL_OES_texture_npot extensions checkedphil2016-12-051-1/+3
* setFFP more minimize calls added for matrixesphil2016-12-052-311/+331
* transparencyAlpha sent through, readOffScreenBuffer supports INT bufferphil2016-12-052-605/+684