diff options
author | Rob Clark <[email protected]> | 2015-03-30 14:14:31 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-04-05 12:44:01 -0400 |
commit | b1c9fb9fcaf34923f69d671fdba0a35ea581b3a0 (patch) | |
tree | 143f1b26d91f52eea6b5299c8eb63e96f9eb4d52 /src | |
parent | 101142c401038684ca971015d7576029b9dc5e63 (diff) |
freedreno/ir3: fix sam argument order comment
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/freedreno/ir3/ir3_compiler.c | 2 |
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 |