Displaying 4 results from an estimated 4 matches for "option_dri3".
2015 Jun 30
3
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
...failed\n");
+ return FALSE;
+ }
} else
free(buf);
#endif
diff --git a/src/nv_const.h b/src/nv_const.h
index f1b4e9b..df1e398 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -18,6 +18,7 @@ typedef enum {
OPTION_SWAP_LIMIT,
OPTION_ASYNC_COPY,
OPTION_ACCELMETHOD,
+ OPTION_DRI3,
} NVOpts;
@@ -34,6 +35,7 @@ static const OptionInfoRec NVOptions[] = {
{ OPTION_SWAP_LIMIT, "SwapLimit", OPTV_INTEGER, {0}, FALSE },
{ OPTION_ASYNC_COPY, "AsyncUTSDFS", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_ACCELMETHOD, "AccelMethod", OPTV_STRING, {...
2015 Jul 04
2
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
...diff --git a/src/nv_const.h b/src/nv_const.h
>> index f1b4e9b..df1e398 100644
>> --- a/src/nv_const.h
>> +++ b/src/nv_const.h
>> @@ -18,6 +18,7 @@ typedef enum {
>> OPTION_SWAP_LIMIT,
>> OPTION_ASYNC_COPY,
>> OPTION_ACCELMETHOD,
>> + OPTION_DRI3,
>> } NVOpts;
>>
>>
>> @@ -34,6 +35,7 @@ static const OptionInfoRec NVOptions[] = {
>> { OPTION_SWAP_LIMIT, "SwapLimit", OPTV_INTEGER, {0}, FALSE },
>> { OPTION_ASYNC_COPY, "AsyncUTSDFS", OPTV_BOOLEAN, {0}, FALSE...
2015 Jul 04
2
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
...dex f1b4e9b..df1e398 100644
>>>> --- a/src/nv_const.h
>>>> +++ b/src/nv_const.h
>>>> @@ -18,6 +18,7 @@ typedef enum {
>>>> OPTION_SWAP_LIMIT,
>>>> OPTION_ASYNC_COPY,
>>>> OPTION_ACCELMETHOD,
>>>> + OPTION_DRI3,
>>>> } NVOpts;
>>>>
>>>>
>>>> @@ -34,6 +35,7 @@ static const OptionInfoRec NVOptions[] = {
>>>> { OPTION_SWAP_LIMIT, "SwapLimit", OPTV_INTEGER, {0}, FALSE },
>>>> { OPTION_ASYNC_COPY, &quo...
2015 Jul 14
3
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
...src/nv_const.h
>>>>>> +++ b/src/nv_const.h
>>>>>> @@ -18,6 +18,7 @@ typedef enum {
>>>>>> OPTION_SWAP_LIMIT,
>>>>>> OPTION_ASYNC_COPY,
>>>>>> OPTION_ACCELMETHOD,
>>>>>> + OPTION_DRI3,
>>>>>> } NVOpts;
>>>>>>
>>>>>>
>>>>>> @@ -34,6 +35,7 @@ static const OptionInfoRec NVOptions[] = {
>>>>>> { OPTION_SWAP_LIMIT, "SwapLimit", OPTV_INTEGER, {0}, FALSE },
>>>...