| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean RenderScript warnings | Jean-Luc Brouillet | 2015-05-20 | 12 | -30/+16 |
* | Remove unsed check for simulator | Dmitriy Ivanov | 2014-12-05 | 1 | -4/+0 |
* | We need to specify a target SDK < 21 to use graphics RS. | Stephen Hines | 2014-08-22 | 1 | -0/+1 |
* | Switch Fountain(Fbo) to use RSSurfaceView instead of RSTextureView. | Stephen Hines | 2013-05-06 | 2 | -14/+11 |
* | Specify SDK version for RS graphics tests. | Tim Murray | 2013-04-05 | 8 | -4/+13 |
* | Move compute tests from frameworks/base to frameworks/rs | Jason Sams | 2013-03-19 | 455 | -34915/+0 |
* | Merge "Update RSTest_v14 for stride changes." into jb-mr2-dev | Stephen Hines | 2013-03-12 | 4 | -25/+29 |
|\ |
|
| * | Update RSTest_v14 for stride changes. | Stephen Hines | 2013-03-07 | 4 | -25/+29 |
* | | Handle onPause in ImageProcessing. | Jason Sams | 2013-03-08 | 1 | -12/+59 |
* | | Update IP_JB to Mr1 | Jason Sams | 2013-03-08 | 50 | -309/+2044 |
* | | Update IP and IP2 | Jason Sams | 2013-03-08 | 75 | -303/+1351 |
|/ |
|
* | Remove surfaceTextureOpaque test. | Jason Sams | 2013-02-22 | 8 | -556/+0 |
* | Implement USAGE_IO_INPUT | Jason Sams | 2013-02-22 | 2 | -1/+71 |
* | Support typed YUV allocations. | Jason Sams | 2013-02-15 | 1 | -2/+7 |
* | Convert live preview demo to IO_OUTPUT | Jason Sams | 2013-02-13 | 4 | -39/+102 |
* | Merge "Reuse context and allocations across test." | Jason Sams | 2013-02-13 | 2 | -7/+23 |
|\ |
|
| * | Reuse context and allocations across test. | Jason Sams | 2013-02-13 | 2 | -7/+23 |
* | | Add tests for the new clipped kernel Java reflection. | Stephen Hines | 2013-02-13 | 2 | -19/+18 |
* | | Update RSTest_Compat for stride changes. | Stephen Hines | 2013-02-08 | 8 | -26/+30 |
* | | Fix stride/addressing issues for RS tests. | Stephen Hines | 2013-02-08 | 8 | -26/+30 |
|/ |
|
* | Merge "Rename convolve3x3.rs to prevent collisions." | Stephen Hines | 2013-02-07 | 2 | -2/+2 |
|\ |
|
| * | Rename convolve3x3.rs to prevent collisions. | Stephen Hines | 2013-02-06 | 2 | -2/+2 |
* | | Implement rs.sendMessage() | Jason Sams | 2013-02-05 | 2 | -26/+1 |
|/ |
|
* | Balls perf update | Jason Sams | 2013-02-01 | 4 | -148/+189 |
* | Merge "Turn off vector code for tests where this reduces performance." | Jason Sams | 2013-01-22 | 3 | -3/+3 |
|\ |
|
| * | Turn off vector code for tests where this reduces performance. | Jason Sams | 2013-01-22 | 3 | -3/+3 |
* | | Merge "Build the actual RSTest_CompatLib." | Stephen Hines | 2013-01-22 | 73 | -0/+5939 |
|\ \ |
|
| * | | Build the actual RSTest_CompatLib. | Stephen Hines | 2013-01-18 | 73 | -0/+5939 |
| |/ |
|
* | | Merge "fast math error testing." | Jason Sams | 2013-01-22 | 8 | -4/+296 |
|\ \
| |/
|/| |
|
| * | fast math error testing. | Jason Sams | 2013-01-18 | 8 | -4/+296 |
* | | Revert "Move RSTest to compatibility library." | Stephen Hines | 2013-01-18 | 72 | -5909/+0 |
* | | Merge "Move RSTest to compatibility library." | Tim Murray | 2013-01-19 | 72 | -0/+5909 |
|\ \ |
|
| * | | Move RSTest to compatibility library. | Tim Murray | 2013-01-18 | 72 | -0/+5909 |
| |/ |
|
* | | Actually test fract(float). | Stephen Hines | 2013-01-16 | 1 | -0/+1 |
* | | Fix image processing test to include all benchmark tests | Xia Wang | 2013-01-15 | 3 | -147/+446 |
|/ |
|
* | Merge "Add parentheses for latest Clang warnings." | Stephen Hines | 2013-01-10 | 1 | -3/+3 |
|\ |
|
| * | Add parentheses for latest Clang warnings. | Stephen Hines | 2013-01-10 | 1 | -3/+3 |
* | | Merge "Update IP2 to use bitmap-backed allocations." | Tim Murray | 2013-01-09 | 2 | -11/+7 |
|\ \ |
|
| * | | Update IP2 to use bitmap-backed allocations. | Tim Murray | 2013-01-09 | 2 | -11/+7 |
* | | | Add 3D LUT intrinsic java class | Jason Sams | 2013-01-08 | 2 | -7/+18 |
| |/
|/| |
|
* | | Fix off by 1 in color cube. | Jason Sams | 2013-01-02 | 2 | -59/+50 |
|/ |
|
* | Merge "Fix color cube tests." | Jason Sams | 2012-12-28 | 2 | -19/+61 |
|\ |
|
| * | Fix color cube tests. | Jason Sams | 2012-12-28 | 2 | -19/+61 |
* | | Merge "Add API support for 3D allocations." | Jason Sams | 2012-12-28 | 3 | -1/+143 |
|\ \
| |/ |
|
| * | Add API support for 3D allocations. | Jason Sams | 2012-12-27 | 3 | -1/+143 |
* | | Switch to simpler createFromBitmap in ImageProcessing. | Tim Murray | 2012-12-18 | 1 | -9/+5 |
|/ |
|
* | Revert "Turn off IP2." | Stephen Hines | 2012-12-14 | 1 | -2/+1 |
* | Turn off IP2. | Stephen Hines | 2012-12-13 | 1 | -1/+2 |
* | Merge "Compatibility lib changes for IP2." | Stephen Hines | 2012-12-12 | 1 | -0/+1 |
|\ |
|
| * | Compatibility lib changes for IP2. | Stephen Hines | 2012-12-11 | 1 | -0/+1 |