| commit | 168e63418cadba4018aadf95c091d40d9deb13b9 | [log] [tgz] |
|---|---|---|
| author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Apr 18 17:49:20 2012 +0000 |
| committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Apr 18 17:49:20 2012 +0000 |
| tree | e99bf7049023ed0c763ab19fd0ce9944a972f2b1 | |
| parent | 95ead84e0fe4a81b5a3343204a348ce600b47bb5 [diff] [blame] |
Infrastructure for new Ganesh shader pipeline: base classes for GPU implementation of user-defined effects. http://codereview.appspot.com/6052047/ git-svn-id: http://skia.googlecode.com/svn/trunk@3726 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrAllocator.h b/src/gpu/GrAllocator.h index 555e56f..f333d42 100755 --- a/src/gpu/GrAllocator.h +++ b/src/gpu/GrAllocator.h
@@ -11,6 +11,7 @@ #ifndef GrAllocator_DEFINED #define GrAllocator_DEFINED +#include "GrNoncopyable.h" #include "GrConfig.h" #include "SkTArray.h"