Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
brkho
/
mesa
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
562
Wiki
Actividad
Explorar el Código
tgsi/exec: Exit early on error.
tags/mesa_7_7_rc1
Michal Krol
hace 16 años
padre
e44c77028c
commit
b5d8a7b6dc
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
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 ) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar