summaryrefslogtreecommitdiff
path: root/rsProgramRaster.cpp
AgeCommit message (Expand)Author
2017-03-15Remove libutils.so dependency from libRSDriver, libRSCpuRef, and mostMiao Wang
2016-11-16Fix google-build-using-namespace warnings in rs.Chih-Hung Hsieh
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2012-07-24Plumb context through for serialization.Jason Sams
2011-09-23Remove unused fields in ProgramRasterJason Sams
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-05-05Moving samplers behind the hal.Alex Sakhartchouk
2011-04-06Seperate ProgramRaster.Jason Sams
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-10-21Fix refcounting bugs where the sys refcountJason Sams
2010-09-16Cleanup GL setup code and remove legacy 1.1 paths.Jason Sams
2010-07-12Work on synchronizing a3d created files and java layer.Alex Sakhartchouk
2010-07-09Remove points from fixed function.Jason Sams
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
2010-05-14Change RS to use the passed surface size rather than EGL size.Jason Sams
2009-12-15Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams
2009-11-25Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams
2009-10-15Minor bug fixes and add glError check.Jason Sams
2009-09-25Improved object lifecycle tracking and fix leaks.Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-09-24Minor cleanup of profile and compile logging.Jason Sams
2009-09-23Add raster object to control point and line params. Add flag to force SW rend...Jason Sams