Merge lp://staging/~smspillaz/compiz/compiz.feature_1069112 into lp://staging/compiz/0.9.9
Proposed by
Sam Spilsbury
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~smspillaz/compiz/compiz.feature_1069112 |
Merge into: | lp://staging/compiz/0.9.9 |
Diff against target: |
836 lines (+326/-192) 3 files modified
plugins/CMakeLists.txt (+1/-1) plugins/cubeaddon/src/cubeaddon.cpp (+308/-178) plugins/cubeaddon/src/cubeaddon.h (+17/-13) |
To merge this branch: | bzr merge lp://staging/~smspillaz/compiz/compiz.feature_1069112 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Compiz Maintainers | Pending | ||
Review via email: mp+141257@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2012-12-26.
Commit message
Port cubeaddon plugin to use new OpenGL plugin API.
Since the arrangement of the vertex data assumes quad usage, and GL_QUADS primitives are not available in OpenGL|ES, the option "deform caps" will be nonfunctional in OpenGL|ES builds.
Description of the change
Port cubeaddon plugin to use new OpenGL plugin API.
Since the arrangement of the vertex data assumes quad usage, and GL_QUADS primitives are not available in OpenGL|ES, the option "deform caps" will be nonfunctional in OpenGL|ES builds.
To post a comment you must log in.