diff options
| author | Jason Sams <rjsams@android.com> | 2010-01-13 14:54:20 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-01-13 14:54:20 -0800 |
| commit | 22550a19431919915a1cb454fcc1ffa5d5b6eb5c (patch) | |
| tree | 1a008703aea95e5c5ba45c1eae986b169042bbb1 /libs/rs/rsProgram.cpp | |
| parent | 52952b1bcab28f655775efbad8f2e2b41d06a34b (diff) | |
| parent | e17e365b71030ff2d839c63ac6e5d044b4b15773 (diff) | |
| download | frameworks_base-22550a19431919915a1cb454fcc1ffa5d5b6eb5c.zip frameworks_base-22550a19431919915a1cb454fcc1ffa5d5b6eb5c.tar.gz frameworks_base-22550a19431919915a1cb454fcc1ffa5d5b6eb5c.tar.bz2 | |
Merge "Remove excessive logging, fix error in GLSL uniform generation."
Diffstat (limited to 'libs/rs/rsProgram.cpp')
| -rw-r--r-- | libs/rs/rsProgram.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsProgram.cpp b/libs/rs/rsProgram.cpp index b528c46..656a3c3 100644 --- a/libs/rs/rsProgram.cpp +++ b/libs/rs/rsProgram.cpp @@ -110,7 +110,6 @@ Program::~Program() void Program::bindAllocation(Allocation *alloc, uint32_t slot) { - LOGE("bind alloc %p %i", alloc, slot); if (mConstants[slot].get() == alloc) { return; } |
