projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b93fc16
)
v3d: Fix a typo in a comment in job handling.
author
Eric Anholt
<eric@anholt.net>
Thu, 1 Nov 2018 18:57:40 +0000
(11:57 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 1 Nov 2018 20:54:36 +0000
(13:54 -0700)
src/gallium/drivers/v3d/v3d_job.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/v3d/v3d_job.c
b/src/gallium/drivers/v3d/v3d_job.c
index 8ba5c8996dc3b920b9f8ab3bb33c1f17de109131..d45f89d096248503a8b3842e1b341d4d510849c6 100644
(file)
--- a/
src/gallium/drivers/v3d/v3d_job.c
+++ b/
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.