diff options
author | Giuseppe Bilotta <[email protected]> | 2015-11-28 16:43:55 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-12-04 14:06:38 +0000 |
commit | d61802b5e0e3c650a139e5166aad7df83d5215bd (patch) | |
tree | 8a64cd14fb5f9efbcf397b6814a8cb5a8037a4ed /src/mesa/drivers/dri | |
parent | 1074e38fbbc89a06c74f036622cbe2778bee993a (diff) |
radeon: whitespace cleanup
Signed-off-by: Giuseppe Bilotta <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_swtcl.c | 4 |
1 files 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 1e19cf7c7c0..ed6b25ccea5 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) |