~ubuntu-branches/ubuntu/utopic/xserver-xorg-video-intel/utopic

« back to all changes in this revision

Viewing changes to src/intel_glamor.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-09-12 07:43:59 UTC
  • mfrom: (1.4.22)
  • Revision ID: package-import@ubuntu.com-20120912074359-i3h8ol6hoghbemoq
Tags: 2:2.20.7-0ubuntu1
Merge from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        if (glamor_egl_create_textured_pixmap(pixmap, priv->bo->handle,
129
129
                                              priv->stride)) {
130
130
                drm_intel_bo_disable_reuse(priv->bo);
131
 
                priv->pinned = 1;
 
131
                priv->pinned |= PIN_GLAMOR;
132
132
                return TRUE;
133
133
        } else
134
134
                return FALSE;