Index: src/gpu/GrInOrderDrawBuffer.cpp |
diff --git a/src/gpu/GrInOrderDrawBuffer.cpp b/src/gpu/GrInOrderDrawBuffer.cpp |
index f247da3cae7e65cab573dfb52d7c9da52578cbea..99725a512c05b7f2d41d49d6bfed9df01115c531 100644 |
--- a/src/gpu/GrInOrderDrawBuffer.cpp |
+++ b/src/gpu/GrInOrderDrawBuffer.cpp |
@@ -10,8 +10,7 @@ |
// We will use the reordering buffer, unless we have NVPR. |
// TODO move NVPR to batch so we can reorder |
static inline bool allow_reordering(const GrCaps* caps) { |
- //return !caps->shaderCaps()->pathRenderingSupport(); |
- return false; |
+ return !caps->shaderCaps()->pathRenderingSupport(); |
} |
GrInOrderDrawBuffer::GrInOrderDrawBuffer(GrContext* context) |