summaryrefslogtreecommitdiff
path: root/renderscript/1.0/default/Device.cpp
AgeCommit message (Collapse)Author
2019-10-14[hardware][interfaces][renderscript] fix -Wreorder-init-listNick Desaulniers
C++20 will require members in a designated initializer to be in order unlike C99. Bug: 139945549 Test: mm Change-Id: I9529dba0fe407f0d16f7aee10e3629f0175b8e3e Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
2018-10-29Add missing copyright info to RS default implementation.Miao Wang
Bug: 118068536 Test: none Change-Id: I896f8f4734d5bf76a889198255d5851bcd696714
2018-01-24Log dlerror on dlopen related failuresBrian Carlstrom
Bug: 72300913 Bug: 72342986 Bug: 72462122 Test: manually confirmed logging on failure Change-Id: I401587311e5c3e3d1ef69516645ebb2dd4479c51
2017-10-26Fix cpp style cast and variable nameJae Shin
Test: run vts -m VtsHalRenderscriptV1_0TargetTest Change-Id: I0c902aea13da7d4af2357ec42d8f712fda7269d4
2017-10-26Load libRS_internal.so from the rs namespaceJiyong Park
Bug: 64747884 Test: VtsHalRenderscriptV1_0TargetTest successful on the device built with BOARD_VNDK_VERSION=current and [system] namespace config is applied to /data/nativetest[64]/* processes. Merged-In: I9e967c80ac2dba718cd47e1f378bcbf18abe9ad2 Change-Id: I9e967c80ac2dba718cd47e1f378bcbf18abe9ad2 (cherry picked from commit a7ef697a0a520015f961012d53d852a8cece20df)
2017-06-02[RenderScript] Use OVERRIDE_RS_DRIVER string in the defaultMiao Wang
implementation. Bug: 37035983 Test: mm Test: manually push to sailfish & angler, verify GPU driver successfully load, and tests are passing. Change-Id: Ic55c74228e7eae599702365c513009aa3454656b Merged-In: Ic55c74228e7eae599702365c513009aa3454656b
2017-02-15RenderScript HIDL HAL definition and server-side implementation.Miao Wang
Contains the definition and implementation of the HAL. Bug: 34396220 Test: mm, all cts tests pass on bullhead and sailfish Change-Id: Ic560efef34f647f441c32ba01ca29d83a3d98b69