History log of /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/PointsActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a5cc92a150bae38ec43732d941b38bb381fe153 26-Apr-2011 Chet Haase <chet@google.com> Fix various hw-accelerated line/point bugs

All accelerated lines are now rendered as quads. Hairlines used to
be rendered as GL_LINES, but these lines don't render the same as our
non-accelerated lines, so we're using quads for everything. Also, fixed
a bug in the way that we were offsetting quads (and not offseting points)
to ensure that our lines/points actuall start on the same pixels as
Skia's.

Change-Id: I51b923cc08a9858444c430ba07bc8aa0c83cbe6a
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/PointsActivity.java