Re: [Mesa-dev] [PATCH 3/3] glsl: ir_explog_to_explog2 is no more

2017-03-31 Thread Kenneth Graunke
On Friday, March 31, 2017 3:58:58 AM PDT Erik Faye-Lund wrote: > Since 63684a9a ("glsl: Combine many instruction lowering passes > into one.", Thu Nov 18 2010), we no longer have anything called > ir_explog_to_explog2. So it's only confusing to have those > references there. > > Update with the ap

[Mesa-dev] [PATCH 3/3] glsl: ir_explog_to_explog2 is no more

2017-03-31 Thread Erik Faye-Lund
Since 63684a9a ("glsl: Combine many instruction lowering passes into one.", Thu Nov 18 2010), we no longer have anything called ir_explog_to_explog2. So it's only confusing to have those references there. Update with the appropriate method, so people can grep for it the current tree if they encoun