Browse Source

freedreno/ir3: fix sam argument order comment

Signed-off-by: Rob Clark <robclark@freedesktop.org>
tags/10.6-branchpoint
Rob Clark 10 years ago
parent
commit
b1c9fb9fca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/freedreno/ir3/ir3_compiler.c

+ 1
- 1
src/gallium/drivers/freedreno/ir3/ir3_compiler.c View File

@@ -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

Loading…
Cancel
Save