Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Query the CPU count and use the result to determine | Jason Sams | 2010-07-26 | 1 | -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 Sams | 2010-07-22 | 3 | -50/+77 | |
| | | | | Change-Id: I24b11d98c9ac32d91153d3572da511b34e79f7f0 | |||||
* | rs_types.rsh and rs_math.rsh are default include files. Remove their #include. | Shih-wei Liao | 2010-07-21 | 6 | -16/+0 | |
| | | | | Change-Id: Id69efbd98fd563a82cffdcaba96afa4cd8671bb2 | |||||
* | Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc. | Shih-wei Liao | 2010-07-20 | 1 | -3/+7 | |
| | | | | Change-Id: I6023b93865f785779b966acf03bf120078ac3c74 | |||||
* | Attempt to fix build '<>' works on mac but does not appear to work on linux yet. | Jason Sams | 2010-07-20 | 4 | -8/+8 | |
| | | | | Change-Id: Ic0bfaf3cf052e9be43320aa2cdd89ca4d0f48fc6 | |||||
* | Update imageprocessing to remove generated files. | Jason Sams | 2010-07-20 | 17 | -483/+246 | |
| | | | | | | Fix thread launch race condition. Change-Id: I24d7f87ac87db6f9e3418d6a429471a71d2c9e9d | |||||
* | Fixing potential buffer overrun errors. | Alex Sakhartchouk | 2010-07-20 | 1 | -0/+4 | |
| | | | | Change-Id: I77c43f0dd3a5d5a54465ff5d562f8e2b4d7fa3c3 | |||||
* | Merge "Fix Android build" | Shih-wei Liao | 2010-07-20 | 1 | -0/+4 | |
|\ | ||||||
| * | Fix Android build | Shih-wei Liao | 2010-07-20 | 1 | -0/+4 | |
| | | | | | | | | Change-Id: I531dec556e6774518d19707f91c99ecaaf344c0f | |||||
* | | Merge "Change the include path." | Shih-wei Liao | 2010-07-20 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Change the include path. | Shih-wei Liao | 2010-07-20 | 1 | -3/+3 | |
| | | | | | | | | Change-Id: I884f95e40ab2d7080fd1eec0ecc9b86794b7c042 | |||||
* | | Merge "Port ModelViewer to use the new build system. Fix the simulator build ↵ | Shih-wei Liao | 2010-07-20 | 6 | -120/+10 | |
|\ \ | |/ | | | | | on Fountain." | |||||
| * | Port ModelViewer to use the new build system. | Shih-wei Liao | 2010-07-20 | 6 | -120/+10 | |
| | | | | | | | | | | | | Fix the simulator build on Fountain. Change-Id: I89b05c31595f0a8c3001171957eeeb2fec253c74 | |||||
* | | Switch back to use the default search of include path | Ying Wang | 2010-07-19 | 1 | -3/+3 | |
|/ | | | | | | since slang has been fixed to add current dir as one of the default search path. Change-Id: Id3e80955ce445f155fc518927974be7986daff1f | |||||
* | Fix build | Ying Wang | 2010-07-19 | 1 | -3/+3 | |
| | | | | | | Slang uses env var that build server does not set, so we still need to use relative path. Change-Id: Ibf57710b113674fe546700d81154e5236920134c | |||||
* | .rs files are now built by the build system. | Ying Wang | 2010-07-19 | 6 | -152/+5 | |
| | | | | Change-Id: Iba28bed6cc05883a28a59b8dd0ff12e1bfbe0c04 | |||||
* | Threading RS ForEach. | Jason Sams | 2010-07-19 | 16 | -181/+286 | |
| | | | | Change-Id: I5d6fe4db2b6ac0613394bc5a066ff90ec146d60e | |||||
* | Merge "Fix include path problem." | Shih-wei Liao | 2010-07-15 | 1 | -3/+3 | |
|\ | ||||||
| * | Fix include path problem. | Shih-wei Liao | 2010-07-15 | 1 | -3/+3 | |
| | | | | | | | | Change-Id: Ic1abbce767b9895e95e0a24e6f76150b31a6c75a | |||||
* | | Merge "Preparing for build system change. Fix the build error in ↵ | Shih-wei Liao | 2010-07-15 | 1 | -3/+3 | |
|\ \ | |/ | | | | | http://b/issue?id=2781522." | |||||
| * | Preparing for build system change. Fix the build error in ↵ | Shih-wei Liao | 2010-07-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | http://b/issue?id=2781522. Change-Id: I4513504bb05de9bb82cd12d40045a7e4090edb3c | |||||
* | | Merge "1st cut of ForEach and test." | Jason Sams | 2010-07-15 | 17 | -209/+376 | |
|\ \ | ||||||
| * | | 1st cut of ForEach and test. | Jason Sams | 2010-07-15 | 17 | -209/+376 | |
| | | | | | | | | | | | | Change-Id: I6534569c8d26db8b9691666134a555c8bf94184e | |||||
* | | | Populate java objects with native data from a3d file. | Alex Sakhartchouk | 2010-07-15 | 3 | -1/+67 | |
|/ / | | | | | | | | | | | | | Remove legacy constructor from programraster Make a3d object creation synchronous Change-Id: Ic7d7547cf6eee6f9a7c6e3ee12cd104e80056a7b | |||||
* | | Work on synchronizing a3d created files and java layer. | Alex Sakhartchouk | 2010-07-12 | 8 | -5/+136 | |
| | | | | | | | | | | | | Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5 | |||||
* | | Remove points from fixed function. | Jason Sams | 2010-07-09 | 7 | -35/+21 | |
|/ | | | | | | Add basic GL performance test. Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee | |||||
* | Fix image processing resource problem for non high-density devices. | Jason Sams | 2010-07-07 | 2 | -1/+4 | |
| | | | | | | Protect include file. Change-Id: I5c6721033b37e35261b9fe424d74d3aef0620791 | |||||
* | Merge "Improve multitouch support so pointers other than 0 can change colors." | Jason Sams | 2010-07-02 | 1 | -3/+7 | |
|\ | ||||||
| * | Improve multitouch support so pointers other than 0 can change colors. | Jason Sams | 2010-07-01 | 1 | -3/+7 | |
| | | | | | | | | Change-Id: I4f9f71f70306cc4a3b11906ae47a5fa2e305fc3f | |||||
* | | Cleanup pass on the mesh api change. | Alex Sakhartchouk | 2010-07-02 | 7 | -285/+0 | |
| | | | | | | | | | | | | Removed all the simple mesh related calls and temporary objects. Change-Id: Ic64a72a894e0314f216f10e1cfc0d45b17e2e182 | |||||
* | | Start of mesh API cleanup. | Alex Sakhartchouk | 2010-07-01 | 22 | -499/+366 | |
| | | | | | | | | | | | | | | | | | | Switched all native code to go through Mesh class. Removed SimpleMesh Added java Mesh class Will need to port all existing code to use java Mesh, then remove java SimpleMesh. Change-Id: Idb9c03d0b06b4ef87db28dffcffa1881d39120e5 | |||||
* | | Merge "Update fountain with multitouch support." | Jason Sams | 2010-07-01 | 5 | -20/+40 | |
|\ \ | |/ | ||||||
| * | Update fountain with multitouch support. | Jason Sams | 2010-07-01 | 5 | -20/+40 | |
| | | | | | | | | Change-Id: I510f3f2d604f4ecacd7e18d8c6eddd827f458c70 | |||||
* | | Merge "Fixing freetype init/uninit code. Removing debug output from stream." | Alex Sakhartchouk | 2010-06-30 | 2 | -16/+14 | |
|\ \ | ||||||
| * | | Fixing freetype init/uninit code. | Alex Sakhartchouk | 2010-06-30 | 2 | -16/+14 | |
| |/ | | | | | | | | | | | Removing debug output from stream. Change-Id: I401232e77cc011953e5ccc59069b22ec59958214 | |||||
* | | am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow ↵ | Dianne Hackborn | 2010-06-30 | 3 | -5/+5 | |
|\ \ | |/ |/| | | | | | | | | | | | | | type." into gingerbread Merge commit '177c405a242e811b1010bd8382b5807ab8df31a8' * commit '177c405a242e811b1010bd8382b5807ab8df31a8': Introduce official public NativeWindow type. | |||||
| * | Introduce official public NativeWindow type. | Dianne Hackborn | 2010-06-30 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | Not yet hooked up to anything in the NDK, but requires renaming the existing android_native_window_t type everywhere. Change-Id: Iffee6ea39c93b8b34e20fb69e4d2c7c837e5ea2e | |||||
* | | Removing font initialization on startup | Alex Sakhartchouk | 2010-06-30 | 2 | -45/+56 | |
| | | | | | | | | Change-Id: I6f28204c3d431955fbf0f2f74dde09012bba0a4d | |||||
* | | Fix an uninitialized pointer. | Jason Sams | 2010-06-30 | 1 | -0/+3 | |
| | | | | | | | | Change-Id: If66a502b6b23d00c4a2dd02fb46912f6dee2866b | |||||
* | | Merge "Update fountain to use boolean rather than ints for true/false." | Jason Sams | 2010-06-25 | 5 | -13/+15 | |
|\ \ | ||||||
| * | | Update fountain to use boolean rather than ints for true/false. | Jason Sams | 2010-06-25 | 5 | -13/+15 | |
| | | | | | | | | | | | | Change-Id: I5e8334f53239c869caeaff45e611309cea5ba284 | |||||
* | | | Merge "Add support for non-VBO drawing in Meshes." | Jason Sams | 2010-06-25 | 7 | -28/+32 | |
|\ \ \ | |/ / | ||||||
| * | | Add support for non-VBO drawing in Meshes. | Jason Sams | 2010-06-25 | 7 | -28/+32 | |
| | | | | | | | | | | | | Change-Id: Ic4dd88cbe591091ebe740babe30213c15ad60cb3 | |||||
* | | | Merge "Adding freetype font rendering to renderscript." | Alex Sakhartchouk | 2010-06-25 | 18 | -10/+1155 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Adding freetype font rendering to renderscript. | Alex Sakhartchouk | 2010-06-24 | 18 | -10/+1155 | |
| | | | | | | | | | | | | Change-Id: I3a10ffe27092a41df156341c9cb3f7aa19c49f19 | |||||
* | | | Fix return values for rsClamp. | Jason Sams | 2010-06-24 | 1 | -6/+6 | |
|/ / | | | | | | | Change-Id: Ic9980a2304797a74392c729d6b8ec9f477a906d6 | |||||
* | | Add matrix ops to RSH headers. | Jason Sams | 2010-06-24 | 6 | -299/+498 | |
| | | | | | | | | Change-Id: I7e2843983a12e0155114b4a18813799e4341d26f | |||||
* | | Fix 32&24 ->16 bit bitmap uploads. | Jason Sams | 2010-06-22 | 1 | -2/+6 | |
| | | | | | | | | Change-Id: If8c52dd8ff34393c2908516e702a2d5daeb7bbb3 | |||||
* | | Re-enable optimization for detecting nop state changes in fragment | Jason Sams | 2010-06-22 | 2 | -4/+4 | |
| | | | | | | | | | | | | and vertex programs. Change-Id: Ic5b9ecf564d121d7a00a1eed92afb4c4783ce8bc | |||||
* | | Move ImageProcessing and ModelViewer to reflected files. | Jason Sams | 2010-06-21 | 15 | -290/+296 | |
| | | | | | | | | | | | | Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e |