[Mesa-dev] [PATCH 1/3] radeon: whitespace cleanup

Ian Romanick idr at freedesktop.org
Mon Nov 30 11:58:12 PST 2015


Patch 1 and patch 2 are

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 11/28/2015 07:43 AM, Giuseppe Bilotta wrote:
> Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
> ---
>  src/mesa/drivers/dri/radeon/radeon_swtcl.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/radeon/radeon_swtcl.c b/src/mesa/drivers/dri/radeon/radeon_swtcl.c
> index 1e19cf7..ed6b25c 100644
> --- a/src/mesa/drivers/dri/radeon/radeon_swtcl.c
> +++ b/src/mesa/drivers/dri/radeon/radeon_swtcl.c
> @@ -417,9 +417,9 @@ static GLboolean radeon_run_render( struct gl_context *ctx,
>     tnl_render_func *tab = TAG(render_tab_verts);
>     GLuint i;
>  
> -   if (rmesa->radeon.swtcl.RenderIndex != 0 ||   
> +   if (rmesa->radeon.swtcl.RenderIndex != 0 ||
>         !radeon_dma_validate_render( ctx, VB ))
> -      return GL_TRUE;		
> +      return GL_TRUE;
>  
>     radeon_prepare_render(&rmesa->radeon);
>     if (rmesa->radeon.NewGLState)
> 



More information about the mesa-dev mailing list