From: Rob Clark Date: Mon, 30 Mar 2015 18:14:31 +0000 (-0400) Subject: freedreno/ir3: fix sam argument order comment X-Git-Tag: upstream/17.1.0~19616 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1c9fb9fcaf34923f69d671fdba0a35ea581b3a0;p=platform%2Fupstream%2Fmesa.git freedreno/ir3: fix sam argument order comment Signed-off-by: Rob Clark --- diff --git a/src/gallium/drivers/freedreno/ir3/ir3_compiler.c b/src/gallium/drivers/freedreno/ir3/ir3_compiler.c index 511cf77..dd27fc1 100644 --- a/src/gallium/drivers/freedreno/ir3/ir3_compiler.c +++ b/src/gallium/drivers/freedreno/ir3/ir3_compiler.c @@ -1392,8 +1392,8 @@ fill_tex_info(struct ir3_compile_context *ctx, /* * lay out the first argument in the proper order: * - actual coordinates first - * - array index * - shadow reference + * - array index * - projection w * * bias/lod go into the second arg