summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-24 18:55:49 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-24 18:55:49 +0000
commit00f893d36bc4b9bdf8d0ca824478707b8c52c550 (patch)
tree43bd4e1f3add11d9da2a1b7b94f3b88b6d33f8d4 /gpu/gpu.gyp
parent3b51bda549c3cb24e896703a6ce69807cf1a2ba2 (diff)
downloadchromium_src-00f893d36bc4b9bdf8d0ca824478707b8c52c550.zip
chromium_src-00f893d36bc4b9bdf8d0ca824478707b8c52c550.tar.gz
chromium_src-00f893d36bc4b9bdf8d0ca824478707b8c52c550.tar.bz2
Fixes for the default texture.
Since we are simulating non-shared resources on top of shared resources we can't actually let contexts use texture 0 because they are all sharing it. Also, moved the black textures to the texture manager. TEST=unit tests and ran conformance tests BUG=none Review URL: http://codereview.chromium.org/3150026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 6c9a525..1c7dea7 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -270,6 +270,8 @@
'command_buffer/service/program_manager_unittest.cc',
'command_buffer/service/renderbuffer_manager_unittest.cc',
'command_buffer/service/shader_manager_unittest.cc',
+ 'command_buffer/service/test_helper.h',
+ 'command_buffer/service/test_helper.cc',
'command_buffer/service/texture_manager_unittest.cc',
],
},