~mir-team/mir/development-branch

« back to all changes in this revision

Viewing changes to src/platforms/android/include/android/native_window.h

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2016-02-09 17:07:23 UTC
  • mfrom: (3266.7.18 refix-1517205)
  • Revision ID: tarmac-20160209170723-lv4mbmekpp9v11q3
repropose already landed branch introducing sync fences 
(https://code.launchpad.net/~kdub/mir/egl-sync-fences/+merge/278181)
while avoiding the mx4/powervr regression that caused its reversion.

fixes: LP: #1517205. Fixes: https://bugs.launchpad.net/bugs/1517205.

Approved by PS Jenkins bot, Alexandros Frantzis, mir-ci-bot, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright © 2016 Canonical Ltd.
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify it
 
5
 * under the terms of the GNU Lesser General Public License version 3,
 
6
 * as published by the Free Software Foundation.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU Lesser General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public License
 
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 *
 
16
 * Authored by: Kevin DuBois <kevin.dubois@canonical.com>
 
17
 */
 
18
 
 
19
//NOTE: this file exists to workaround a xenial packaging issue 
 
20
//described in LP: #1539571
 
21
#include "system/window.h"