diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-26 10:27:26 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-26 10:27:26 +0000 |
commit | d058bca0a61a66a8506e95905d51b49e224b1733 (patch) | |
tree | a2145d1428924cb7d03bdc8d154952e68e952939 /gpu/gpu_common.gypi | |
parent | b85f7b74eac0cc17374547c9da985c9439683a6c (diff) | |
download | chromium_src-d058bca0a61a66a8506e95905d51b49e224b1733.zip chromium_src-d058bca0a61a66a8506e95905d51b49e224b1733.tar.gz chromium_src-d058bca0a61a66a8506e95905d51b49e224b1733.tar.bz2 |
Cache GL state.
These are the parts that we beleive don't trigger any driver
bugs.
TBR=apatrick@chromium.org,brettw@chromium.org
BUG=160370
Review URL: https://codereview.chromium.org/11418147
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_common.gypi')
-rw-r--r-- | gpu/gpu_common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi index 98fb3c1..dbbaea0 100644 --- a/gpu/gpu_common.gypi +++ b/gpu/gpu_common.gypi @@ -21,6 +21,10 @@ 'gles2_implementation_source_files': [ 'command_buffer/client/buffer_tracker.cc', 'command_buffer/client/buffer_tracker.h', + 'command_buffer/client/client_context_state.h', + 'command_buffer/client/client_context_state.cc', + 'command_buffer/client/client_context_state_autogen.h', + 'command_buffer/client/client_context_state_impl_autogen.h', 'command_buffer/client/gles2_impl_export.h', 'command_buffer/client/gles2_implementation_autogen.h', 'command_buffer/client/gles2_implementation.cc', |