~kdub/mir/fix-1663062-step2

« back to all changes in this revision

Viewing changes to src/platforms/mesa/server/gbm_buffer.cpp

  • Committer: Kevin DuBois
  • Date: 2017-02-14 17:50:37 UTC
  • mfrom: (4023.2.8 development-branch)
  • Revision ID: kevin.dubois@canonical.com-20170214175037-kbhn11p8853u96o7
mergeĀ inĀ mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
{
113
113
    gl_bind_to_texture();
114
114
}
 
115
 
 
116
void mgm::GBMBuffer::bind_for_write()
 
117
{
 
118
    bind();
 
119
}