Bug 786

Summary: Remove duplicate Debug* and Trace* pipeline generated code - Use simple wrappers using the main wrappers.
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement CC: sgothel
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
0002fccdcd6383874b2813dc6bbe3e33f5f00924
Workaround: ---

Description Sven Gothel 2013-07-17 02:12:29 CEST
Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..),
e.g.  mocked DebugGL2 shall simply reuse DebugGL4bc .. etc.
Comment 1 Sven Gothel 2013-07-17 02:12:49 CEST
.. motivation: reduce redundancy and save footprint.