summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 06:39:50 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 06:39:50 +0000
commit20d35d7f4336360c1d2095f40a65cd4aead952b6 (patch)
tree5185337067279a8d33531a2abfee4ebbafa58ac1 /ppapi
parentd0681b783e87e520603306445378f985a0b18402 (diff)
downloadchromium_src-20d35d7f4336360c1d2095f40a65cd4aead952b6.zip
chromium_src-20d35d7f4336360c1d2095f40a65cd4aead952b6.tar.gz
chromium_src-20d35d7f4336360c1d2095f40a65cd4aead952b6.tar.bz2
Cache more GL state both service and client side.
BUG=160370 Review URL: https://chromiumcodereview.appspot.com/11363191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167613 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
index 0a919b1..07966ab 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
@@ -32,6 +32,7 @@
'<(DEPTH)/gpu/command_buffer/common/logging.cc',
'<(DEPTH)/gpu/command_buffer/client/atomicops.cc',
+ '<(DEPTH)/gpu/command_buffer/client/client_context_state.cc',
'<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc',
'<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc',
'<(DEPTH)/gpu/command_buffer/client/gles2_c_lib.cc',