diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-08-05 03:15:42 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2006-08-05 03:15:42 +0300 |
commit | e203d86643d5d70bf18248712d05b72b79aee705 (patch) | |
tree | 4d8cfcd6c37a5d0b7250b2a0837148ccd4e3e9b7 /src/atioption.c | |
parent | dc1e289a611a17090e6dc7ae8a8d3f26d20df4eb (diff) |
[mach64] EXA support.
Diffstat (limited to 'src/atioption.c')
-rw-r--r-- | src/atioption.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/atioption.c b/src/atioption.c index 6c862ed2..28bac3a3 100644 --- a/src/atioption.c +++ b/src/atioption.c @@ -219,6 +219,13 @@ const OptionInfoRec ATIPublicOptions[] = FALSE, }, { + ATI_OPTION_ACCELMETHOD, + "AccelMethod", + OPTV_STRING, + {0, }, + FALSE + }, + { -1, NULL, OPTV_NONE, |