~mir-team/mir/trusty

« back to all changes in this revision

Viewing changes to src/platform/graphics/mesa/platform.h

  • Committer: CI bot
  • Author(s): Daniel van Vugt
  • Date: 2014-04-11 21:03:37 UTC
  • mfrom: (1182.1.5 trunk-0.1.8)
  • Revision ID: ps-jenkins@lists.canonical.com-20140411210337-6axoox4vc8mp0puy
New upstream Mir release 0.1.8 (development-branch r1523), plus changelog
additions.
 Fixes: 1256360, 1301040

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    std::shared_ptr<graphics::GraphicBufferAllocator> create_buffer_allocator(
48
48
            const std::shared_ptr<BufferInitializer>& buffer_initializer);
49
49
    std::shared_ptr<graphics::Display> create_display(
50
 
        std::shared_ptr<DisplayConfigurationPolicy> const& initial_conf_policy);
 
50
        std::shared_ptr<DisplayConfigurationPolicy> const& initial_conf_policy,
 
51
        std::shared_ptr<GLConfig> const& gl_config);
51
52
    std::shared_ptr<PlatformIPCPackage> get_ipc_package();
52
53
    std::shared_ptr<InternalClient> create_internal_client();
53
54