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
/
jogl
/
classes
/
com
/
jogamp
/
graph
/
curve
/
opengl
/
RegionRenderer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1488 - Graph RegionRenderer: Ensure shaderPrograms1 path is disabled usin...
Sven Göthel
2024-01-22
1
-6
/
+8
*
Bug 1488 - Graph RegionRenderer Shader Mapping: Revert to IntObjectHashMap an...
Sven Göthel
2024-01-22
1
-64
/
+182
*
Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...
Sven Göthel
2024-01-20
1
-19
/
+19
*
Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...
Sven Göthel
2024-01-16
1
-9
/
+16
*
Bump (c) -2024 for edited files + LICENSE.txt
Sven Göthel
2024-01-14
1
-2
/
+2
*
Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...
Sven Göthel
2024-01-14
1
-68
/
+118
*
Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / Consideration
Sven Göthel
2024-01-09
1
-0
/
+2
*
Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...
Sven Göthel
2024-01-09
1
-4
/
+24
*
Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...
Sven Gothel
2023-09-30
1
-0
/
+1
*
Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...
Sven Gothel
2023-09-20
1
-18
/
+15
*
Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ...
Sven Gothel
2023-09-16
1
-1
/
+2
*
PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP...
Sven Gothel
2023-09-02
1
-3
/
+15
*
Graph RegionRenderer.destroy(): Detach RenderState from GL instance
Sven Gothel
2023-08-02
1
-0
/
+1
*
Graph: Simplify RegionRenderer API by exposing common RenderState methods (an...
Sven Gothel
2023-08-02
1
-16
/
+34
*
Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ...
Sven Gothel
2023-08-01
1
-5
/
+3
*
Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer....
Sven Gothel
2023-08-01
1
-3
/
+2
*
PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ...
Sven Gothel
2023-04-07
1
-12
/
+10
*
Graph GLSL: Enable 'discard' in fragment shader w/o GLRendererQuirks.GLSLBugg...
Sven Gothel
2023-03-30
1
-5
/
+11
*
Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ...
Sven Gothel
2023-03-21
1
-34
/
+7
*
Graph: Add RegionRenderer.enable(..) variant w/ passing enable + disable GLCa...
Sven Gothel
2023-03-19
1
-4
/
+15
*
Graph: GLRegion: Pass curRenderModes to updateImpl() + drawImpl(), prepare sw...
Sven Gothel
2023-03-19
1
-3
/
+5
*
Graph : Misc API doc
Sven Gothel
2023-03-19
1
-0
/
+2
*
Graph: Add RenderState API doc; RegionRenderer: Remove unused shell method, l...
Sven Gothel
2023-03-19
1
-5
/
+0
*
Graph: Make RenderState a composition of RegionRenderer, which also creates a...
Sven Gothel
2023-03-15
1
-18
/
+108
*
Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f...
Sven Gothel
2023-03-15
1
-17
/
+15
*
Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra...
Sven Gothel
2023-03-14
1
-5
/
+7
*
Graph: RegionRenderer: Adopt to TextureSequence API Change: Use setTextureLoo...
Sven Gothel
2023-03-14
1
-9
/
+8
*
GLRegion + RegionRenderer: Add clearShader(..) to delete all ShaderPrograms a...
Sven Gothel
2023-03-13
1
-7
/
+16
*
Misc: Add MonitorDevice.perMMToPerInch(..); Drop unused RegionRenderer.init(....
Sven Gothel
2023-03-09
1
-3
/
+2
*
Graph: RegionRenderer: Offer borrowing current viewport w/o copy
Sven Gothel
2023-02-15
1
-0
/
+4
*
Graph RegionRenderer: Expose int[4] viewport for convenience
Sven Gothel
2023-02-14
1
-11
/
+18
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
1
-5
/
+5
*
Graph/Math: Fix minor apidoc issues
Sven Gothel
2014-10-09
1
-0
/
+9
*
Bug 801: Add Graph pass-2 shader for VBAA 'odd' sample count
Sven Gothel
2014-07-09
1
-16
/
+27
*
Findbugs: Remove dead-code / unused [temp] storage and it's assignment
Sven Gothel
2014-07-08
1
-1
/
+1
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-8
/
+8
*
Graph RegionRenderer: Fix GL3 and ES3 GLSL issues
Sven Gothel
2014-06-11
1
-17
/
+32
*
Graph: Fix GLSL issue w/ ES3, add 'const float sample_count', since define SA...
Sven Gothel
2014-06-11
1
-0
/
+2
*
Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...
Sven Gothel
2014-05-20
1
-3
/
+1
*
Bug 801: Fix RegionRenderer's TextureSequence shader program selection (recog...
Sven Gothel
2014-05-19
1
-1
/
+10
*
Bug 801: Introd. RenderState.BITHINT_GLOBAL_DEPTH_TEST_ENABLED hinting to dea...
Sven Gothel
2014-04-10
1
-4
/
+13
*
Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ;
Sven Gothel
2014-04-09
1
-16
/
+67
*
Bug 801: Fix regressions from 9c71f276d1fcc87b69b413847fd1da34b30d0932 (UISha...
Sven Gothel
2014-04-04
1
-0
/
+1
*
Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...
Sven Gothel
2014-04-04
1
-17
/
+12
*
Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...
Sven Gothel
2014-04-02
1
-29
/
+12
*
Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...
Sven Gothel
2014-04-01
1
-121
/
+219
*
Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...
Sven Gothel
2014-03-22
1
-7
/
+9
*
Bug 801: Revisit UIShape/SceneController (Ray-Picking, Full Object/Model driv...
Sven Gothel
2014-03-16
1
-21
/
+0
*
Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu...
Sven Gothel
2014-03-15
1
-2
/
+2
*
Bug 801: Add Frustum support to Region; Misc ..
Sven Gothel
2014-03-14
1
-5
/
+13
[next]