summaryrefslogtreecommitdiff
path: root/rsProgramStore.cpp
AgeCommit message (Collapse)Author
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
b/19148482 This reverts commit 93d6bc872b7d9fba63abfa7513d56b38d9c3d371. I also made some changes to Make it work with HEAD. Change-Id: I5e516976ec1d85ffe1cf388c01795348a9441982
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
Change-Id: I4c6abd964dc4b1412ec2e592fc8e835fecfe53f6
2012-07-24Plumb context through for serialization.Jason Sams
Change-Id: I2a49f57aa7576604deeac898a7cceb36ae68d66f
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
Change-Id: I10f02cd37a33a6c655814d24e0a4291dc044fba3
2011-05-05Moving samplers behind the hal.Alex Sakhartchouk
Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
2011-04-06Seperate ProgramRaster.Jason Sams
Cleanup ProgramRaster and ProgramStore creation. Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7
2011-04-04Seperate GL from RS program store.Jason Sams
Change-Id: I0eae9c0699845af8e8611b065e70738cc9f2b15c
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
Renaming the define to be more in line with what it does and removing the host stub header file. Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
2010-10-21Fix refcounting bugs where the sys refcountJason Sams
could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
2010-10-13Begin hooking up SurfaceConfig.Jason Sams
Change-Id: I328138f29affbed11fcfb5e9ed0872d4ba22d241
2010-09-16Cleanup GL setup code and remove legacy 1.1 paths.Jason Sams
Reset pointers to NULL when allocations are unbound. Change-Id: Ifaba634ecbb154970b7fb47faa8e6475d16d2f66
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
Now using android utils lib. collada_to_a3d seems to work with android util libs. Integrating old changelist Changing assert to rsAssrt in VertexArray making context compile. Change-Id: I33890defa777f09253bfab630d97782359ec49d7 Added serialization code to rsLib Integrated old changelist Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311 Added serialization code to rsLib Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
2010-05-14Change RS to use the passed surface size rather than EGL size.Jason Sams
Its possible that during a resize the EGL information could be stale so caching this is bad. The surface size should always be correct. Change-Id: Ifd479e1ea70b1cada1a8690c7c82e91aa391b685 Conflicts: libs/rs/rsProgramStore.cpp libs/rs/rsProgramStore.h
2010-05-13Rename ProgramFragmentStore to ProgramStore.Jason Sams
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd