Explorar el Código

cell: fall-through case for TGSI_OPCODE_TXB

tags/mesa_20090313
Brian Paul hace 17 años
padre
commit
e0931e520a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 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);


Cargando…
Cancelar
Guardar