diff options
author | Iago Toral Quiroga <[email protected]> | 2015-11-24 12:49:55 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-11-25 08:12:08 +0100 |
commit | 2bba2152e4ea10d4ae9b15795dc42e75bdc71bc2 (patch) | |
tree | a5ce70c3be96ee18dbf83485209707ad6213bfaa /src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | |
parent | 1af0d9d93910de2e482a7891a16ddfd6d6b0855c (diff) |
i965: remove trailing spaces in various files
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c b/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c index dc07379fabf..ed471723fcf 100644 --- a/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c +++ b/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c @@ -295,7 +295,7 @@ setup_program(struct brw_context *brw, bool msaa_tex) _mesa_UseProgram(*prog_id); return *prog_id; } - + fs_source = ralloc_asprintf(NULL, fs_tmpl, sampler->sampler, sampler->fetch); _mesa_meta_compile_and_link_program(ctx, vs_source, fs_source, @@ -307,7 +307,7 @@ setup_program(struct brw_context *brw, bool msaa_tex) } /** - * Samples in stencil buffer are interleaved, and unfortunately the data port + * Samples in stencil buffer are interleaved, and unfortunately the data port * does not support it as render target. Therefore the surface is set up as * single sampled and the program handles the interleaving. * In case of single sampled stencil, the render buffer is adjusted with |