summaryrefslogtreecommitdiff
path: root/cpp/Sampler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Comments clean up for C++ APIMiao Wang2015-09-151-1/+1
| | | | Change-Id: I7ced3653a32fa8eaa62cd218002d22f5551c404a
* Fix the ordering of CREATE_SAMPLER macro in C++ API, according to correspondingMiao Wang2015-04-031-9/+9
| | | | | | | | | | Java API. - min/mag, wrapS/wrapT was incorrectly swapped - When creating MIP_LINEAR related sampler, mag should be set to LINEAR and min to LINEAR_MIP_LINEAR Change-Id: Iaa354281d6dba73fca452e04452c88bfe5af0469
* Update RenderScript C++ APIMiao Wang2015-03-301-5/+18
| | | | | | | | - Add Copy3DRangeTo API - Add AutoPadding & unPadding for CopyTo and CopyFrom APIs - Add IntrinsicResize Change-Id: I1138225f8a7b738929a09636bf2669f5d68b0c7d
* Cleanup includes for rs/cpp to not expose internal details.Jason Sams2014-11-111-0/+1
| | | | Change-Id: Ib23f591f8418d3318f61ab1d3f6f2b684bf95692
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-3/+3
| | | | Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
* Fix problems with NDK Sampler implementation.Stephen Hines2013-11-261-1/+1
| | | | | | | Creation methods should be static and we need to use the proper Context pointer for the dispatch methods. Change-Id: I43c25a7348c9a9aa9a2a82e184d4ac644625800b
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-2/+1
| | | | Change-Id: I74cdee7069a624ded5091d53db3a4b8ce9894033
* Add Sampler support to C++ API.Tim Murray2013-07-231-0/+74
Change-Id: I9a6ada9cf16b5e9f92bcecc12e87d66585df1d33