skia2/src
commit-bot@chromium.org 9b62aa156b Make it possible to draw multiple paths at once to a draw target
Add interface to draw multiple paths in a single "command" to a draw
target. Implement this interface in GrGpuGL with NVPR "instanced"
calls.

The instanced calls accept list of paths and list of transformations as
their parameters. The transformations are at this moment expected to be
2d affine transformations, as the functions are called only for text
rendering.

This will be used when drawing fonts. Later it can be maybe be used in
GrInOrderDrawBuffer to aggregate many draw calls into one instanced draw
call, similar to drawing rects.

R=jvanverth@google.com, bsalomon@google.com

Author: kkinnunen@nvidia.com

Review URL: https://codereview.chromium.org/209413006

git-svn-id: http://skia.googlecode.com/svn/trunk@13930 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-03-25 11:59:40 +00:00
..
animator Fix warnings on Ubuntu13 2014-02-21 20:11:42 +00:00
core Sanitizing source files in Housekeeper-Nightly 2014-03-25 03:02:32 +00:00
device/xps Remove SkCanvas matrix ops return value. 2014-03-18 12:51:48 +00:00
doc
effects Fix for crash on large image blur sigma values. 2014-03-24 20:50:59 +00:00
fonts Clean up SkOnce usage in SkFontMgr_Indirect. 2014-03-24 18:38:25 +00:00
gpu Make it possible to draw multiple paths at once to a draw target 2014-03-25 11:59:40 +00:00
image Adding a new SkSurface factory for generating surfaces from the scratch texture pool. 2014-03-19 21:19:16 +00:00
images Upstream changes from Android 2014-02-26 21:35:17 +00:00
lazy
opts Allow toString capability to be toggled independent of developer mode. 2014-03-13 18:02:17 +00:00
pathops Sanitizing source files in Housekeeper-Nightly 2014-02-22 03:02:18 +00:00
pdf Remove SkCanvas matrix ops return value. 2014-03-18 12:51:48 +00:00
pipe De-virtualize SkCanvas matrix ops. 2014-03-13 20:03:58 +00:00
ports SkFontHost_linux - dup stream instead of ref 2014-03-24 21:42:01 +00:00
sfnt Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. 2014-03-12 21:41:06 +00:00
svg
text
utils A remotable font management interface and DirectWrite implementation. 2014-03-21 22:48:32 +00:00
views
xml