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
cell: fall-through case for TGSI_OPCODE_TXB
tags/mesa_20090313
Brian Paul
hace 17 años
padre
85dc1aec9c
commit
e0931e520a
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
src/gallium/drivers/cell/ppu/cell_gen_fp.c
+ 2
- 0
src/gallium/drivers/cell/ppu/cell_gen_fp.c
Ver fichero
@@ -1672,6 +1672,8 @@ emit_instruction(struct codegen *gen,
/* fall-through for now */
case TGSI_OPCODE_TXD:
/* fall-through for now */
case TGSI_OPCODE_TXB:
/* fall-through for now */
case TGSI_OPCODE_TXP:
return emit_TXP(gen, inst);
Escribir
Vista previa
Cargando…
Cancelar
Guardar