Re: [Mesa-dev] [PATCH] r300g: Do not use buf param before checking for NULL.

2010-11-04 Thread Keith Whitwell
Looks good, committed. Thanks for fixing this. Keith On Wed, Nov 3, 2010 at 9:14 PM, Guillermo S. Romero wrote: > Commit 8dfafbf0861fe3d2542332658dd5493851053c78 forgot to update r300g. > There is a buf == NULL check, but buf is used before for var init. > > Tested-by: Guillermo S. Romero > --

[Mesa-dev] [PATCH] r300g: Do not use buf param before checking for NULL.

2010-11-04 Thread Guillermo S. Romero
Commit 8dfafbf0861fe3d2542332658dd5493851053c78 forgot to update r300g. There is a buf == NULL check, but buf is used before for var init. Tested-by: Guillermo S. Romero --- src/gallium/drivers/r300/r300_state.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/galliu