summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorchaviw <chaviw@google.com>2019-05-01 16:25:39 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-03 03:30:03 +0000
commit3cdcc400348726a30a6975a609213df448174edc (patch)
treec35c0721fd0e89705f846f21349c292432e313f1 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent0991787489e2b7701f77cbdea434a3403c55cbf1 (diff)
Fixed a few issues with starting windows
1. startingData was accessed on a different thread without a lock held. This caused synchronization issues where startingData could be set to null while the starting window was getting created. 2. In onFirstWindowDrawn, startingData was not being set to null if the startingWindow didn't exist. That means if the startingWindow hadn't been created yet, it would get created after the first window was drawn. Fixes: 129654434 Test: Steps from bug no longer reproducible Change-Id: Ic5086798082b9f312cbd5069a937eac95cff7a9c (cherry picked from commit a8f07a7f59a7f9c42c162953873b36de4ddb4ca2)
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions