commit | be4f188066196d7bd0a4a7a62254bb603e566f74 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jan 06 04:38:55 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jan 06 04:38:55 2010 |
tree | a493671ea3e09fec3d20c86a0e452d509e7c9954 | |
parent | ee3cd175f8592b2b1f2ccd14b071d56ca733a5c6 [diff] [blame] |
linux: implement gpu plugin Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35509 Review URL: http://codereview.chromium.org/500132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35612 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc index a1ca73b..8b1fcf5b 100644 --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -14,6 +14,9 @@ #include "gpu/command_buffer/service/cmd_buffer_engine.h" #include "gpu/command_buffer/service/gl_utils.h" #include "gpu/command_buffer/service/gles2_cmd_validation.h" +#if defined(OS_LINUX) +#include "gpu/command_buffer/service/x_utils.h" +#endif namespace gpu { namespace gles2 { @@ -982,7 +985,6 @@ parse_error::ParseError result = parse_error::kParseNoError; if (debug()) { // TODO(gman): Change output to something useful for NaCl. - const char* f = GetCommandName(command); printf("cmd: %s\n", GetCommandName(command)); } unsigned int command_index = command - kStartPoint - 1; @@ -1757,4 +1759,3 @@ } // namespace gles2 } // namespace gpu -