Bug 1119

Summary: GL* Efficiency: Keep ProcAddressTable instance within GL* instances
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement CC: sgothel
Priority: ---    
Version: 2.3.0   
Hardware: All   
OS: all   
Type: --- SCM Refs:
db775658a7f5d6614ae716b7492af8210f5e5f18
Workaround: ---

Description Sven Gothel 2015-01-23 00:53:25 CET
ProcAddressTable access from GL instances (GLES1Impl, GLES3Impl and GL4bcImpl)
shall be local instead of re-direct via GLContext instance.

Since ProcAddressTable access is performed to all native calls
this shall increase performance.