7974fc03e11f3a8dd40f794f3b33b4889483090c |
|
09-Feb-2017 |
Rahul Chaudhry <rahulchaudhry@google.com> |
frameworks/rs: fix typos and clang-tidy warnings This change fixes a few typos and clang tidy warnings related to the "llvm-namespace-comment" checks. Bug: 26936282 Test: WITH_TIDY=1 WITH_TIDY_CHECKS="llvm-namespace-comment" mm Change-Id: Ic65182e5b4999fbd48d6a8ad7172e4bfeeb541f4
/frameworks/rs/rsMatrix3x3.h
|
1bb2eed69caa28cf8198d58db7d9134cc2f563f5 |
|
06-Sep-2014 |
Jean-Luc Brouillet <jeanluc@google.com> |
Improve rsMatrix* documentation, fix bugs Improves the user-facing documentation. Fix the incorrect row & column naming on the Get/Set API. Fix a bug where rsMatrixLoadMultiply could not have the destination be one of the source, e.g. rsMatrixLoadMultiply(&l, &l, &r) Change-Id: I42207aacf4ebe815d4a79db2aaa9c44f85864696
/frameworks/rs/rsMatrix3x3.h
|
411f5996bccf88d5d2f8d1f003d39a8d76365244 |
|
11-Jul-2012 |
Stephen Hines <srhines@google.com> |
Switch row/col to x/y in order to improve clarity. RS matrices use column major ordering. The previous parameter names made this very confusing to users of the API. Change-Id: I1f3a53c4a7563416933acef4260b33d87468308e
/frameworks/rs/rsMatrix3x3.h
|
87fe59a2f4d4c74539bfa0bff5f9a7e320e99415 |
|
21-Apr-2011 |
Jason Sams <rjsams@android.com> |
Create runtime stubs for compute driver. Change-Id: I8e0250a642844a2ad3ff6efc38e385445b7da032
/frameworks/rs/rsMatrix3x3.h
|