ソースを参照

nvc0: use format from the template on surface creation

Fixes piglit/fbo-srgb.
tags/android-x86-2.2-r2
Christoph Bumiller 14年前
コミット
bf1ce9c64b
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/gallium/drivers/nvc0/nvc0_miptree.c

+ 1
- 1
src/gallium/drivers/nvc0/nvc0_miptree.c ファイルの表示

@@ -283,7 +283,7 @@ nvc0_miptree_surface_new(struct pipe_context *pipe,
pipe_reference_init(&ps->reference, 1);
pipe_resource_reference(&ps->texture, pt);
ps->context = pipe;
ps->format = pt->format;
ps->format = templ->format;
ps->usage = templ->usage;
ps->u.tex.level = templ->u.tex.level;
ps->u.tex.first_layer = templ->u.tex.first_layer;

読み込み中…
キャンセル
保存