Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id...
authormtklein <mtklein@google.com>
Mon, 13 Oct 2014 21:00:42 +0000 (14:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 13 Oct 2014 21:00:42 +0000 (14:00 -0700)
commit07894c4d7dbd539583d7f51f05616e295eef2578
tree7d6cd877bbcdaab334460ce784a5612abe5a5e09
parentbe23418776414ccc6d534ba4dcbe1361b94f4356
Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/)

Reason for revert:
New test failing on Android: http://build.chromium.org/p/client.skia.android/builders/Test-Android-Nexus7-Tegra3-Arm7-Release/builds/89/steps/dm/logs/stdio

Original issue's description:
> Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate
> all its commands interleaved in contiguous memory. GrTBaseList also
> supports extra data associated with objects, so we can store arrays
> inline without having to call malloc().
>
> Committed: https://skia.googlesource.com/skia/+/47c844aaba81e5a29c773b660e1d6062c766d253

TBR=bsalomon@google.com,reed@google.com,cdalton@nvidia.com
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/652843002
gyp/gpu.gypi
gyp/tests.gypi
src/gpu/GrInOrderDrawBuffer.cpp
src/gpu/GrInOrderDrawBuffer.h
src/gpu/GrTRecorder.h [deleted file]
tests/GrTRecorderTest.cpp [deleted file]