[temp fix] always update entire region of a buffer 25/25025/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 25 Jul 2014 12:59:44 +0000 (21:59 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 25 Jul 2014 12:59:44 +0000 (21:59 +0900)
Change-Id: I6e148454a25298ae215cff88912afc62afc0188e

src/accel/sec_dri2.c

index 96e8af9..178439b 100644 (file)
@@ -1759,6 +1759,9 @@ SECDri2ReuseBufferNotify (DrawablePtr pDraw, DRI2BufferPtr pBuf)
             {
                 flags->data.idx_reuse = 0;
             }
+
+            /* [TODO] soolim: HACK::::: update the full region of the buffer */
+            flags->data.idx_reuse = 0;
         }
         else
         {