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
/
opengl
/
util
/
glsl
/
ShaderState.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
ShaderState: Adding Class API doc and removing attached object w/ 'int' key, ...
Sven Gothel
2012-10-04
1
-22
/
+12
*
ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/a
Sven Gothel
2012-04-11
1
-6
/
+2
*
Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...
Sven Gothel
2012-03-13
1
-2
/
+1
*
ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...
Sven Gothel
2012-03-10
1
-17
/
+19
*
Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...
Sven Gothel
2012-02-20
1
-29
/
+9
*
Cleanup ShaderCode/Program/State
Sven Gothel
2012-02-19
1
-8
/
+25
*
GLSL ShaderState: verbose = DEBUG ? true : false
Sven Gothel
2011-09-01
1
-1
/
+1
*
ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ...
Sven Gothel
2011-08-30
1
-5
/
+20
*
GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...
Sven Gothel
2011-08-30
1
-3
/
+4
*
Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...
Sven Gothel
2011-08-22
1
-35
/
+68
*
Fix: GLSLArrayHandler (data has no location); Fix ShaderState (switch program...
Sven Gothel
2011-05-17
1
-9
/
+15
*
Fix ShaderState useProgram() case: on && program not linked (yet)
Sven Gothel
2011-05-16
1
-3
/
+7
*
Graph/JOGL: Avoid NPE
Sven Gothel
2011-05-08
1
-1
/
+7
*
ShaderState Switch Program: Only disable current program if no new one; Bette...
Sven Gothel
2011-04-28
1
-19
/
+19
*
ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...
Sven Gothel
2011-04-26
1
-204
/
+290
*
ShaderState: 'Update' vertexAttribMap on enable
Sven Gothel
2011-04-25
1
-6
/
+13
*
Refactored graph: Reduce/remove data copy/recreation; Shader cleanup
Sven Gothel
2011-04-23
1
-10
/
+0
*
ShaderState: Validated impl./state-handling / Added comments
Sven Gothel
2011-04-22
1
-221
/
+453
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-1
/
+1
*
Added missing JogAmp copyright
Sven Gothel
2010-11-06
1
-0
/
+27
*
fixed a bunch of javadoc warnings.
Michael Bien
2010-03-29
1
-31
/
+28
*
refactoring: renamed com.sun.opengl -> com.jogamp.opengl.
Michael Bien
2010-03-27
1
-0
/
+652