re-enable reordering
BUG=skia: Review URL: https://codereview.chromium.org/1164763002
This commit is contained in:
parent
c657b6932b
commit
5c7dfeecb2
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user