diff options
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 |