diff options
| author | Jason Sams <rjsams@android.com> | 2010-01-13 14:52:46 -0800 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2010-01-13 14:52:46 -0800 |
| commit | 4c9a208262a1fc9ba062d21b8c6c787b8a822991 (patch) | |
| tree | 83453454fa9de8d8f87a63b8f7c6a50d763b0499 /rsProgram.cpp | |
| parent | 9ebb0c44ece47531f3d0a98ba52ae448de42032b (diff) | |
| download | android_frameworks_rs-4c9a208262a1fc9ba062d21b8c6c787b8a822991.tar.gz android_frameworks_rs-4c9a208262a1fc9ba062d21b8c6c787b8a822991.tar.bz2 android_frameworks_rs-4c9a208262a1fc9ba062d21b8c6c787b8a822991.zip | |
Remove excessive logging, fix error in GLSL uniform generation.
Diffstat (limited to 'rsProgram.cpp')
| -rw-r--r-- | rsProgram.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsProgram.cpp b/rsProgram.cpp index b528c465..656a3c33 100644 --- a/rsProgram.cpp +++ b/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; } |
