瀏覽代碼

v3d: Fix a typo in a comment in job handling.

tags/19.0-branchpoint
Eric Anholt 6 年之前
父節點
當前提交
d3f66c385b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/gallium/drivers/v3d/v3d_job.c

+ 1
- 1
src/gallium/drivers/v3d/v3d_job.c 查看文件

@@ -222,7 +222,7 @@ v3d_job_set_tile_buffer_size(struct v3d_job *job)
/**
* Returns a v3d_job struture for tracking V3D rendering to a particular FBO.
*
* If we've already started rendering to this FBO, then return old same job,
* If we've already started rendering to this FBO, then return the same job,
* otherwise make a new one. If we're beginning rendering to an FBO, make
* sure that any previous reads of the FBO (or writes to its color/Z surfaces)
* have been flushed.

Loading…
取消
儲存