瀏覽代碼

tgsi/exec: Exit early on error.

tags/mesa_7_7_rc1
Michal Krol 16 年之前
父節點
當前提交
b5d8a7b6dc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/gallium/auxiliary/tgsi/tgsi_exec.c

+ 1
- 1
src/gallium/auxiliary/tgsi/tgsi_exec.c 查看文件

@@ -1811,8 +1811,8 @@ exec_declaration(
break;

default:
eval = NULL;
assert( 0 );
return;
}

if( mask == TGSI_WRITEMASK_XYZW ) {

Loading…
取消
儲存