~ubuntu-branches/debian/squeeze/xserver-xorg-video-voodoo/squeeze

« back to all changes in this revision

Viewing changes to src/voodoo_dga.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-04-09 13:29:08 UTC
  • mfrom: (1.1.10 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090409132908-r0t99gdhinm4ul66
* Run autoreconf on build.
* Allow parallel builds.
* New upstream release.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include "micmap.h"
43
43
#include "xf86.h"
44
44
#include "xf86_OSproc.h"
45
 
#include "xf86Version.h"
46
45
#include "xf86PciInfo.h"
47
46
#include "xf86Pci.h"
48
47
#include "xf86cmap.h"
49
48
#include "shadowfb.h"
50
49
#include "vgaHW.h"
51
 
#include "xf86DDC.h"
52
50
#include "xf86RAC.h"
53
51
#include "xf86Resources.h"
54
52
#include "compiler.h"