summaryrefslogtreecommitdiff
path: root/rsType.cpp
AgeCommit message (Expand)Author
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
2015-01-12Fix 64bit build.Jason Sams
2015-01-12Array type and allocation supportJason Sams
2014-08-21resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aospStephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-20am 3fa79f84: Merge changes I4c6abd96,I9bcf36d0Stephen Hines
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2014-08-01Fix YUV allocation table.Jason Sams
2014-07-10Add missing delete operators to Type and Element.Tim Murray
2014-07-08Add 64bit large object supportJason Sams
2014-07-08Move element and type allocations to the HAL allocator.Tim Murray
2014-06-10Update structs and defines for 64-bit.Tim Murray
2013-12-20Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1.Stephen Hines
2013-09-03Cleanup type offsets which cannot be calculated for flexible YUV.Jason Sams
2013-08-16am 470a2f85: am 10f31703: Fix up dependencies further for RS compatibility li...Stephen Hines
2013-08-15Fix up dependencies further for RS compatibility library.Stephen Hines
2013-07-22Merge "Move rs.h functions over to extern "C"."Tim Murray
2013-07-22Move rs.h functions over to extern "C".Tim Murray
2013-07-17Remove more String8Jason Sams
2013-03-20Start making RS 64-bit clean.Tim Murray
2013-03-19Add x86 server support.Tim Murray
2013-02-15Support typed YUV allocationsJason Sams
2013-01-09Add support for YUV allocations.Jason Sams
2012-10-19Revert "Remove offset functions from Type"Stephen Hines
2012-10-16Remove offset functions from TypeJason Sams
2012-07-24Plumb context through for serialization.Jason Sams
2012-04-02Move incRefs()/decRefs() logic from Allocation -> Type.Stephen Hines
2012-03-12Fix argument passing with dimLOD.Stephen Hines
2012-03-08Moving lod's into hal struct.Alex Sakhartchouk
2012-01-09resolved conflicts for merge of 08289f55 to graphics-devSteve Block
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-12-20Adding simple hal struct to type.Alex Sakhartchouk
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-04-28Pipe rsa function though the RS api table.Jason Sams
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
2011-01-31Making sure we can build libRS on the host for serialization.Alex Sakhartchouk
2011-01-13Implement sub updates for mipmap levels and cubmaps.Jason Sams
2010-12-06API review cleanup.Jason Sams
2010-11-22More error checksJason Sams
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-11-08Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk
2010-10-27Adding nvidia extension for limited npot support.Alex Sakhartchouk
2010-10-26Begin adding async allocation creation.Jason Sams
2010-10-21Fix refcounting bugs where the sys refcountJason Sams
2010-10-14Async type creation.Jason Sams
2010-10-11Update allocation from bitmap.Alex Sakhartchouk
2010-10-08Removing fixed size arrays.Alex Sakhartchouk
2010-10-05Implement allocation resizing.Jason Sams
2010-09-30Adding anisotropic filtering and related samples.Alex Sakhartchouk