glsl: ir_explog_to_explog2 is no more
authorErik Faye-Lund <kusmabite@gmail.com>
Wed, 24 Sep 2014 11:41:25 +0000 (13:41 +0200)
committerErik Faye-Lund <kusmabite@gmail.com>
Sat, 1 Apr 2017 11:39:52 +0000 (13:39 +0200)
commit86a9ddfef74d80c5be145c2d4bc4ce5d7bbdc1ee
treefc6d7bb33f7413e5c8329079313a31353ba771b2
parent99d8b933fd74a813095608e40c51605406dd6660
glsl: ir_explog_to_explog2 is no more

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 in
the current tree if they encounter it.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/program/ir_to_mesa.cpp
src/mesa/state_tracker/st_glsl_to_tgsi.cpp