commit | f7f93556c8fcc640ab5adef79d021a80a72a645a | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Jul 08 19:17:03 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Jul 08 19:19:07 2010 -0700 |
tree | 71fc93983fc54c32a0051890b719e6f20ec90003 | |
parent | 26be805f4242af9d511584663e88dfae235d74a4 [diff] [blame] |
Draw n-patches using OpenGL. Currently only tested with title bars and buttons. Change-Id: I8263a9281898dc0e943b1b8412827fe55639b9d6
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index 9146ba6..2d6263d 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk
@@ -5,6 +5,7 @@ LayerCache.cpp \ Matrix.cpp \ OpenGLRenderer.cpp \ + PatchCache.cpp \ Program.cpp \ TextureCache.cpp