projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ad286
)
gallium: fix typo
author
Rob Clark
<robdclark@gmail.com>
Tue, 27 Nov 2018 20:19:16 +0000
(15:19 -0500)
committer
Rob Clark
<robdclark@gmail.com>
Fri, 7 Dec 2018 18:49:21 +0000
(13:49 -0500)
Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/include/pipe/p_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_context.h
b/src/gallium/include/pipe/p_context.h
index dd1f5ed192c6c412209cbb3a046c08df31a54a05..e07b76d4f03b186f46ef8817f1c597d821280446 100644
(file)
--- a/
src/gallium/include/pipe/p_context.h
+++ b/
src/gallium/include/pipe/p_context.h
@@
-793,7
+793,7
@@
struct pipe_context {
* Invalidate the contents of the resource. This is used to
*
* (1) implement EGL's semantic of undefined depth/stencil
- * conten
st
after a swapbuffers. This allows a tiled renderer (for
+ * conten
ts
after a swapbuffers. This allows a tiled renderer (for
* example) to not store the depth buffer.
*
* (2) implement GL's InvalidateBufferData. For backwards compatibility,