summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-01-25 17:54:22 -0800
committerMathieu Chartier <mathieuc@google.com>2014-01-25 17:54:22 -0800
commit768480c2458fda63f5eaab37c03e0671d759c514 (patch)
treed87906af3dd184154b3c10044486fb0c631933f9 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent3c30eff63fb33901df4e040ecce78f7755be588f (diff)
Fix dest == src bugs in Matrix.cpp.
The main bug was that the AutoJavaFloatArray autoSrc was not passing in read only. This meant that the destructor overwrote the data which the autoDst AutoJavaFloatArray had written in it's destructor. This case only happened if src == dest and the arrays were copies. Also improved performance by passing in read only a few other places. Bug: 12570144 Change-Id: Idc8764087dc165433c584b87a0f9d4ed0ec795e8
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions