Merge lp:~nick-dedekind/qtubuntu/lp1596524.use-pbuffers into lp:qtubuntu
| Status: | Merged |
|---|---|
| Approved by: | Gerry Boland on 2016-08-18 |
| Approved revision: | 341 |
| Merged at revision: | 343 |
| Proposed branch: | lp:~nick-dedekind/qtubuntu/lp1596524.use-pbuffers |
| Merge into: | lp:qtubuntu |
| Diff against target: |
224 lines (+22/-116) 5 files modified
src/ubuntumirclient/glcontext.cpp (+19/-24) src/ubuntumirclient/integration.cpp (+3/-2) src/ubuntumirclient/offscreensurface.cpp (+0/-47) src/ubuntumirclient/offscreensurface.h (+0/-41) src/ubuntumirclient/ubuntumirclient.pro (+0/-2) |
| To merge this branch: | bzr merge lp:~nick-dedekind/qtubuntu/lp1596524.use-pbuffers |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Gerry Boland | 2016-08-17 | Approve on 2016-08-18 | |
| Unity8 CI Bot | continuous-integration | Approve on 2016-08-17 | |
|
Review via email:
|
|||
Commit Message
Use pbuffer for offscreen surfaces.
Description of the Change
Use pbuffer for offscreen surfaces.
| Gerry Boland (gerboland) wrote : | # |
| Gerry Boland (gerboland) wrote : | # |
+ if (surface-
+ return static_
+ else {
+ return static_
+ }
and you're mixing & matching brace/no-brace style. Braces please
- 340. By Nick Dedekind on 2016-08-17
-
fixed coding style
- 341. By Nick Dedekind on 2016-08-17
-
added check for surface type
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:339
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:341
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Olivier Tilloy (osomon) wrote : | # |
Just tested on arale running rc-proposed, this appears to fix the issue I’m describing at https:/
| Gerry Boland (gerboland) wrote : | # |
I've tested this with my mako, flo, arale, krillin and desktop. No adverse behaviour detected.

+ return static_ cast<QEGLPbuffe r *>(surface) ->pbuffer( );
bad indent