Note sure if this is strictly required -- but at the moment it fails for
1x1R solids, causing us to skip glyphs. The simulator doesn't complain,
so just skip the check for now.
Reported-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
return width > GEN8_MAX_SIZE || height > GEN8_MAX_SIZE;
}
-static bool unaligned(struct kgem_bo *bo, int bpp)
+static inline bool unaligned(struct kgem_bo *bo, int bpp)
{
+ /* XXX What exactly do we need to meet H_ALIGN and V_ALIGN? */
+#if 0
int x, y;
if (bo->proxy == NULL)
return true;
return false;
+#else
+ return false;
+#endif
}
static uint32_t gen8_get_blend(int op,