Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: gpu/command_buffer/client/atomicops.h

Issue 9836098: Move gpu hash_tables and atomicops stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add hash tables to gyp Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/command_buffer/client/atomicops.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/atomicops.h
diff --git a/gpu/command_buffer/client/atomicops.h b/gpu/command_buffer/client/atomicops.h
new file mode 100644
index 0000000000000000000000000000000000000000..ffd274cf2a52ebbe4ac11de89c661d3c91d926c1
--- /dev/null
+++ b/gpu/command_buffer/client/atomicops.h
@@ -0,0 +1,14 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef GPU_COMMAND_BUFFER_CLIENT_ATOMICOPS_H_
+#define GPU_COMMAND_BUFFER_CLIENT_ATOMICOPS_H_
+
+namespace gpu {
+
+void MemoryBarrier();
+
+} // namespace gpu
+
+#endif // GPU_COMMAND_BUFFER_CLIENT_ATOMICOPS_H_
« no previous file with comments | « no previous file | gpu/command_buffer/client/atomicops.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698