ソースを参照

mesa/st: remove redundant call to st_finish in CopyTexSubImage

Rendering should already have been flushed, any synchronization will
be done by the driver or memory manager.
tags/mesa_7_6_rc1
Keith Whitwell 16年前
コミット
6826bad6a7
1個のファイルの変更0行の追加3行の削除
  1. 0
    3
      src/mesa/state_tracker/st_cb_texture.c

+ 0
- 3
src/mesa/state_tracker/st_cb_texture.c ファイルの表示

@@ -1315,9 +1315,6 @@ st_copy_texsubimage(GLcontext *ctx,
GLboolean use_fallback = GL_TRUE;
GLboolean matching_base_formats;

/* any rendering in progress must complete before we grab the fb image */
st_finish(ctx->st);

/* make sure finalize_textures has been called?
*/
if (0) st_validate_state(ctx->st);

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