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

« back to all changes in this revision

Viewing changes to src/voodoo_driver.c

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Timo Aaltonen, Cyril Brulebois
  • Date: 2009-12-06 00:48:13 UTC
  • mfrom: (1.1.12 upstream) (0.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20091206004813-v33hxfq9juntq7gr
[ Timo Aaltonen ]
* New upstream release.
* Bump Standards-Version to 3.8.3.
* Build against Xserver 1.7.

[ Cyril Brulebois ]
* Upload to experimental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#include "xf86cmap.h"
57
57
#include "shadowfb.h"
58
58
#include "vgaHW.h"
 
59
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
59
60
#include "xf86RAC.h"
60
61
#include "xf86Resources.h"
 
62
#endif
61
63
#include "compiler.h"
62
64
#include "xaa.h"
63
65
 
67
69
#include <X11/extensions/xf86dgastr.h>
68
70
 
69
71
#include "opaque.h"
 
72
#ifdef HAVE_XEXTPROTO_71
 
73
#include <X11/extensions/dpmsconst.h>
 
74
#else
70
75
#define DPMS_SERVER
71
76
#include <X11/extensions/dpms.h>
 
77
#endif
 
78
 
72
79
 
73
80
static const OptionInfoRec * VoodooAvailableOptions(int chipid, int busid);
74
81
static void     VoodooIdentify(int flags);