TBR=
BUG=skia:
Review URL: https://codereview.chromium.org/
1160063003
// 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 && caps->shaderCaps() && !caps->shaderCaps()->pathRenderingSupport();
- return false;
+ return caps && caps->shaderCaps() && !caps->shaderCaps()->pathRenderingSupport();
}
GrInOrderDrawBuffer::GrInOrderDrawBuffer(GrContext* context)