Re: [Mesa-dev] [PATCH 04/14] glsl: Basic support for built-in intrinsics.

2013-10-22 Thread Ian Romanick
Reviewed-by: Ian Romanick On 10/01/2013 07:15 PM, Francisco Jerez wrote: > Fix the linker to deal with intrinsic functions which are undefined > all the way down to the driver back-end, and introduce intrinsic > definition helpers in the built-in generator. > > We still need to figure out what k

[Mesa-dev] [PATCH 04/14] glsl: Basic support for built-in intrinsics.

2013-10-01 Thread Francisco Jerez
Fix the linker to deal with intrinsic functions which are undefined all the way down to the driver back-end, and introduce intrinsic definition helpers in the built-in generator. We still need to figure out what kind of interface we want for drivers to communicate to the GLSL front-end which of th