diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 19:44:59 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 19:44:59 +0000 |
commit | f6a5698b887a63d74575cedcda9e099e6373153f (patch) | |
tree | 53f1b25de71d3f8342c508c08911ba900470b946 /gpu/gpu.gyp | |
parent | ec11be60eaf6e832219328ea18656c558dec3040 (diff) | |
download | chromium_src-f6a5698b887a63d74575cedcda9e099e6373153f.zip chromium_src-f6a5698b887a63d74575cedcda9e099e6373153f.tar.gz chromium_src-f6a5698b887a63d74575cedcda9e099e6373153f.tar.bz2 |
Changes the GLES2Implementation to use a RingBuffer
to manage the transfer buffer. This is significantly
faster than the FencedAllocator for our purposes.
TEST=some unit tests
BUG=none
Review URL: http://codereview.chromium.org/1796002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 01f2c4a..d8adaba 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -233,6 +233,8 @@ 'command_buffer/client/fenced_allocator.h', 'command_buffer/client/id_allocator.cc', 'command_buffer/client/id_allocator.h', + 'command_buffer/client/ring_buffer.cc', + 'command_buffer/client/ring_buffer.h', ], }, { @@ -340,6 +342,7 @@ 'command_buffer/client/fenced_allocator_test.cc', 'command_buffer/client/gles2_implementation_unittest.cc', 'command_buffer/client/id_allocator_test.cc', + 'command_buffer/client/ring_buffer_test.cc', 'command_buffer/common/bitfield_helpers_test.cc', 'command_buffer/common/gles2_cmd_format_test.cc', 'command_buffer/common/gles2_cmd_format_test_autogen.h', |