Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GetDebugMessageLogARB/AMD 'messagelog' param is return value, hence can't be ↵ | Sven Gothel | 2011-04-28 | 1 | -2/+2 |
| | | | | of type String | ||||
* | MacOSX/CGL Add CGLGetShareGroup() | Sven Gothel | 2011-04-26 | 2 | -1/+3 |
| | |||||
* | test script | Sven Gothel | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | ShaderState: 'Update' vertexAttribMap on enable | Sven Gothel | 2011-04-25 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | ShaderProgram: - shaderCode's HashMap -> HashSet - adding HashSet for attached ShaderCode - link: allow relink, attachShader only if not yet attached - new add(gl, ShaderCode, ..) method, allowing compile/attach pre linkage - remove boxing of integer 'id', use generics style (warnings) - rename: glReplaceShader -> replaceShader, glUseProgram -> useProgram - fix: replaceShader - hashCode _is_ 'id' ShaderCode: - remove boxing of integer 'id', use generics style (warnings) - hashCode _is_ 'id' ShaderUtil: Use generics style (warnings), static names | ||||
* | test scripts | Sven Gothel | 2011-04-25 | 2 | -5/+15 |
| | |||||
* | Fixed a few GL method's String parameter (explicit gluegen String declaration) | Sven Gothel | 2011-04-24 | 1 | -1/+22 |
| | |||||
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output. | Sven Gothel | 2011-04-24 | 3 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | If GL_ARB_debug_output is not available, but GL_AMD_debug_output exist, fallback to the latter, offering generic aliased methods translating the delta (AMD category <-> ARB source/type). Generic aliased methods reside in GLContext* Enable/Disable via GLContext and GLAutoDrawable. To enable the GLDebugOutput feature GLContext.enableGLDebugMessage(true) or GLContext.setContextCreationFlags(GLContext.CTX_OPTION_DEBUG) shall be called _before_ context creation via GLContext.makeCurrent()! In case GLAutoDrawable is being used, GLAutoDrawable.setContextCreationFlags(GLContext.CTX_OPTION_DEBUG) shall be issued before context creation via GLContext.makeCurrent()!. After context creation, the GLDebugOutput feature may be enabled or disabled at any time using this method. Verify both unit tests for usability. | ||||
* | ShaderState: Validated impl./state-handling / Added comments | Sven Gothel | 2011-04-22 | 1 | -4/+8 |
| | | | | | | Capable of glBinAttribLocation(..) Proper state check (has program, linked program, ..) for attrib/uniform methods. | ||||
* | copy all fonts and shader to build folder, allowing ide debugging | Sven Gothel | 2011-04-22 | 2 | -2/+12 |
| | |||||
* | ant all.ide target: use all debug flags (+vars) | Sven Gothel | 2011-04-22 | 2 | -2/+9 |
| | |||||
* | Add GL: glGetBufferSize(int buffer) - buffer size tracking, and add comments .. | Sven Gothel | 2011-04-22 | 2 | -2/+23 |
| | |||||
* | resolve conflicts | Sven Gothel | 2011-04-08 | 1 | -0/+1 |
| | |||||
* | Merge: merged with sgothel | Rami Santina | 2011-04-08 | 3 | -9/+9 |
|\ | |||||
| * | FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ↵ | Sven Gothel | 2011-04-08 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | target, comments, names) VBO target: Allowing ELEMENT_VERTEX_ARRAY w/o corresponding GLSL/Fixed attribute Names: Clarified method named. Comments: Added and fixed comments | ||||
* | | Added demo GPU Resolution Indep UI - Button; | Rami Santina | 2011-04-08 | 1 | -1/+2 |
|/ | | | | | | | | | RIButton - resolution independent vector based button UINewtDemo01 --> shows a testcase of a button rendered on scene. controls: 1/2: zoom in/out 4/5: increase/decrease shape/text spacing 6/7: increase/decrease corner size 0/9: rotate. | ||||
* | all.ide: add one.dir to update build/jar/ | Sven Gothel | 2011-04-02 | 1 | -1/+1 |
| | |||||
* | Jogl build: Rebuild jar files if shaders were updated | Sven Gothel | 2011-04-02 | 1 | -1/+9 |
| | |||||
* | archive tga results | Sven Gothel | 2011-04-01 | 2 | -0/+9 |
| | |||||
* | Graph Unit tests must have NEWT in the name / Also added UI locking | Sven Gothel | 2011-04-01 | 1 | -3/+3 |
| | |||||
* | Add graph shaders and fonts .. | Sven Gothel | 2011-04-01 | 2 | -3/+18 |
| | |||||
* | integrated typecast into jogamp. tree | Sven Gothel | 2011-04-01 | 1 | -1/+8 |
| | |||||
* | Merge remote-tracking branch 'barcsikattila/bug_481' | Sven Gothel | 2011-03-21 | 15 | -0/+3201 |
|\ | |||||
| * | Fixing build errors on Solaris systems. FIX: 481 | Barcsik Attila | 2011-03-12 | 15 | -0/+3201 |
| | | |||||
* | | Cleanup JNI/JAWT C Header with copyright statement | Sven Gothel | 2011-03-18 | 15 | -5496/+147 |
|/ | |||||
* | Merge remote-tracking branch 'remotes/mbien/master'v2.0-rc2 | Sven Gothel | 2011-03-02 | 2 | -355/+511 |
|\ | |||||
| * | added GL reference pages crawler script for automatic ↵ | Michael Bien | 2011-02-28 | 2 | -355/+511 |
| | | | | | | | | native-taglet.properties generation. | ||||
* | | Fix public javadoc (add all com.jogamp.* packages) | Sven Gothel | 2011-03-01 | 1 | -1/+1 |
| | | |||||
* | | tests for native SWT | Sven Gothel | 2011-03-01 | 2 | -2/+9 |
| | | |||||
* | | Fix TestSharedContextListAWT: Use in-thread simple frame construction, which ↵ | Sven Gothel | 2011-03-01 | 2 | -0/+2 |
| | | | | | | | | somehow solves the problem on Windows having no height | ||||
* | | Add junit.run.awt.singletest target for cmdline verification | Sven Gothel | 2011-03-01 | 1 | -0/+25 |
| | | |||||
* | | SWTAccessor: Fix type casting int/long - better long usage determination | Sven Gothel | 2011-02-28 | 1 | -0/+1 |
| | | |||||
* | | SWT/JOGL: Native SWT binding test | Sven Gothel | 2011-02-28 | 5 | -6/+9 |
|/ | |||||
* | GLProfile: More Tolerant for missing features; MacOSX: Fix External Context ↵ | Sven Gothel | 2011-02-26 | 6 | -16/+128 |
| | | | | / SWT; SWT Test: Distinguish awt/headless and main-thread (osx) swt launch | ||||
* | Remove reference to the deprecated option noCDC (2) | Sylvestre Ledru | 2011-02-25 | 4 | -20/+2 |
| | |||||
* | Remove reference to the deprecated option noCDC (2) | Sven Gothel | 2011-02-25 | 4 | -4/+4 |
| | |||||
* | Remove reference to the deprecated option noCDC | Sylvestre Ledru | 2011-02-25 | 2 | -61/+0 |
| | |||||
* | Merge remote-tracking branch 'wwalker/2010_02_18_Eclipse_build_improvements' | Sven Gothel | 2011-02-25 | 5 | -163/+231 |
|\ | |||||
| * | Add new all.ide target for use in Eclipse, NetBeans, and IntelliJ | Wade Walker | 2011-02-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | The new target just omits final JAR creation and file copying for extra speed within an IDE. We also change where Eclipse looks for the native libraries, since this new target doesn't copy them to jogl/build/lib. | ||||
| * | Prevent native libraries from always rebuilding and stripping | Wade Walker | 2011-02-18 | 4 | -162/+228 |
| | | | | | | | | | | | | | | | | | | | | The cc task will always re-link, even if no source files are built. This commit wraps an uptodate task around cc to prevent this, so the libraries will only be rebuilt now if a source file changes. This commit also moves library symbol stripping into the same uptodate task, so it only happens if a library is built (previously the libraries were always stripped). | ||||
| * | Fix path to FixedFuncHook.class. | Wade Walker | 2011-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The path to FixedFuncHook.class didn't get changed in the recent package move, which made the dependency checking wrong in the java.generate.composable.pipeline.custom.check.glfixfunc target. | ||||
* | | gluegen-archivetasks.xml -> jogamp-archivetasks.xml | Sven Gothel | 2011-02-24 | 1 | -1/+1 |
| | | |||||
* | | Adapt changes of jogamp-env.xml | Sven Gothel | 2011-02-23 | 8 | -7/+5 |
| | | |||||
* | | Inverse build attribute build.noarchive -> build.archiveon | Sven Gothel | 2011-02-23 | 13 | -24/+8 |
| | | |||||
* | | Using 7z instead of zip | Sven Gothel | 2011-02-23 | 3 | -7/+7 |
| | | |||||
* | | Use NODE_NAME env var to determine test archive | Sven Gothel | 2011-02-23 | 2 | -1/+3 |
| | | |||||
* | | Excluded javadoc.dev from javadoc.all; Fixed javadoc.dev (incl jogamp.* ↵ | Sven Gothel | 2011-02-22 | 1 | -2/+3 |
| | | | | | | | | packages) | ||||
* | | misc cleanup (import,script attributes) | Sven Gothel | 2011-02-22 | 3 | -0/+0 |
| | | |||||
* | | NativeWindow/SWT: Rename SWTMisc -> SWTAccessor; Add to nativewindow.core.jar | Sven Gothel | 2011-02-22 | 2 | -4/+8 |
| | | |||||
* | | NativeWindow/SWT: Add SWTMisc utility allowing platform independent access | Sven Gothel | 2011-02-22 | 2 | -9/+18 |
| | | |||||
* | | bump scripts to 6u24 | Sven Gothel | 2011-02-22 | 14 | -31/+48 |
| | |