History log of /frameworks/rs/rsScriptGroup.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99192979b3ef356998a438f5bd2e45fede6b457f 25-Jul-2014 Yang Ni <yangni@google.com> Validate input/output for a ScriptGroup.

If a script group requires input or output allocations, make sure
they are set before starting the execution of the script group.
If any allocation is missing, skip the execution and set a bad
value error with a message.

Change-Id: I7ee2da96aca3e6c9820225e6b2c39cb9378cb42f
/frameworks/rs/rsScriptGroup.cpp
b0934b67b95cc27e2358c2aa4db5f7c1067c8f9b 04-Jul-2013 Stephen Hines <srhines@google.com> Remove libutils and fix rsDebug for RS support library.

Bug: 9664050

Our bitcode runtime library translates vector rsDebug() calls into passing
their parameters via pointers. The previous version of libRSSupport.so was
being created with non-pointer versions of these routines accidentally.
This change also fixes a missing permission issue for ImageProcessing2, so
that the compatibility library can be verified.

This change also removes the use of libutils by switching the implementation of
String8/Vector in the compatibility library to internal types backed by
libstlport_static.

Change-Id: I20da75e8c19a82a42dc2bceaba1937d21372db84
/frameworks/rs/rsScriptGroup.cpp
61c86951f6a1192fafc536aee613beb6f899064b 10-Apr-2013 Stephen Hines <srhines@google.com> Add incUserRef() for ScriptGroup/ScriptKernelID/ScriptFieldID.

Bug: 8530206

This change also fixes a small bug in zeroUserRef(), where we mistakenly
decrement the zeroed out count.

Change-Id: I5097e59faad52291218657c10e99c598a00ad84b
/frameworks/rs/rsScriptGroup.cpp
0b575de8ed0b628d84d256f5846500b0385979bd 15-Mar-2013 Tim Murray <timmurray@google.com> Add x86 server support.

Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
/frameworks/rs/rsScriptGroup.cpp
dbe66d6783c1e53cd1572de0ef6ef6fdf6f76f48 17-Sep-2012 Jason Sams <jsams@google.com> Add backed for script groups.

Change-Id: If2fdbde7381fcdaeb54d41a913b855fd83d4f186
/frameworks/rs/rsScriptGroup.cpp