Просмотр исходного кода

updated RENDERER version

tags/mesa_3_3
Brian Paul 25 лет назад
Родитель
Сommit
96461a25c3
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/mesa/drivers/glide/fxdd.c

+ 1
- 1
src/mesa/drivers/glide/fxdd.c Просмотреть файл

@@ -696,7 +696,7 @@ static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
}
}
/* now make the GL_RENDERER string */
sprintf(buffer, "Mesa DRI %s 20000415", hardware);
sprintf(buffer, "Mesa DRI %s 20000420", hardware);
return buffer;
}
case GL_VENDOR:

Загрузка…
Отмена
Сохранить