Re: [Mesa-dev] [PATCH 0/7] ARB_shader_clock support

2015-10-20 Thread Emil Velikov
On 19 October 2015 at 19:39, Matt Turner wrote: > On Mon, Oct 19, 2015 at 7:45 AM, Emil Velikov > wrote: >> Hi all, >> >> This is a resent of the previous RFC series with a few minor changes >> - fs_reg:;smear() has been moved out of get_timestamp() >> - clock2x32ARB() has proper return value

Re: [Mesa-dev] [PATCH 0/7] ARB_shader_clock support

2015-10-19 Thread Matt Turner
On Mon, Oct 19, 2015 at 7:45 AM, Emil Velikov wrote: > Hi all, > > This is a resent of the previous RFC series with a few minor changes > - fs_reg:;smear() has been moved out of get_timestamp() > - clock2x32ARB() has proper return value > - the nir intrinsic no longer claims to have a variable

[Mesa-dev] [PATCH 0/7] ARB_shader_clock support

2015-10-19 Thread Emil Velikov
Hi all, This is a resent of the previous RFC series with a few minor changes - fs_reg:;smear() has been moved out of get_timestamp() - clock2x32ARB() has proper return value - the nir intrinsic no longer claims to have a variable I'm still rocking a SNB hardware so I did not really got the cha