Explorar el Código

mesa: additional case in file_string()

tags/mesa_7_3_rc1
Brian Paul hace 17 años
padre
commit
bc7d2c4f51
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/mesa/shader/prog_print.c

+ 2
- 0
src/mesa/shader/prog_print.c Ver fichero

@@ -71,6 +71,8 @@ file_string(enum register_file f, gl_prog_print_mode mode)
return "ADDR";
case PROGRAM_SAMPLER:
return "SAMPLER";
case PROGRAM_UNDEFINED:
return "UNDEFINED";
default:
return "Unknown program file!";
}

Cargando…
Cancelar
Guardar