summaryrefslogtreecommitdiff
path: root/rsAllocation.cpp
AgeCommit message (Expand)Author
2014-03-12Remove deprecated BufferQueue constructorDan Stoza
2014-02-26Fix build break.Tim Murray
2014-02-26Add getPointer for USAGE_SHARED allocations.Jason Sams
2014-01-14Return errors to user when copy fails.Jason Sams
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-07Refactor hal to remove cpuConsumer from driversJason Sams
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-07-10Remove libutils and fix rsDebug for RS support library.android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1jb-mr2.0-releasejb-mr2-devStephen Hines
2013-04-09Add 3D allocation copies.Jason Sams
2013-03-20Start making RS 64-bit clean.Tim Murray
2013-03-19Add x86 server support.Tim Murray
2013-03-11Add custom allocator support for Allocation objects.Tim Murray
2013-02-25Cleanup lots of things related to IO_OUTPUT and error checking.Tim Murray
2013-02-22Implement usage IO INPUTJason Sams
2013-02-15Support typed YUV allocationsJason Sams
2013-02-07Remove unstrided 2D copies.Tim Murray
2013-01-09Add support for YUV allocations.Jason Sams
2012-12-19Cleanup diff with compat.Jason Sams
2012-12-18Rename ISurfaceTexture and SurfaceTextureAndy McFadden
2012-12-04Add support for user-allocated buffers from the C++ API.Tim Murray
2012-11-27Add support for 2D strided copies to/from an allocation with the C++ API.Tim Murray
2012-11-26Add support for 2D copies to arbitrary data pointers.Tim Murray
2012-11-19Separate CPU driver impl from reference driver.Jason Sams
2012-11-13Add copy1DRangeToUnchecked.Tim Murray
2012-08-29Cache element type in allocation hal.Jason Sams
2012-07-27Cleanup pointer access in adapter and font.Jason Sams
2012-07-25Move memory layout to driver.Jason Sams
2012-07-24Plumb context through for serialization.Jason Sams
2012-04-16Fix duplicate malloc pointers.Jason Sams
2012-04-02Move incRefs()/decRefs() logic from Allocation -> Type.Stephen Hines
2012-03-23Implement USAGE_IO_INPUTJason Sams
2012-03-09More header untangling.Alex Sakhartchouk
2012-02-15Beging IO stream out from allocation to surface texture.Jason Sams
2012-02-02am 7042613c: Merge "Fix an incorrect assert that doesn\'t account for element...Alex Sakhartchouk
2012-02-02Fix an incorrect assert that doesn't account for element array size.Alex Sakhartchouk
2012-01-30am 855eadf9: Merge "Fix potential bug with reordered size/offset arguments."Stephen Hines
2012-01-20Fix potential bug with reordered size/offset arguments.Stephen Hines
2012-01-13Start implementing SurfaceTexture streaming into RS allocations.Jason Sams
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-11-23Private API to support MFF transition.Jason Sams
2011-11-15Expand RS vector3 types to vector4.Alex Sakhartchouk
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-18Remove ObjBaseRef from the hal structAlex Sakhartchouk
2011-08-18Fix issue with freeing allocation with circular references.Jason Sams
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-08-12Fix to the memory leak problem.Alex Sakhartchouk