projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495ba88
)
isl: Correct a comment in the isl_format enum
author
Nanley Chery
<nanley.g.chery@intel.com>
Fri, 7 Oct 2016 19:07:22 +0000
(12:07 -0700)
committer
Nanley Chery
<nanley.g.chery@intel.com>
Fri, 7 Oct 2016 19:54:17 +0000
(12:54 -0700)
HiZ is not a color surface, but an auxiliary depth surface.
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/isl/isl.h
patch
|
blob
|
history
diff --git
a/src/intel/isl/isl.h
b/src/intel/isl/isl.h
index 29fb3d07f9abe4f6ec8277704068a35ddb698621..967bcb2952b4ea4784030a0f34fe660d146868b8 100644
(file)
--- a/
src/intel/isl/isl.h
+++ b/
src/intel/isl/isl.h
@@
-358,7
+358,7
@@
enum isl_format {
* actual hardware formats *must* come before these in the list.
*/
- /* Formats for
color compression
surfaces */
+ /* Formats for
auxiliary
surfaces */
ISL_FORMAT_HIZ,
ISL_FORMAT_MCS_2X,
ISL_FORMAT_MCS_4X,