projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f34a4e
)
isl: Document mnemonic in Yf and Ys tiling
author
Chad Versace
<chad.versace@intel.com>
Mon, 4 Jan 2016 23:30:27 +0000
(15:30 -0800)
committer
Chad Versace
<chad.versace@intel.com>
Mon, 4 Jan 2016 23:37:39 +0000
(15:37 -0800)
The 'f' means "four K". The 's' means "sixty-four K".
src/isl/isl.h
patch
|
blob
|
history
diff --git
a/src/isl/isl.h
b/src/isl/isl.h
index 68d05e3718612b2e0d72817d67b49ed14392113d..c6baca0978d6619b708035c939a902fd3d1e3ffe 100644
(file)
--- a/
src/isl/isl.h
+++ b/
src/isl/isl.h
@@
-439,8
+439,8
@@
enum isl_tiling {
ISL_TILING_W,
ISL_TILING_X,
ISL_TILING_Y0, /**< Legacy Y tiling */
- ISL_TILING_Yf,
- ISL_TILING_Ys,
+ ISL_TILING_Yf,
/**< Standard 4K tiling. The 'f' means "four". */
+ ISL_TILING_Ys,
/**< Standard 64K tiling. The 's' means "sixty-four". */
};
/**