mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 07:30:09 +01:00
i965/fs: Fix misleading comment.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
32f69ad86c
commit
4f64dabb5f
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ fs_reg::fs_reg(uint32_t u)
|
|||
this->imm.u = u;
|
||||
}
|
||||
|
||||
/** Fixed brw_reg Immediate value constructor. */
|
||||
/** Fixed brw_reg. */
|
||||
fs_reg::fs_reg(struct brw_reg fixed_hw_reg)
|
||||
{
|
||||
init();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue