mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
pan/midgard: Remove incorrect comment in RA
Ironically, this comment was mistakenly added by the commit that fixed
the purported issue in the comment (1bce7fdecd - found by `git blame`)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4158>
This commit is contained in:
parent
f06db4d54c
commit
545dedba13
1 changed files with 0 additions and 7 deletions
|
|
@ -565,13 +565,6 @@ allocate_registers(compiler_context *ctx, bool *spilled)
|
|||
set_class(l->class, ins->src[1], REG_CLASS_TEXR);
|
||||
set_class(l->class, ins->src[2], REG_CLASS_TEXR);
|
||||
set_class(l->class, ins->src[3], REG_CLASS_TEXR);
|
||||
|
||||
/* Texture offsets need to be aligned to vec4, since
|
||||
* the swizzle for x is forced to x in hardware, while
|
||||
* the other components are free. TODO: Relax to 8 for
|
||||
* half-registers if that ever occurs. */
|
||||
|
||||
//lcra_restrict_range(l, ins->src[3], 16);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue