[Mesa-dev] [PATCH]: global forcing anisotropy
Carl-Philip Haensch
Carl-Philip.Haensch at mailbox.tu-dresden.de
Fri May 20 07:22:50 PDT 2011
Zitat von Michel Dänzer <michel at daenzer.net>:
>> diff --git a/src/gallium/state_trackers/dri/common/dri_context.c
>> b/src/gallium/state_trackers/dri/common/dri_context.c
>> index e23c1bc..73ac43b 100644
>> --- a/src/gallium/state_trackers/dri/common/dri_context.c
>> +++ b/src/gallium/state_trackers/dri/common/dri_context.c
>> @@ -37,6 +37,7 @@
>>
>> #include "pipe/p_context.h"
>> #include "state_tracker/st_context.h"
>> +#include "state_tracker/drm_driver.h"
>>
>> static void
>> dri_init_extensions(struct dri_context *ctx)
>> @@ -86,8 +87,8 @@ dri_create_context(gl_api api, const struct
>> gl_config * visual,
>> ctx->lock = screen->drmLock;
>>
>> driParseConfigFiles(&ctx->optionCache,
>> - &screen->optionCache, sPriv->myNum, "dri");
>> -
>> + &screen->optionCache, sPriv->myNum,
>> driver_descriptor.name);
>
> This should probably be a separate fix.
>
I attached it as a patch for applying.
The rest will follow later.
More information about the mesa-dev
mailing list