re-enable reordering

BUG=skia:

Review URL: https://codereview.chromium.org/1164763002
This commit is contained in:
joshualitt 2015-06-02 07:09:31 -07:00 committed by Commit bot
parent c657b6932b
commit 5c7dfeecb2

View File

@ -10,8 +10,7 @@
// We will use the reordering buffer, unless we have NVPR. // We will use the reordering buffer, unless we have NVPR.
// TODO move NVPR to batch so we can reorder // TODO move NVPR to batch so we can reorder
static inline bool allow_reordering(const GrCaps* caps) { static inline bool allow_reordering(const GrCaps* caps) {
//return !caps->shaderCaps()->pathRenderingSupport(); return !caps->shaderCaps()->pathRenderingSupport();
return false;
} }
GrInOrderDrawBuffer::GrInOrderDrawBuffer(GrContext* context) GrInOrderDrawBuffer::GrInOrderDrawBuffer(GrContext* context)