summaryrefslogtreecommitdiff
path: root/rsFBOCache.cpp
AgeCommit message (Collapse)Author
2016-11-16Fix google-build-using-namespace warnings in rs.Chih-Hung Hsieh
* Most files define classes in renderscript namespace. Define them in the namespace instead of "using namespace ...". Some files define global C++ names, and we replace "using namespace ..." with using declarations of the required names. * Add "NOLINT" comment to rsg_generator.c output code to suppress such warnings. Bug: 32670901 Test: build with WITH_TIDY=1 Change-Id: I9b0edcad3e1fb37c79927b05fd58fb1a301bdf22
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
2012-04-02Implement IO_OUTPUT + SurfaceTextureJason Sams
Change-Id: Id96fecd6d768196523330c5eda77c4ee86b9bd3c
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
2011-10-18Remove ObjBaseRef from the hal structAlex Sakhartchouk
Change-Id: Idcac14ecfdd4d06a0f54bf50e3b9657be62e6638
2011-06-16Adding ability to read back fbo data to renderscriptAlex Sakhartchouk
Change-Id: Ie684c26cbcde22f2483b43415dfc39a3de22c5a1
2011-05-26Start splitting allocation into hal and core.Jason Sams
Change-Id: Ic506abb0469238cb0471eb1401cfcb7b2fbbe4bb
2011-05-13Moves fbo support in renderscript behind the halAlex Sakhartchouk
Change-Id: I26a857586f5f0b47df4c1f4589d2023e70481ec7
2011-05-06rsLib cleanupAlex Sakhartchouk
Change-Id: Ifb66059338e3435ac79435296a650c44699921aa
2011-04-01First draft of fbo in renderscript.Alex Sakhartchouk
Updating samples and benchmark Change-Id: I469bf8b842fca72b59475c8fa024c12cf0e14954