[Mesa-dev] [PATCH mesa] i965/blorp: fix indentation level
Pohjolainen, Topi
topi.pohjolainen at intel.com
Thu Jul 7 05:36:35 UTC 2016
On Wed, Jul 06, 2016 at 10:02:42PM +0100, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> ---
> src/mesa/drivers/dri/i965/gen7_blorp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for fixing this!
Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
Do you need me to push this for you?
>
> diff --git a/src/mesa/drivers/dri/i965/gen7_blorp.c b/src/mesa/drivers/dri/i965/gen7_blorp.c
> index 7201549..0afd76b 100644
> --- a/src/mesa/drivers/dri/i965/gen7_blorp.c
> +++ b/src/mesa/drivers/dri/i965/gen7_blorp.c
> @@ -797,7 +797,7 @@ gen7_blorp_exec(struct brw_context *brw,
> if (params->wm_prog_data)
> gen7_blorp_emit_binding_table_pointers_ps(brw, wm_bind_bo_offset);
>
> - gen7_blorp_emit_constant_ps_disable(brw);
> + gen7_blorp_emit_constant_ps_disable(brw);
>
> if (params->src.mt) {
> const uint32_t sampler_offset =
> --
> 2.9.0
>
More information about the mesa-dev
mailing list