projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b403d5
)
isl: Fix mis-documented units of isl_surf::phys_level_sa
author
Chad Versace
<chad.versace@intel.com>
Tue, 5 Jan 2016 01:00:49 +0000
(17:00 -0800)
committer
Chad Versace
<chad.versace@intel.com>
Tue, 5 Jan 2016 17:52:07 +0000
(09:52 -0800)
It's in physical surface samples. Hence the _sa suffix.
src/isl/isl.h
patch
|
blob
|
history
diff --git
a/src/isl/isl.h
b/src/isl/isl.h
index 842bbbb0265ea1a2ac00dd35c6797fcea7ee366f..02b92703c27da892bf7973e9f86484fc245ec26f 100644
(file)
--- a/
src/isl/isl.h
+++ b/
src/isl/isl.h
@@
-727,7
+727,8
@@
struct isl_surf {
struct isl_extent4d logical_level0_px;
/**
- * Physical extent of the surface's base level, in units of pixels.
+ * Physical extent of the surface's base level, in units of physical
+ * surface samples.
*
* Consider isl_dim_layout as an operator that transforms a logical surface
* layout to a physical surface layout. Then