summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug looping non-blocking fifos.Jason Sams2010-08-183-2/+28
| | | | Change-Id: I33dcf575466bfef672af4e113ad692397b5213e9
* Remove OOB object destruction.Jason Sams2010-08-173-72/+0
| | | | Change-Id: Icaa06aca4a701ec663c124d3141d9dbb633d7dc1
* Make java entry points for native fifo synchronized.Jason Sams2010-08-171-30/+0
| | | | Change-Id: I1baf2beb920016f0202042982075cbce1e67df42
* Remove extra float<>int conversions in ImageProcessing.Jason Sams2010-08-167-142/+120
| | | | | | Remove or shrink test bitmaps for Fountain and ModelViewer. Change-Id: Ieeb530375aebb6b953aa564788fc5b5ef21a362e
* Support reference operations in RS scripts.Jason Sams2010-08-163-14/+105
| | | | Change-Id: I9cb5f3cb71823ab24ca51bf0167a0f52cf0691f9
* Merge "Adding bounding box computation."Alex Sakhartchouk2010-08-134-0/+80
|\
| * Adding bounding box computation.Alex Sakhartchouk2010-08-134-0/+80
| | | | | | | | Change-Id: I682609312519d9474176556ade7a208c7d0a1323
* | Merge "Renderscript scenegraph prototype."Alex Sakhartchouk2010-08-1311-0/+861
|\ \
| * | Renderscript scenegraph prototype.Alex Sakhartchouk2010-08-1311-0/+861
| |/ | | | | | | Change-Id: Ic4daaf6eca8850caf46bd766e148cf12eb6c6ca1
* | Merge "Start adding RS tests."Jason Sams2010-08-129-0/+531
|\ \
| * | Start adding RS tests.Jason Sams2010-08-129-0/+531
| | | | | | | | | | | | Change-Id: I025357407eca3e515823493ff63e4c78249e8126
* | | Merge "Thread launch strategies."Jason Sams2010-08-124-27/+22
|\ \ \ | |/ / | | / | |/ |/|
| * Thread launch strategies.Jason Sams2010-08-124-27/+22
| | | | | | | | Change-Id: I506df786e815205a8e51906c2b517302c1ef2471
* | Merge "Fix field packer bug for U32 data. Fix initial refcounts in ↵Jason Sams2010-08-122-2/+5
|\ \ | |/ | | | | allocations. Support null references in allocations."
| * Fix field packer bug for U32 data.Jason Sams2010-08-122-2/+5
| | | | | | | | | | | | | | Fix initial refcounts in allocations. Support null references in allocations. Change-Id: Ifba6406ba750e69737bd77fa7df5d7fb8e27a5b4
* | Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-4/+1
| | | | | | | | | | | | Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
* | Merge "Fix anonymous struct."Shih-wei Liao2010-08-121-1/+1
|\ \ | |/ |/|
| * Fix anonymous struct.Shih-wei Liao2010-08-121-1/+1
| | | | | | | | Change-Id: Icdee2f05738a8712a309720d8d27dc2efc0dd749
* | Adding allocation reference counting to the a3d models.Alex Sakhartchouk2010-08-112-1/+7
| | | | | | | | Change-Id: I225b431d09bfebbebf49df75b7df5e4d5961a564
* | Renaming stucts back.Alex Sakhartchouk2010-08-111-4/+4
| | | | | | | | Change-Id: Ic9315c7fb2e03d0e88a07ae2361836d35106ab4b
* | Merge "Adding quaternion functions to math library."Alex Sakhartchouk2010-08-112-3/+172
|\ \
| * | Adding quaternion functions to math library.Alex Sakhartchouk2010-08-102-3/+172
| |/ | | | | | | Change-Id: I692214648892120943ca7d3b00034e27d1c330cf
* | Refcounting in allocations.Jason Sams2010-08-096-11/+111
| | | | | | | | Change-Id: Ida2dfb404b2cd832e622d981d73a938d5bc5b821
* | Update image processing to cleaup code by not inliningJason Sams2010-08-091-34/+4
|/ | | | | | functions that should be handled by the runtime. Change-Id: I54c590913285bceb02a9076dbe6355d6f6bc6661
* Fix debugging support for float vectors and add matrix debugging.Jason Sams2010-08-063-31/+62
| | | | Change-Id: Ie1ee3764a32889f3c39b923186f14af74ecb772f
* Fix length normilization bug in rsMatrixLoadRotate.Jason Sams2010-08-052-2/+2
| | | | Change-Id: Ibdc1a64f2db6110acd971f8cacd6b1f9c09b02de
* Use lowp colors in fixed funtion emulation.Jason Sams2010-08-051-3/+3
| | | | Change-Id: Ie525ee6e52652ba83efe4d9f1627410d846824ee
* Fix behavior where the non-blocking sendToCliend would blockJason Sams2010-08-051-1/+1
| | | | | | when there was enough room for the message but not the message header. Change-Id: I600db04b91e76fa7966c7d8a98e5c56593e1806d
* Fixing fonts to use constant color instead of variable.Alex Sakhartchouk2010-08-054-28/+21
| | | | Change-Id: Ia590dfed482f82b7bc748c25b7b1592efea5b68c
* Adding more matrix math functions.Alex Sakhartchouk2010-08-052-8/+126
| | | | | | Fixing build. Change-Id: Ie0f6724ba063ada94d1d44d99bbe56e21d9bd72f
* Support constant and varying colors in ProgramFragment.Jason Sams2010-08-059-102/+90
| | | | Change-Id: I16ce84ff427016f3a1923594efc718eca32dd7f2
* Added ability to set font color.Alex Sakhartchouk2010-08-046-1/+34
| | | | | | Propagating the name of meshes and allocations from native a3d to java Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e
* Adding onscreen frame and script time for debugging.Alex Sakhartchouk2010-08-032-0/+47
| | | | Change-Id: I5780092d14d49dae556b9969b937c7768e705a64
* Cleanup of signed/unsignedJason Sams2010-07-296-132/+178
| | | | | | | | | | | | | | Make all functions overloadable. Change-Id: I443c83afcf9a7acfae394585201f081681f309db Update examples. Change-Id: I100d6fa8dd1af376bcee0b2c42c5aabe9c03bb6e force rebuild of all .rs files to pick up core header changes. Change-Id: I6231a8a024388481ca231507e83b108ebdbc3500
* Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"Jim Miller2010-07-292-0/+8
|\
| * Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()Jim Miller2010-07-282-0/+8
| | | | | | | | | | | | | | This updates renderscript to allow loading of the projection matrix. Change-Id: I9af03e06ce6b5432ffbf3db8f6cda7b29aa21c7f
* | Cleanup sendToClient and add rsGetDt().Jason Sams2010-07-286-153/+104
|/ | | | | | Remove legacy implemtation of matrix calls which were moved to llvm bc. Change-Id: I527740590067db3bcb2147233ef41fb057f1d2a8
* Query the CPU count and use the result to determineJason Sams2010-07-261-2/+5
| | | | | | if and how many worker threads we use. Change-Id: I8fc1fb17aff835cfe8ed7c474287bccd532cbb29
* Minor ImageProcessing script optimization to make it a better FP benchmark.Jason Sams2010-07-223-50/+77
| | | | Change-Id: I24b11d98c9ac32d91153d3572da511b34e79f7f0
* rs_types.rsh and rs_math.rsh are default include files. Remove their #include.Shih-wei Liao2010-07-216-16/+0
| | | | Change-Id: Id69efbd98fd563a82cffdcaba96afa4cd8671bb2
* Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc.Shih-wei Liao2010-07-201-3/+7
| | | | Change-Id: I6023b93865f785779b966acf03bf120078ac3c74
* Attempt to fix build '<>' works on mac but does not appear to work on linux yet.Jason Sams2010-07-204-8/+8
| | | | Change-Id: Ic0bfaf3cf052e9be43320aa2cdd89ca4d0f48fc6
* Update imageprocessing to remove generated files.Jason Sams2010-07-2017-483/+246
| | | | | | Fix thread launch race condition. Change-Id: I24d7f87ac87db6f9e3418d6a429471a71d2c9e9d
* Fixing potential buffer overrun errors.Alex Sakhartchouk2010-07-201-0/+4
| | | | Change-Id: I77c43f0dd3a5d5a54465ff5d562f8e2b4d7fa3c3
* Merge "Fix Android build"Shih-wei Liao2010-07-201-0/+4
|\
| * Fix Android buildShih-wei Liao2010-07-201-0/+4
| | | | | | | | Change-Id: I531dec556e6774518d19707f91c99ecaaf344c0f
* | Merge "Change the include path."Shih-wei Liao2010-07-201-3/+3
|\ \ | |/
| * Change the include path.Shih-wei Liao2010-07-201-3/+3
| | | | | | | | Change-Id: I884f95e40ab2d7080fd1eec0ecc9b86794b7c042
* | Merge "Port ModelViewer to use the new build system. Fix the simulator build ↵Shih-wei Liao2010-07-206-120/+10
|\ \ | |/ | | | | on Fountain."
| * Port ModelViewer to use the new build system.Shih-wei Liao2010-07-206-120/+10
| | | | | | | | | | | | Fix the simulator build on Fountain. Change-Id: I89b05c31595f0a8c3001171957eeeb2fec253c74