summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsHandcode.h
Commit message (Collapse)AuthorAgeFilesLines
* Core to client fifo on sockets.Jason Sams2011-05-171-9/+0
| | | | Change-Id: I3b84a7d4c3c5fa0d764ad4db22dfd142d5cfa95b
* Start implementing control side forEach.Jason Sams2011-04-271-87/+0
| | | | Change-Id: I2d77d908cbb64b26071d9d5a3421f0b195342d2c
* Modifying libRS internal communication to handle network rendering.Alex Sakhartchouk2011-04-251-8/+8
| | | | Change-Id: I8c8b3cc3402ecf4ba774e1d668dce25ff0af0e5a
* Almost all warnings are now errors in RS build.Stephen Hines2011-03-011-1/+0
| | | | Change-Id: Ie22eccdafbc95d1f903c73007dd3fb0ad10af7cc
* Move adapter2D to a derived class from Allocation.Jason Sams2010-12-291-29/+14
| | | | Change-Id: I7e9d8b0028ba95956476f253da38dbe64564d0da
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-15/+6
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* SubElementData data upload functions.Jason Sams2010-08-311-0/+23
| | | | Change-Id: I5f8c738b5457ae7f6085fc4cd331cf3d13ad75cf
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-151-0/+8
| | | | Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-0/+43
| | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵Jason Sams2009-08-271-0/+47
which replaces TriangleMesh. Update Film to use new builder.