History log of /frameworks/compile/slang/slang_rs_reflection_cpp.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac71e8c3b3edca77a561377b1f24447a3c2ac3a5 18-Nov-2013 Stephen Hines <srhines@google.com> Fix C++ reflection so that -p works.

The C++ reflection code was missing support for the -p option, which allows
the developer to place the .cpp/.h files into a different directory than the
bitcode. It was also missing directory creation (and path separators) for that
option.

Change-Id: I5b16a6d109c6df8ca3e1542e0c5345691037bf85
(cherry picked from commit c7888b0c7c648b8e3987d9ff277e10e0551e203b)
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
80706836b18127b5733d790613a5d1b9f97cbb1d 29-Aug-2013 Stephen Hines <srhines@google.com> Fix initializers and add vector reflection support.

Bug: 10427951

This also fixes a bug with floating point initialization (where relevant
digits could be truncated because of C++ iostream operators).

Change-Id: I2761dea38dd6ad758ea31217744e45436596afce
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
003ac666e57669d4312b5792068c3db302ee7b84 21-Aug-2013 Stephen Hines <srhines@google.com> Type checking for C++ API.

Bug: 10427951

Change-Id: I76a6093237a3b27a0c9e6ce38997cb1e0128efb9
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
ee9d7b0e0cb74a592cef718d72b589b64997bd21 30-Jul-2013 Tim Murray <timmurray@google.com> Fix a bug with compat lib support. Add new namespace to sp<>.

Change-Id: I5dd513b58757be79984dd16db63c19cc1d076658
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
dde98533fad4c6534af537ae583aa4db35a1c699 24-Jul-2013 Tim Murray <timmurray@google.com> Update C++ bindings and add const qualifiers to get methods.

Change-Id: I58affdfcc560ed269cd0fda0c5e74651bcfd4e4a
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
7dd6da2077ad17ea59f4239f5275074bf5642859 16-Nov-2012 Stephen Hines <srhines@google.com> Fix C++ ForEach reflection (bad usrData args).

This fixes issues with the following areas:
1) usrData arguments to kernels.
2) set vs. bind for export variables.
3) improved argument handling for kernels/invoke.

Bug: 5972398
Change-Id: I09a7b9198c45ab6e2d10b2abae1727ee0e559736
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
140b9d42e15b6a8b867f9dcd09a36a41f74eabbf 16-Nov-2012 Tim Murray <timmurray@google.com> Change namespace from renderscriptCpp to RSC

Change-Id: I05595e0e6c0cb279c551661e7bc328badab28ada
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
713377ec412f448273158c954f6816f07f8bcd20 15-Nov-2012 Stephen Hines <srhines@google.com> Argument passing with reflected C++ invoke functions.

Bug: 5972398
Change-Id: I3c4c1f59c15a7e3fa094a9ddcf74b6a1c1899c71
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
02a9826b586f765a95e3c75bd6080c4ee8e2e911 14-Nov-2012 Stephen Hines <srhines@google.com> Fix style issues with C++ reflection.

Change-Id: I29c5e25864afd6f33a43762be6d66260c509084b
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
38dceea4b8e90f326c90252d3c2762914d3ee6a5 14-Nov-2012 Stephen Hines <srhines@google.com> Start to handle invoke, plus fix global C++ reflection.

Bug: 5972398
Change-Id: Ic8356e712d62e158b15b0fac6c5a0ef1437fcdcd
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
2936d9e62c883fa4e2699e2d08a0fdefca388830 13-Nov-2012 Stephen Hines <srhines@google.com> Emit out parameter in C++ reflection for kernels.

Change-Id: I58a819e8b3640836011bd10640735070248b3fb5
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
c7f19ef041bb80902901b78bc4b939692206f26f 03-Nov-2012 Tim Murray <timmurray@google.com> Move to RenderScript.h and new sp<RS> API

Change-Id: I2c7b644aa0aae765a2da44084f394a9781dfd633
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
aa270e6f5865229dca0adbddb1783b1bc21cb231 31-Oct-2012 Tim Murray <timmurray@google.com> Fix reflected resource name in C++.

Change-Id: Idb4448cfaa4b8edea201679135eac1273d3cc9fa
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
b2fbbb91bd9d86e2dd56b2d102752e8c51aaafdf 28-Sep-2012 Tim Murray <timmurray@google.com> Enable C++ reflection, fixing many minor bugs in the process.

Change-Id: Icc694578b649b1fed9ea26654f2b0449ea14089c
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
6c51b5d3b152d6c8a70c72e10e07a75c7294e0f3 03-Apr-2012 Jason Sams <jsams@google.com> Fix namespaces in reflected cpp code.

BUG=5972398

Change-Id: I3adfc4805dcc36d283c804c61911aa15dbdafaad
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
192392fc5ffedc06eb8ae2b89d703b3c658fddd6 14-Mar-2012 Jason Sams <jsams@google.com> Continue C++ reflection work.

BUG=5972398

Change-Id: I8b9e0a814006152b413af9b35f7d51be6814d4c4
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp
1b6a0883cd6984e11e59b0c847fb334df1f41afc 12-Mar-2012 Jason Sams <jsams@google.com> start cpp reflection

BUG=5972398

Change-Id: Iede58fde457d16293345e741f80109f89e653ad5
/frameworks/compile/slang/slang_rs_reflection_cpp.cpp