~ubuntu-branches/ubuntu/lucid/mesa/lucid

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/radeon/radeon_ioctl.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen, Timo Aaltonen, Rolf Leggewie
  • Date: 2010-03-02 17:11:31 UTC
  • mfrom: (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100302171131-gf6gvuqrhzoq8c8e
Tags: 7.7-4ubuntu1
[Timo Aaltonen]
* libgl1-mesa-dri: Get rid of the old hook (65mesa-check-x86-64).
  (LP: #460809)

[Rolf Leggewie]
* debian/control: depend on dpkg package where u-a supports --force
  (LP: #525592)

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
      insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.lit[i]);
108
108
   for (i = 0; i < 6; ++i)
109
109
      insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.ucp[i]);
 
110
   if (rmesa->radeon.radeonScreen->kernel_mm)
 
111
      insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.stp);
110
112
   insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.eye);
111
113
   insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.grd);
112
114
   insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.fog);
455
457
   GLint ret, i;
456
458
   GLint cx, cy, cw, ch;
457
459
 
 
460
   radeonEmitState(&rmesa->radeon);
 
461
 
458
462
   LOCK_HARDWARE( &rmesa->radeon );
459
463
 
460
464
   /* compute region after locking: */