projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5748cb
)
isl: Fix isl_tiling_is_any_y()
author
Nanley Chery
<nanley.g.chery@intel.com>
Fri, 24 Jun 2016 22:37:34 +0000
(15:37 -0700)
committer
Nanley Chery
<nanley.g.chery@intel.com>
Fri, 15 Jul 2016 17:35:40 +0000
(10:35 -0700)
Cc: 12.0 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Chad Versace <chad.versace@intel.com>
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 b5884be4d9d5272fe179e979509c6a7ff0286274..eacc09fed729b7859c77b73676b923c6f375a760 100644
(file)
--- a/
src/intel/isl/isl.h
+++ b/
src/intel/isl/isl.h
@@
-1089,7
+1089,7
@@
isl_has_matching_typed_storage_image_format(const struct brw_device_info *devinf
static inline bool
isl_tiling_is_any_y(enum isl_tiling tiling)
{
- return (1u << tiling) & ISL_TILING_ANY_MASK;
+ return (1u << tiling) & ISL_TILING_ANY_
Y_
MASK;
}
static inline bool