| Commit message (Expand) | Author | Age | Files | Lines |
* | NativeSignatureJavaMethodBindingEmitter: Adopt to GlueGen changes | Sven Gothel | 2023-07-10 | 1 | -41/+40 |
* | Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c | Sven Gothel | 2023-06-16 | 3 | -207/+205 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() - via ... | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | Streamline Composed Pipeline's interfaces and implementations (Trace* Debug*) | Sven Gothel | 2015-10-12 | 1 | -27/+8 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G... | Sven Gothel | 2015-10-07 | 1 | -3/+6 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3: GLEmi... | Sven Gothel | 2015-10-07 | 2 | -20/+32 |
* | Bug 1153 - GLEmitter: Only dump extra comment if w/o enum-name or w/o extension | Sven Gothel | 2015-04-01 | 1 | -7/+8 |
* | Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI... | Sven Gothel | 2015-03-11 | 2 | -9/+7 |
* | Bug 1144: Adapt to GlueGen commit 405512e1c8a2e24834b0d057f0b020b4a0f4c25b | Sven Gothel | 2015-03-11 | 5 | -21/+42 |
* | Bug 1134 - Use ASTLocationTag in Logging | Sven Gothel | 2015-03-08 | 2 | -6/+6 |
* | Bug 1135 - Change JOGL's GlueGen Plugin to support EGL 1.5 , ES 3.1 and GL 4.5 | Sven Gothel | 2015-03-06 | 4 | -198/+341 |
* | Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF... | Sven Gothel | 2015-02-05 | 1 | -4/+2 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -3/+3 |
* | BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo... | Sven Gothel | 2014-07-29 | 1 | -149/+115 |
* | Findbugs: Use inner static class where possible | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Misc issues (Use private accessors of static fields; Use boolean op... | Sven Gothel | 2014-07-08 | 1 | -23/+23 |
* | Findbugs: Remove branches where reference cannot be null | Sven Gothel | 2014-07-08 | 1 | -2/+4 |
* | Findbugs.static_final_immutable: Use final qualifier for static immutable ins... | Sven Gothel | 2014-07-08 | 1 | -6/+6 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 10 | -317/+317 |
* | Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron... | Sven Gothel | 2014-01-21 | 1 | -2/+17 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -1/+1 |
* | Bug 876: BuildComposablePipeline: getGL*() shall not return downstream.getGL*... | Sven Gothel | 2013-10-29 | 1 | -13/+20 |
* | jogl: indent trace statements in the Trace pipelines when we hit glBegin | Harvey Harrison | 2013-10-23 | 1 | -0/+3 |
* | jogl: add final to Debug wrapper error code and fix indentation | Harvey Harrison | 2013-10-23 | 1 | -4/+6 |
* | jogl: pass format and arguments directly to the printGLError function | Harvey Harrison | 2013-10-22 | 1 | -7/+11 |
* | jogl: save on class size in the Debug pipelines | Harvey Harrison | 2013-10-22 | 1 | -11/+22 |
* | jogl: do not generate an extra String for the Debug pipeline wrappers | Harvey Harrison | 2013-10-22 | 1 | -4/+4 |
* | jogl: change code generation for Debug pipelines to avoid building large strings | Harvey Harrison | 2013-10-22 | 1 | -15/+11 |
* | jogl: use .format() to build the method signature when generating pipeline code | Harvey Harrison | 2013-10-21 | 1 | -8/+4 |
* | jogl: adapt code generator to output @Override annotations in various places | Harvey Harrison | 2013-10-21 | 1 | -1/+2 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 5 | -0/+42 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 10 | -140/+140 |
* | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core... | Sven Gothel | 2013-10-10 | 2 | -6/+27 |
* | Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN... | Sven Gothel | 2013-10-06 | 2 | -2/+6 |
* | GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience. | Sven Gothel | 2013-09-03 | 1 | -0/+2 |
* | Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl... | Sven Gothel | 2013-08-14 | 1 | -2/+2 |
* | GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries. | Sven Gothel | 2013-07-16 | 1 | -0/+12 |
* | Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom... | Sven Gothel | 2013-07-16 | 1 | -34/+82 |
* | Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo... | Sven Gothel | 2013-07-15 | 1 | -13/+36 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 4 | -55/+135 |
* | GLEmitter: Better use of priviledged block in generated GL*ProcAddressTable's... | Sven Gothel | 2013-06-23 | 1 | -24/+20 |
* | GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i... | Sven Gothel | 2013-06-21 | 1 | -8/+23 |
* | GL ProcAddressTable: Align w/ GlueGen commit f69831574d4927d03d40c330d0b047d8... | Sven Gothel | 2013-06-21 | 1 | -17/+41 |
* | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 4 | -0/+0 |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 1 | -1/+1 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 5 | -19/+20 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -3/+3 |
* | Mark JOGL/GlueGen NativeSignature*Emitter 'to be reviewed' and adapt it to Gl... | Sven Gothel | 2012-03-22 | 2 | -7/+12 |
* | GLGLuegen: Enhance debug/analysis code and API comments | Sven Gothel | 2012-02-15 | 4 | -41/+94 |
* | JOGL: Add GLBase::isGLES2Compatible() | Sven Gothel | 2011-07-31 | 1 | -0/+3 |