~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/platforms/mesa/server/shm_buffer.h

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    MirPixelFormat pixel_format() const override;
48
48
    std::shared_ptr<MirNativeBuffer> native_buffer_handle() const override;
49
49
    void gl_bind_to_texture() override;
50
 
    bool can_bypass() const override;
51
 
 
52
50
    void write(unsigned char const* data, size_t size) override;
 
51
    void read(std::function<void(unsigned char const*)> const& do_with_pixels) override;
53
52
 
54
53
private:
55
54
    ShmBuffer(ShmBuffer const&) = delete;