Re: [Mesa-dev] [PATCH 1/4] st/dri: use driver name for driconf section lookup

2012-04-14 Thread Vadim Girlin
On Thu, 2012-04-12 at 04:41 +0400, Vadim Girlin wrote: > The name is taken from the driver_descriptor, so it will be the same as Hmm, sorry, it seems I overlooked somehow that this patch breaks the build for swrast due to missing "driver_descriptor". Could we simply add the driver_descriptor for

[Mesa-dev] [PATCH 1/4] st/dri: use driver name for driconf section lookup

2012-04-11 Thread Vadim Girlin
The name is taken from the driver_descriptor, so it will be the same as expected by driconf utility. Signed-off-by: Vadim Girlin --- .../state_trackers/dri/common/dri_context.c|3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/dri/common