Bug 1119 - GL* Efficiency: Keep ProcAddressTable instance within GL* instances
Summary: GL* Efficiency: Keep ProcAddressTable instance within GL* instances
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2.3.0
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2015-01-23 00:53 CET by Sven Gothel
Modified: 2019-03-29 17:54 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
db775658a7f5d6614ae716b7492af8210f5e5f18
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.