summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-03-30 14:14:31 -0400
committerRob Clark <[email protected]>2015-04-05 12:44:01 -0400
commitb1c9fb9fcaf34923f69d671fdba0a35ea581b3a0 (patch)
tree143f1b26d91f52eea6b5299c8eb63e96f9eb4d52 /src/gallium/drivers/freedreno
parent101142c401038684ca971015d7576029b9dc5e63 (diff)
freedreno/ir3: fix sam argument order comment
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r--src/gallium/drivers/freedreno/ir3/ir3_compiler.c2
1 files changed, 1 insertions, 1 deletions
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