diff options
author | Jason Ekstrand <[email protected]> | 2019-01-25 13:30:36 -0600 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-01-29 18:43:55 +0000 |
commit | 077b9557a4e18e267f2c7966d643a457f26644e2 (patch) | |
tree | 4bd95833e8c2680d042c46361d498589dcc7fbe4 /src/mesa/drivers/dri | |
parent | 446a14bc0a93edebc6774435c8516c079455cf35 (diff) |
intel/fs: Get rid of fs_inst::equals
There are piles of fields that it doesn't check so using it is a lie.
The only reason why it's not causing problem is because it has exactly
one user which only uses it for MOV instructions (which aren't very
interesting) and only on Sandy Bridge and earlier hardware. Just get
rid of it and inline it in the one place that it's actually used.
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
0 files changed, 0 insertions, 0 deletions