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

« back to all changes in this revision

Viewing changes to src/voodoo_hardware.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:
48
48
#include "xf86cmap.h"
49
49
#include "shadowfb.h"
50
50
#include "vgaHW.h"
51
 
#include "xf86RAC.h"
52
 
#include "xf86Resources.h"
53
51
#include "xaa.h"
54
52
#include "compiler.h"
55
53
 
58
56
#include <X11/extensions/xf86dgastr.h>
59
57
 
60
58
#include "opaque.h"
 
59
#ifdef HAVE_XEXTPROTO_71
 
60
#include <X11/extensions/dpmsconst.h>
 
61
#else
61
62
#define DPMS_SERVER
62
63
#include <X11/extensions/dpms.h>
 
64
#endif
 
65
 
63
66
#include "mipict.h"
64
67
#include "dixstruct.h"
65
68