summaryrefslogtreecommitdiff
path: root/rsMatrix2x2.h
AgeCommit message (Collapse)Author
2017-02-09frameworks/rs: fix typos and clang-tidy warningsRahul Chaudhry
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
2014-09-08Improve rsMatrix* documentation, fix bugsJean-Luc Brouillet
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
2012-07-10Switch row/col to x/y in order to improve clarity.Stephen Hines
RS matrices use column major ordering. The previous parameter names made this very confusing to users of the API. Change-Id: I1f3a53c4a7563416933acef4260b33d87468308e
2011-04-20Create runtime stubs for compute driver.Jason Sams
Change-Id: I8e0250a642844a2ad3ff6efc38e385445b7da032