lp:~andreas-pokorny/mir/pixel-format-utils
- Get this branch:
- bzr branch lp:~andreas-pokorny/mir/pixel-format-utils
Branch merges
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-01-09
- Alexandros Frantzis (community): Approve on 2014-01-09
- Daniel van Vugt: Approve on 2014-01-09
- Kevin DuBois (community): Approve on 2014-01-09
- Alan Griffiths: Approve on 2014-01-08
- Robert Carr (community): Approve on 2014-01-02
- Andreas Pokorny (community): Approve on 2014-01-02
-
Diff: 238 lines (+202/-0)5 files modifiedinclude/platform/mir/graphics/pixel_format_utils.h (+50/-0)
src/platform/graphics/CMakeLists.txt (+1/-0)
src/platform/graphics/pixel_format_utils.cpp (+54/-0)
tests/unit-tests/graphics/CMakeLists.txt (+1/-0)
tests/unit-tests/graphics/test_pixel_format_utils.cpp (+96/-0)
- Mir development team: Pending requested 2014-01-02
-
Diff: 886 lines (+444/-102)22 files modifiedbenchmarks/CMakeLists.txt (+3/-1)
doc/building_source_for_android.md (+21/-32)
include/platform/mir/graphics/pixel_format_utils.h (+45/-0)
include/shared/mir/logging/input_timestamp.h (+35/-0)
include/test/mir_test_doubles/mock_surface_renderer.h (+2/-1)
src/client/logging/input_receiver_report.cpp (+3/-2)
src/platform/graphics/CMakeLists.txt (+1/-0)
src/platform/graphics/pixel_format_utils.cpp (+71/-0)
src/server/compositor/default_display_buffer_compositor.cpp (+2/-1)
src/server/compositor/gl_renderer.cpp (+28/-33)
src/server/compositor/gl_renderer.h (+12/-22)
src/server/compositor/renderer.h (+2/-1)
src/server/logging/input_report.cpp (+4/-3)
src/shared/logging/CMakeLists.txt (+1/-0)
src/shared/logging/input_timestamp.cpp (+41/-0)
tests/acceptance-tests/test_server_shutdown.cpp (+5/-1)
tests/integration-tests/test_session.cpp (+4/-1)
tests/integration-tests/test_surface_first_frame_sync.cpp (+5/-1)
tests/mir_test_framework/stubbed_server_configuration.cpp (+5/-1)
tests/unit-tests/compositor/test_default_display_buffer_compositor.cpp (+63/-2)
tests/unit-tests/graphics/CMakeLists.txt (+1/-0)
tests/unit-tests/graphics/test_pixel_format_utils.cpp (+90/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1307. By Andreas Pokorny on 2014-01-07
-
Reworked pixel formats utilities as a transparent wrapper class
- 1305. By Andreas Pokorny on 2014-01-02
-
Renamed valid_format to valid_mir_
pixel_format
added missing include guard. - 1303. By Daniel van Vugt on 2013-12-31
-
Eliminate private single-use class "GLRenderer:
:Resources" . Whatever purpose
it was designed for clearly doesn't exist any more.Approved by PS Jenkins bot, Andreas Pokorny.
- 1302. By Daniel van Vugt on 2013-12-31
-
docs: Simplify and clarify instructions for cross-compiling.
Approved by Andreas Pokorny, PS Jenkins bot.
- 1301. By Daniel van Vugt on 2013-12-31
-
Give the Renderer interface explicit begin() and end() calls. This is
required by another branch (coming soon) and obviously useful in general for
once-per-frame setup and teardown.Approved by Andreas Pokorny, PS Jenkins bot.
- 1300. By Daniel van Vugt on 2013-12-24
-
Fix build failure when -DMIR_ENABLE_
TESTS=NO (LP: #1263724). Fixes: https:/ /bugs.launchpad .net/bugs/ 1263724. Approved by PS Jenkins bot, Gerry Boland.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mir/0.1