Bug 786 - Remove duplicate Debug* and Trace* pipeline generated code - Use simple wrappers using the main wrappers.
Summary: Remove duplicate Debug* and Trace* pipeline generated code - Use simple wrapp...
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-07-17 02:12 CEST by Sven Gothel
Modified: 2013-07-17 02:13 CEST (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
0002fccdcd6383874b2813dc6bbe3e33f5f00924
Workaround: ---


Attachments

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