Mesa (master): mesa/program: add new derivative unops to the unexpected list

Ilia Mirkin imirkin at kemper.freedesktop.org
Fri Aug 15 00:29:27 UTC 2014


Module: Mesa
Branch: master
Commit: 3fa384db0cbc903fa287017a1bbc8b032204c184
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fa384db0cbc903fa287017a1bbc8b032204c184

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Thu Aug 14 02:02:56 2014 -0400

mesa/program: add new derivative unops to the unexpected list

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Chris Forbes <chrisf at ijw.co.nz>

---

 src/mesa/program/ir_to_mesa.cpp |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp
index 4c246d1..011ffed 100644
--- a/src/mesa/program/ir_to_mesa.cpp
+++ b/src/mesa/program/ir_to_mesa.cpp
@@ -1459,6 +1459,10 @@ ir_to_mesa_visitor::visit(ir_expression *ir)
    case ir_unop_interpolate_at_centroid:
    case ir_binop_interpolate_at_offset:
    case ir_binop_interpolate_at_sample:
+   case ir_unop_dFdx_coarse:
+   case ir_unop_dFdx_fine:
+   case ir_unop_dFdy_coarse:
+   case ir_unop_dFdy_fine:
       assert(!"not supported");
       break;
 




More information about the mesa-commit mailing list