~ubuntu-branches/ubuntu/raring/xserver-xorg-video-nouveau/raring

« back to all changes in this revision

Viewing changes to src/nv_const.h

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-12-04 12:31:58 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20091204123158-oc7ytykkz8anvr6i
Tags: 1:0.0.15+git20100128+2630a15-0ubuntu1
* New upstream snapshot
  + Too many commits to usefully list in the changelog.
  + User modesetting code is now removed.  Nouveau will now only work with 
    KMS.
* debian/control:
  + Bump versioned Build-Dep on libdrm-dev to >= 2.4.17-1ubuntu1~ to pick 
    up nouveau #define updates.
  + Bump build-dep on xserver-xorg-dev to >= 2:1.7.  Nouveau now requires 
    xorg-server >= 1.7.
  + Drop duplicate build-dep on xserver-xorg-dev
  + List the Build-Depends one-to-a-line for clarity
  + Drop the Depends: on linux-nouveau-modules.  Replace with temporary 
    Depends against apw's linux-backports-modules-nouveau* packages.
  + Bump Standards version to 3.8.3.
* debian/README.source
  + Quilt patchsys README for standards version 3.8.3 compliance
* Change versioning to match Sarvatt's snapshot versioning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    OPTION_NOACCEL,
14
14
    OPTION_SHADOW_FB,
15
15
    OPTION_VIDEO_KEY,
16
 
    OPTION_FP_DITHER,
17
 
    OPTION_FP_SCALE,
18
 
    OPTION_CMDBUF_LOCATION,
19
 
    OPTION_CMDBUF_SIZE,
20
 
    OPTION_SCALING_MODE,
21
16
    OPTION_EXA_PIXMAPS
22
17
} NVOpts;
23
18
 
28
23
    { OPTION_NOACCEL,           "NoAccel",      OPTV_BOOLEAN,   {0}, FALSE },
29
24
    { OPTION_SHADOW_FB,         "ShadowFB",     OPTV_BOOLEAN,   {0}, FALSE },
30
25
    { OPTION_VIDEO_KEY,         "VideoKey",     OPTV_INTEGER,   {0}, FALSE },
31
 
    { OPTION_FP_DITHER,         "FPDither",     OPTV_BOOLEAN,   {0}, FALSE },
32
 
    { OPTION_FP_SCALE,          "FPScale",      OPTV_BOOLEAN,   {0}, FALSE },
33
 
    { OPTION_SCALING_MODE,      "ScalingMode",  OPTV_STRING,    {0}, FALSE },
34
26
    { OPTION_EXA_PIXMAPS,       "EXAPixmaps",   OPTV_BOOLEAN,   {0}, FALSE },
35
27
    { -1,                       NULL,           OPTV_NONE,      {0}, FALSE }
36
28
};