Re: [Mesa-dev] [PATCH] dri_util: Fix prologue comment for driCreateConfigs

2012-11-05 Thread Chad Versace
On 10/30/2012 04:56 PM, Ian Romanick wrote: > From: Ian Romanick > > The parameters and operation of this function changed, but I didn't > bother to change the prologue comment. > > Signed-off-by: Ian Romanick Reviewed-by: Chad Versace ___ mesa-dev

[Mesa-dev] [PATCH] dri_util: Fix prologue comment for driCreateConfigs

2012-10-30 Thread Ian Romanick
From: Ian Romanick The parameters and operation of this function changed, but I didn't bother to change the prologue comment. Signed-off-by: Ian Romanick --- src/mesa/drivers/dri/common/utils.c | 22 +- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/mesa