projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea707a
)
vk: Fix comment for anv_depth_stencil_view::stencil_qpitch
author
Chad Versace
<chad.versace@intel.com>
Fri, 26 Jun 2015 14:31:57 +0000
(07:31 -0700)
committer
Chad Versace
<chad.versace@intel.com>
Fri, 26 Jun 2015 14:31:57 +0000
(07:31 -0700)
s/DEPTH/STENCIL/
src/vulkan/private.h
patch
|
blob
|
history
diff --git
a/src/vulkan/private.h
b/src/vulkan/private.h
index 353a51401eb5978cdee9aec463b22e0906228c07..23755c7e9ace291927df394b0eb93b891e070df7 100644
(file)
--- a/
src/vulkan/private.h
+++ b/
src/vulkan/private.h
@@
-867,7
+867,7
@@
struct anv_depth_stencil_view {
uint32_t stencil_offset; /**< Offset into bo. */
uint32_t stencil_stride; /**< 3DSTATE_STENCIL_BUFFER.SurfacePitch */
- uint16_t stencil_qpitch; /**< 3DSTATE_
DEPTH
_BUFFER.SurfaceQPitch */
+ uint16_t stencil_qpitch; /**< 3DSTATE_
STENCIL
_BUFFER.SurfaceQPitch */
};
struct anv_framebuffer {