зеркало из https://github.com/mozilla/moz-skia.git
Attempt to patch GR_STATIC_RECT_VB path
git-svn-id: http://skia.googlecode.com/svn/trunk@5988 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
c0e88e0d5d
Коммит
ee0b693532
|
@ -858,7 +858,8 @@ void GrContext::drawRectToRect(const GrPaint& paint,
|
|||
if (NULL != srcMatrix) {
|
||||
m.postConcat(*srcMatrix);
|
||||
}
|
||||
drawState->sampler(GrPaint::kFirstColorStage)->preConcatMatrix(m);
|
||||
|
||||
drawState->sampler(GrPaint::kFirstColorStage)->preConcatCoordChange(m);
|
||||
|
||||
const GrVertexBuffer* sqVB = fGpu->getUnitSquareVertexBuffer();
|
||||
if (NULL == sqVB) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче