summaryrefslogtreecommitdiff
path: root/rs.spec
AgeCommit message (Expand)Author
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-06-25Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines
2014-02-26Add getPointer for USAGE_SHARED allocations.Jason Sams
2014-01-08Make object destruction asynchronous.Tim Murray
2013-12-20Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1.Stephen Hines
2013-07-23Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray
2013-07-17Removed unused methods from rs.spec.Tim Murray
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-18Split rs.spec into generic and native-specific functions.Tim Murray
2013-03-18Split graphics rs.spec into its own file.Tim Murray
2013-02-22Implement usage IO INPUTJason Sams
2013-02-07Add API entry points for clipped kernels and fix Z-dimension clipping.Tim Murray
2013-02-05Implement rs.sendMessage()Jason Sams
2013-01-09Add support for YUV allocations.Jason Sams
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-13Add copy1DRangeToUnchecked.Tim Murray
2012-09-17Add backed for script groups.Jason Sams
2012-08-14IntrinisicsJason Sams
2012-05-01Support additional element/dim information for FieldPacker.Stephen Hines
2012-03-23Implement USAGE_IO_INPUTJason 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-15Beging IO stream out from allocation to surface texture.Jason Sams
2012-02-07Merge commit 'bdeec118' into manualmergeJason Sams
2012-02-07Implement RS VSync on new vsync infrastructure.Jason Sams
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
2011-11-23Private API to support MFF transition.Jason Sams
2011-11-10Path renderingJason Sams
2011-09-23Remove unused fields in ProgramRasterJason Sams
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-06-20First cut at RSTextureView.Jason Sams
2011-06-14Allocation copy functions.Alex Sakhartchouk
2011-05-18Move context and device creation out of the spec file.Jason Sams
2011-05-17Preparing libRS for for compilation on host.Alex Sakhartchouk
2011-05-17Core to client fifo on sockets.Jason Sams
2011-05-12Cleanup mesh creation.Alex Sakhartchouk
2011-05-06Add code for generating fifo command packing.Jason Sams
2011-05-04Code Cleanup and better Sampler creation methodAlex Sakhartchouk
2011-04-28Pipe rsa function though the RS api table.Jason Sams
2011-04-27Start implementing control side forEach.Jason Sams
2011-04-26Cleanup rs.spec file and code generator.Jason Sams
2011-04-25Modifying libRS internal communication to handle network rendering.Alex Sakhartchouk
2011-04-06Seperate ProgramRaster.Jason Sams
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
2011-01-12Cleanup bitmap uploadsJason Sams