mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
tgsi: drop a stale comment
This was fixed in 912ed84f83 ("tgsi: move to using vector for system
values.")
Acked-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
This commit is contained in:
parent
553cd82d64
commit
98c58355d3
1 changed files with 0 additions and 3 deletions
|
|
@ -1588,9 +1588,6 @@ fetch_src_file_channel(const struct tgsi_exec_machine *mach,
|
|||
break;
|
||||
|
||||
case TGSI_FILE_SYSTEM_VALUE:
|
||||
/* XXX no swizzling at this point. Will be needed if we put
|
||||
* gl_FragCoord, for example, in a sys value register.
|
||||
*/
|
||||
for (i = 0; i < TGSI_QUAD_SIZE; i++) {
|
||||
chan->u[i] = mach->SystemValue[index->i[i]].xyzw[swizzle].u[i];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue