From: Rob Clark Date: Mon, 30 Mar 2015 18:14:31 +0000 (-0400) Subject: freedreno/ir3: fix sam argument order comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1c9fb9fcaf34923f69d671fdba0a35ea581b3a0;p=mesa.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 511cf770ceb..dd27fc16c64 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