Re: [Mesa-dev] [PATCH 00/13] add fp64 support to mesa and glsl compiler

2015-02-04 Thread Ilia Mirkin
Oh, and you can find this branch at https://github.com/imirkin/mesa.git fp64-2 https://github.com/imirkin/mesa/commits/fp64-2 This includes the gallium, st/mesa, and nvc0 patches as well. On Thu, Feb 5, 2015 at 2:27 AM, Ilia Mirkin wrote: > These patches have been around for over 6 months with

[Mesa-dev] [PATCH 00/13] add fp64 support to mesa and glsl compiler

2015-02-04 Thread Ilia Mirkin
These patches have been around for over 6 months with little change. The "glsl: add double support" patch is a bit large and includes many of Tapani and Topi's follow-on fix patches. There's probably still bugs in there, but at this point, I think it makes sense to push them soon to avoid bitrot.