Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156569
Collapse All | Expand All

(-)src/mesa/drivers/dri/i965/bufmgr_fake.c.orig (-1 lines)
Lines 1242-1248 Link Here
1242
   LOCK(bm);
1242
   LOCK(bm);
1243
   {
1243
   {
1244
      struct block *block, *tmp;
1244
      struct block *block, *tmp;
1245
      assert(intel->locked);
1246
1245
1247
      foreach_s (block, tmp, &bm->referenced) {
1246
      foreach_s (block, tmp, &bm->referenced) {
1248
1247

Return to bug 156569