summaryrefslogtreecommitdiff
path: root/rs_hal.h
AgeCommit message (Expand)Author
2017-04-10Break libgui and libui dependencies.Miao Wang
2017-03-13Merge "Rename unused fields of RS base object handle in 64-bits"I-Jui (Ray) Sung
2017-03-08Implement USAGE_IO_INPUT related functions on top of NDK.Miao Wang
2017-03-08Rename unused fields of RS base object handle in 64-bitsI-Jui (Ray) Sung
2017-02-09frameworks/rs: fix typos and clang-tidy warningsRahul Chaudhry
2017-01-20Cleanup makefiles and warning producing code.Jean-Luc Brouillet
2016-06-10Delete simple reduction implementation.nougat-devDavid Gross
2016-06-06Add HAL version check, with fallback to CPU reference driver on failure.David Gross
2016-01-19Support for general reduction kernels.David Gross
2015-08-14Add a basic implementation of the reduce kernel API to the CPUMatt Wala
2015-08-06Add AllocationCreateStrided to support lib CPU driverMiao Wang
2015-05-18Notify drivers when user get a pointer to allocationJason Sams
2015-05-11Add USAGE_OEMJason Sams
2015-03-17Merge "Update HAL comments."Jason Sams
2015-03-17Update HAL comments.Jason Sams
2015-03-11Remove leftover path bits.Jason Sams
2015-03-11Refactor hal loadingJason Sams
2015-02-23Fix the bug for AllocationRead() that cannot handle 3d AllocationMiao Wang
2015-02-09Implement arrays and allocation adaptersJason Sams
2015-01-07New Script Group API: runtime and cpu driver support.Yang Ni
2014-11-11Cleanup includes for rs/cpp to not expose internal details.Jason Sams
2014-08-12Fix isObject when in 64bit mode.Jason Sams
2014-07-08Add 64bit large object supportJason Sams
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-07-07Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h.Chris Wailes
2014-06-25Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines
2014-06-10Update structs and defines for 64-bit.Tim Murray
2013-12-02implement finishJason Sams
2013-08-07Refactor hal to remove cpuConsumer from driversJason Sams
2013-04-11Add support for synchronous get().Tim Murray
2013-04-09Add 3D allocation copies.Jason Sams
2013-03-20Start making RS 64-bit clean.Tim Murray
2013-03-11Add custom allocator support for Allocation objects.Tim Murray
2013-02-22Implement usage IO INPUTJason Sams
2012-11-27Add support for 2D strided copies to/from an allocation with the C++ API.Tim Murray
2012-11-19Separate CPU driver impl from reference driver.Jason Sams
2012-10-25Merge script groups.Jason Sams
2012-09-23Implement backend of blend intrinsicJason Sams
2012-09-17Add backed for script groups.Jason Sams
2012-09-06Attempt to create libRSDriver as shared library.Stephen Hines
2012-08-21Clean up useless code, logging, and a typo.Stephen Hines
2012-08-14IntrinisicsJason Sams
2012-07-27Cleanup pointer access in adapter and font.Jason Sams
2012-07-25Move memory layout to driver.Jason Sams
2012-05-01Support additional element/dim information for FieldPacker.Stephen Hines
2012-02-17Merge "Rename three header files to free namespace for api."Jason Sams
2012-02-16Rename three header files to free namespace for api.Jason Sams
2012-02-16Merge "Piping texture names through shader builder. Fixing uint size_t mismat...Alex Sakhartchouk
2012-02-15Piping texture names through shader builder.Alex Sakhartchouk
2012-02-15Merge "Fixing uint32 size_t mismatches."Alex Sakhartchouk