On Thu,  8 Sep 2011 15:49:21 -0700, Kenneth Graunke <kenn...@whitecape.org> 
wrote:
> @@ -861,7 +862,14 @@ fs_visitor::emit_texture_gen5(ir_texture *ir, fs_reg 
> dst, fs_reg coordinate,
>        inst = emit(FS_OPCODE_TXS, dst);
>        break;
>     case ir_txf:
> -      assert(!"GLSL 1.30 features unsupported");
> +      mlen = header_present + 4 * reg_width;
> +
> +      this->result = reg_undef;
> +      ir->lod_info.lod->accept(this);

You don't need the reg_undef any more, right?

Attachment: pgplfjmvhQXUm.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to