Mir

Merge lp://qastaging/~kdub/mir/snapshot-error-checking into lp://qastaging/mir

Proposed by Kevin DuBois
Status: Work in progress
Proposed branch: lp://qastaging/~kdub/mir/snapshot-error-checking
Merge into: lp://qastaging/mir
Diff against target: 298 lines (+171/-12)
6 files modified
src/platform/graphics/android/buffer.cpp (+6/-2)
src/server/scene/gl_pixel_buffer.cpp (+31/-8)
src/server/scene/gl_pixel_buffer.h (+1/-1)
src/server/scene/threaded_snapshot_strategy.cpp (+7/-1)
tests/unit-tests/graphics/android/test_buffer_tex_bind.cpp (+19/-0)
tests/unit-tests/scene/test_gl_pixel_buffer.cpp (+107/-0)
To merge this branch: bzr merge lp://qastaging/~kdub/mir/snapshot-error-checking
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Mir development team Pending
Review via email: mp+200595@code.qastaging.launchpad.net

Commit message

provide the n7 relief from locking up (as in bug 1238695).

This is not a full fix to this problem, as it simply fails nonfatally instead of fatally when we hit the problem that the nexus7 cannot glFramebufferTexture2d with an eglImage (GL_OUT_OF_MEMORY is generated in glEGLTargetTexture2D)

Description of the change

provide the n7 relief from locking up (as in bug 1238695).

This is not a full fix to this problem, as it simply fails nonfatally instead of fatally when we hit the problem that the nexus7 cannot glFramebufferTexture2d with an eglImage (GL_OUT_OF_MEMORY is generated in glEGLTargetTexture2D)

tested with n4 (working as before) and n7 (no screenshots, but unity8 does not go down all the time)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

1317. By Kevin DuBois

cleanup printf

1316. By Kevin DuBois

tests to pass

1315. By Kevin DuBois

more tests to check gl error codes more often

1314. By Kevin DuBois

test to check bad bind

1313. By Kevin DuBois

test to pass

1312. By Kevin DuBois

add a test to check the driver before taking a SS

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches