Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allocation API update. | Jason Sams | 2010-12-08 | 10 | -64/+96 | |
| | | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503 | |||||
* | API review cleanup. | Jason Sams | 2010-12-06 | 28 | -66/+59 | |
| | | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141 | |||||
* | Stop using anonymous structs in RS. | Stephen Hines | 2010-12-06 | 2 | -2/+2 | |
| | | | | Change-Id: I90344683939f2934f841031fd5339dbe91cc9e05 | |||||
* | Fix physics bug causing balls to stack. | Jason Sams | 2010-11-24 | 2 | -2/+15 | |
| | | | | Change-Id: I681905cf7499bb92db47ba2a4cca10d0834cf425 | |||||
* | Remove unnecessary export_func pragma. | Stephen Hines | 2010-11-18 | 10 | -21/+0 | |
| | | | | Change-Id: Ibe5c5f186cfc12a31f3fb4f0f7472e3b60836394 | |||||
* | Support for cubemaps. | Alex Sakhartchouk | 2010-11-18 | 5 | -3/+88 | |
| | | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee | |||||
* | Merge "Mark a non-exported function as static." | Stephen Hines | 2010-11-18 | 1 | -1/+1 | |
|\ | ||||||
| * | Mark a non-exported function as static. | Stephen Hines | 2010-11-17 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: I2f497e8ec4dcfb878ce9491577e46d4c1ea09723 | |||||
* | | Create holder inner class for pushing context state. | Jason Sams | 2010-11-17 | 2 | -19/+4 | |
|/ | | | | | | | Fix bug with rsForEach corrupting parent context state. Remove workaround from rsBalls. Change-Id: I43a948536e70d44645d1c2ef7b97e1c5906f6943 | |||||
* | Remove WARs for zero-init + destructors. | Stephen Hines | 2010-11-15 | 3 | -6/+3 | |
| | | | | Change-Id: I919db554f3f6fa1fb027402298602a16fba4a235 | |||||
* | Fix line drawing in RS example. | Jason Sams | 2010-11-12 | 2 | -7/+14 | |
| | | | | Change-Id: I5a83ac8d943488d19d83af1bd20a15a3c02999da | |||||
* | Code cleanup to make formatting consistent | Alex Sakhartchouk | 2010-11-10 | 18 | -93/+78 | |
| | | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c | |||||
* | Fix fountain bug with more than 10 touches reported. | Jason Sams | 2010-11-09 | 1 | -1/+1 | |
| | | | | Change-Id: Ie4ddefbcbe6407fb7ffae2c6e2440fec0b974cfb | |||||
* | Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. ↵ | Alex Sakhartchouk | 2010-11-08 | 7 | -26/+174 | |
|\ | | | | | | | Removing fixed size arrays." | |||||
| * | Moving attrib creation to Mesh. Adding arrays as shader inputs. | Alex Sakhartchouk | 2010-11-08 | 7 | -26/+174 | |
| | | | | | | | | | | | | Removing fixed size arrays. Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903 | |||||
* | | Add vector array test to RSTest. | Stephen Hines | 2010-11-05 | 3 | -0/+92 | |
|/ | | | | Change-Id: I258d23a44df011aaf64aa545c86c97611d70143f | |||||
* | Update ScriptC constructor to remove depricated param. | Jason Sams | 2010-11-03 | 11 | -15/+15 | |
| | | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9 | |||||
* | New RS types test for checking compilation. | Stephen Hines | 2010-11-02 | 7 | -8/+138 | |
| | | | | Change-Id: Ib4d0326462d4d0229430f61c74f16979f7b38dbb | |||||
* | Balls test app. | Jason Sams | 2010-10-29 | 10 | -0/+672 | |
| | | | | Change-Id: I842f43e37145f8112120e2bd49925f81c588c40c | |||||
* | Adding new unit test for rsDebug(). | Stephen Hines | 2010-10-18 | 3 | -0/+99 | |
| | | | | Change-Id: I8a354e40640b83aca3148aa0cf13d3335ff37dd4 | |||||
* | Changing scenegraph sample to use arrays. | Alex Sakhartchouk | 2010-10-13 | 4 | -94/+14 | |
| | | | | Change-Id: Ifa454d503c1445efcad6e31243b65d75e62e3035 | |||||
* | Packing the struct to work around llvm bug. | Alex Sakhartchouk | 2010-10-13 | 1 | -1/+1 | |
| | | | | Change-Id: If94d6659df7e00b70c39619b05732046233cb196 | |||||
* | Support for unsigned long and unsigned long long. | Stephen Hines | 2010-10-11 | 2 | -1/+17 | |
| | | | | Change-Id: I2f9cfb7f352e2e7e7fd49eac42a821c03b5fcb9f | |||||
* | Test exported "long" type. | Stephen Hines | 2010-10-11 | 2 | -3/+3 | |
| | | | | Change-Id: I1239aecf29f6d25ed975c8d026328366624d58b9 | |||||
* | Fix support for 64-bit integers. | Stephen Hines | 2010-10-11 | 3 | -19/+73 | |
| | | | | Change-Id: I4e2146a5fda41f280ee3f6f685a34f3cff28f05e | |||||
* | Cleanup error message for null binding address. | Jason Sams | 2010-10-10 | 8 | -8/+18 | |
| | | | | | | | | | | | Only print the debug if script debugging is enabled. Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6 Implement inner utiliy class to specify surface formats. Remove boxed bitmap upload functions. Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb | |||||
* | Remove pragma for RS export variables. | Stephen Hines | 2010-10-08 | 12 | -49/+13 | |
| | | | | Change-Id: Icfd958e8212843f4f1a6b64dd43ce63e09d00d7c | |||||
* | Merge "Add RS testing for long and long long." | Stephen Hines | 2010-10-07 | 1 | -0/+10 | |
|\ | ||||||
| * | Add RS testing for long and long long. | Stephen Hines | 2010-10-07 | 1 | -0/+10 | |
| | | | | | | | | Change-Id: I42716b1a273c79103474b2e96441e7e3eac020b9 | |||||
* | | changing vec4 to vec2 for perf reasons. | Alex Sakhartchouk | 2010-10-06 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: Ic885a6dc697af4fd82e184158772863673f041bd | |||||
* | | Adding text metrics to renderscript. | Alex Sakhartchouk | 2010-10-05 | 2 | -5/+47 | |
|/ | | | | Change-Id: Ica460525243d714a278e4ad5e436af43e1008e0c | |||||
* | Merge "Add object validity checking." | Jason Sams | 2010-09-30 | 1 | -2/+0 | |
|\ | ||||||
| * | Add object validity checking. | Jason Sams | 2010-09-30 | 1 | -2/+0 | |
| | | | | | | | | Change-Id: I2613e87b09a6e560f0381d4ed620d60a10bc30e4 | |||||
* | | Merge "Adding anisotropic filtering and related samples." | Alex Sakhartchouk | 2010-09-30 | 3 | -10/+99 | |
|\ \ | |/ |/| | ||||||
| * | Adding anisotropic filtering and related samples. | Alex Sakhartchouk | 2010-09-30 | 3 | -10/+99 | |
| | | | | | | | | Change-Id: Idb173274417feb5e25bfd64c5e9fa2492a23a17e | |||||
* | | Fix clear() operation for rsScriptC. | Stephen Hines | 2010-09-29 | 5 | -3/+60 | |
|/ | | | | | | | | | | | - This removes a memory leak where some elements were not getting tracked properly (and then triggering an assert when a context is destroyed). - Convert ScriptCState to use a tracked object reference for mScript. - Add a missing clear to FontState. - Clean up synchronization in RSTest so that our graphics context outlives any subtest context. Change-Id: I0d5768c4d2f8810dd1ae2f68b1edd7e150f382fd | |||||
* | Fix RS bug with message ID 0. | Stephen Hines | 2010-09-28 | 5 | -21/+83 | |
| | | | | | | Clamp RSTest list to nice viewable range. Change-Id: I0909511e16984ec78150cda17c22e22af1fa0cdb | |||||
* | Merge "Adding support for dynamically updated test status" | Stephen Hines | 2010-09-24 | 5 | -22/+50 | |
|\ | ||||||
| * | Adding support for dynamically updated test status | Stephen Hines | 2010-09-23 | 5 | -22/+50 | |
| | | | | | | | | Change-Id: If67de45f7fbf3ecaf4c6e85ed8dded0099e543fd | |||||
* | | Merge "Adding support for all allowed textures. Cleaning up unused code ↵ | Alex Sakhartchouk | 2010-09-24 | 3 | -3/+55 | |
|\ \ | |/ |/| | | | Adding error messages" | |||||
| * | Adding support for all allowed textures. | Alex Sakhartchouk | 2010-09-23 | 3 | -3/+55 | |
| | | | | | | | | | | | | | | Cleaning up unused code Adding error messages Change-Id: I3a92476738ff7699d49feeafcd3eee6f70621acb | |||||
* | | Add RsList implementation to RSTest. | Stephen Hines | 2010-09-23 | 10 | -59/+344 | |
|/ | | | | | | | | | Run subtests in their own thread / RS context. Created UnitTest framework using message passing for RS. Add color status reporting to device output. Fix some typos in RsList. Change-Id: I251d632b9550a1c117d677f011741a796b561e59 | |||||
* | Test use of "f" suffix on float initializers. | Stephen Hines | 2010-09-21 | 1 | -2/+4 | |
| | | | | Change-Id: I3325576d1ec2d7c1c966afd8ef279745c549125f | |||||
* | Updated RSTest to test primitive type assignments. | Stephen Hines | 2010-09-21 | 3 | -19/+59 | |
| | | | | Change-Id: I6c377cfdc647806d9362effc4c1715638dcf5bfb | |||||
* | Handle RS reflection name changes. | Stephen Hines | 2010-09-17 | 7 | -21/+21 | |
| | | | | Change-Id: I0f3f9805a0f0bf44ce9e9944a3eaa5a80dd0cdde | |||||
* | Minor app updates for RS. force RSTest to portrait. | Stephen Hines | 2010-09-15 | 3 | -5/+5 | |
| | | | | Change-Id: Ic2356644e00be8d373da97a9072f008e59a0264a | |||||
* | Shader changes to allow for more flexible constant binding. | Alex Sakhartchouk | 2010-09-14 | 5 | -28/+12 | |
| | | | | Change-Id: Ic66e6e2a371c6e3d5dce1b00f63acab8c09bd110 | |||||
* | Merge "Reflected class name and bc file name changes." | Ying Wang | 2010-09-07 | 2 | -7/+7 | |
|\ | ||||||
| * | Reflected class name and bc file name changes. | Ying Wang | 2010-09-07 | 2 | -7/+7 | |
| | | | | | | | | | | | | | | Any non-alnum chars in the rs file name will be removed when we derive the bc file name. The reflected class names are converted to camel case. Change-Id: I0184fe8ef2987a19dbdbc93c72163e02b5b0de89 | |||||
* | | Fixing a3d files to reflect the new element structure. | Alex Sakhartchouk | 2010-09-07 | 6 | -10/+16 | |
|/ | | | | Change-Id: I44d95c9411706813dde815c5f052f3615e8b483e |