Files
mesa/src
Kenneth Graunke d1029f9988 i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
This lets you omit some ampersands and is more idiomatic C++.  Using
const also marks the function as not altering either register (which
was obvious, but nice to enforce).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2012-05-14 15:12:46 -07:00
..
2012-05-03 10:57:32 -04:00
2011-01-12 16:54:21 +00:00
2012-01-17 20:01:14 +00:00
2012-05-03 10:58:34 -07:00
2012-05-03 22:58:35 -07:00