diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:55:49 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:55:49 +0000 |
commit | 00f893d36bc4b9bdf8d0ca824478707b8c52c550 (patch) | |
tree | 43bd4e1f3add11d9da2a1b7b94f3b88b6d33f8d4 /gpu/gpu.gyp | |
parent | 3b51bda549c3cb24e896703a6ce69807cf1a2ba2 (diff) | |
download | chromium_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.gyp | 2 |
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', ], }, |