Re: [Mesa-dev] [PATCH 02/16] glsl/linker: pass through the is_intrinsic flag

2014-08-21 Thread Matt Turner
On Fri, Aug 15, 2014 at 5:12 PM, Connor Abbott cwabbo...@gmail.com wrote: This flag was set to true for the atomic counter intrinsics, but it never got plumbed through the linker, so by the time it got to the backends it would always be set to the false. The current i965 backend code doesn't

[Mesa-dev] [PATCH 02/16] glsl/linker: pass through the is_intrinsic flag

2014-08-15 Thread Connor Abbott
This flag was set to true for the atomic counter intrinsics, but it never got plumbed through the linker, so by the time it got to the backends it would always be set to the false. The current i965 backend code doesn't use is_intrinsic, so this should not change any existing code, but it's useful