aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2014-10-15 13:43:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-15 13:43:48 -0700
commit6819df36446f6fdcbd17d83a72a03de46e6d0d2d (patch)
tree4edbd494f61991b0165806f994137a4bf77b96fe /gyp/gpu.gypi
parent80a720eb823ac76fdfa254fe9b9f7333a1458e5c (diff)
Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate
all its commands interleaved in contiguous memory. GrTRecorder also supports extra data associated with objects, so we can store arrays inline without having to call malloc(). Committed: https://skia.googlesource.com/skia/+/360b6801cfd90485891d709e44cf395d527ba69e Review URL: https://codereview.chromium.org/628453002
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 11a6d74822..033d51c77d 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -163,6 +163,7 @@
'<(skia_src_path)/gpu/GrTexture.cpp',
'<(skia_src_path)/gpu/GrTexturePriv.h',
'<(skia_src_path)/gpu/GrTextureAccess.cpp',
+ '<(skia_src_path)/gpu/GrTRecorder.h',
'<(skia_src_path)/gpu/GrVertexBuffer.h',
'<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',