Explorar el Código

tgsi/exec: Exit early on error.

tags/mesa_7_7_rc1
Michal Krol hace 16 años
padre
commit
b5d8a7b6dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/gallium/auxiliary/tgsi/tgsi_exec.c

+ 1
- 1
src/gallium/auxiliary/tgsi/tgsi_exec.c Ver fichero

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

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

if( mask == TGSI_WRITEMASK_XYZW ) {

Cargando…
Cancelar
Guardar