skia2/gpu
senorblanco@chromium.org ff174b3947 Fix winding order check for negative scale in tesselated path rendering. The
isCCW() code in GrTesselatedPathRenderer was using untransformed vertices,
which fails for transforms with negative scale.  Doing the check after
transformation fixes it.  This was causing some missing geometry in the
PolyToPoly and Shapes tests in SampleApp.

Review URL:  http://codereview.appspot.com/4545049/



git-svn-id: http://skia.googlecode.com/svn/trunk@1334 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-05-16 16:59:57 +00:00
..
include Edge antialiasing for convex shapes in Ganesh 2011-05-12 15:49:15 +00:00
src Fix winding order check for negative scale in tesselated path rendering. The 2011-05-16 16:59:57 +00:00