Re: [Mesa-dev] [PATCH] i965: Remove unused devinfo revision

2015-10-23 Thread Jason Ekstrand
On Fri, Oct 23, 2015 at 3:13 PM, Ben Widawsky wrote: > On Fri, Oct 23, 2015 at 02:38:39PM -0700, Ben Widawsky wrote: >> I left the function to obtain the revision because it is, and will continue >> to >> be useful in the future. I'd rather not have to dig it up every time we need >> it. Seems

Re: [Mesa-dev] [PATCH] i965: Remove unused devinfo revision

2015-10-23 Thread Ben Widawsky
On Fri, Oct 23, 2015 at 02:38:39PM -0700, Ben Widawsky wrote: > I left the function to obtain the revision because it is, and will continue to > be useful in the future. I'd rather not have to dig it up every time we need > it. > Comments left at the implementation to say as much. > Added locall

[Mesa-dev] [PATCH] i965: Remove unused devinfo revision

2015-10-23 Thread Ben Widawsky
I left the function to obtain the revision because it is, and will continue to be useful in the future. I'd rather not have to dig it up every time we need it. Comments left at the implementation to say as much. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_device_info.c | 2 +-