| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-dev | Romain Guy | 2012-10-16 | 1 | -1/+48 |
|\ |
|
| * | Add API to enable mipmaps on Bitmap | Romain Guy | 2012-10-16 | 1 | -1/+48 |
* | | Convert one more bind() -> setVar(). | Stephen Hines | 2012-10-16 | 1 | -1/+1 |
* | | Fix bugs in scriptGroup. | Jason Sams | 2012-10-15 | 4 | -4/+4 |
|/ |
|
* | Fix cycle detection for SGs. | Tim Murray | 2012-10-12 | 1 | -29/+13 |
* | Merge "Don't scale bitmaps to an empty size when targetDpi=0 Bug #7334217" in... | Romain Guy | 2012-10-11 | 1 | -1/+1 |
|\ |
|
| * | Don't scale bitmaps to an empty size when targetDpi=0 | Romain Guy | 2012-10-11 | 1 | -1/+1 |
* | | Merge "Add DAG validation for ScriptGroups." into jb-mr1-dev | Tim Murray | 2012-10-10 | 1 | -9/+73 |
|\ \
| |/
|/| |
|
| * | Add DAG validation for ScriptGroups. | Tim Murray | 2012-10-10 | 1 | -9/+73 |
* | | Adjust buffer position after copying | Marco Nelissen | 2012-10-08 | 1 | -0/+5 |
|/ |
|
* | Merge "Fix rendering artifacts on tiled renderers Bug #7275145" into jb-mr1-dev | Romain Guy | 2012-10-03 | 1 | -0/+3 |
|\ |
|
| * | Fix rendering artifacts on tiled renderers | Romain Guy | 2012-10-03 | 1 | -0/+3 |
* | | Merge "Fix range on blur intrinsic." into jb-mr1-dev | Jason Sams | 2012-10-03 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Fix range on blur intrinsic. | Jason Sams | 2012-10-02 | 1 | -3/+3 |
* | | Bring back Netflix progress bar | Romain Guy | 2012-10-02 | 1 | -0/+12 |
* | | Draw stroked rectangle as meshes instead of textures | Romain Guy | 2012-10-02 | 1 | -1/+9 |
|/ |
|
* | Merge "Update APIs to JB MR1 level 17." into jb-mr1-dev | Dianne Hackborn | 2012-09-30 | 3 | -0/+3 |
|\ |
|
| * | Update APIs to JB MR1 level 17. | Dianne Hackborn | 2012-09-30 | 3 | -0/+3 |
* | | reset() should reset. Otherwise it would be called something else. | Romain Guy | 2012-09-28 | 1 | -1/+19 |
|/ |
|
* | fix blend intrinsics, add tests | Tim Murray | 2012-09-26 | 1 | -5/+6 |
* | Add Blend intrinsic. | Jason Sams | 2012-09-21 | 1 | -0/+464 |
* | Ensure that the decoder is thread-safe. | Derek Sollenberger | 2012-09-21 | 1 | -13/+24 |
* | Merge "Clean up and publish the YUV to RGB intrinsic." into jb-mr1-dev | Jason Sams | 2012-09-18 | 1 | -33/+58 |
|\ |
|
| * | Clean up and publish the YUV to RGB intrinsic. | Jason Sams | 2012-09-18 | 1 | -33/+58 |
* | | mutate() didn't work as advertised | Romain Guy | 2012-09-18 | 4 | -17/+1 |
* | | Merge "Compute GradientDrawable's opacity correctly" into jb-mr1-dev | Romain Guy | 2012-09-18 | 3 | -17/+51 |
|\ \ |
|
| * | | Compute GradientDrawable's opacity correctly | Romain Guy | 2012-09-18 | 3 | -17/+51 |
* | | | Merge "Fix bug #7172972 API REVIEW: android.graphics.drawable.Drawable" into ... | Fabrice Di Meglio | 2012-09-18 | 1 | -1/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix bug #7172972 API REVIEW: android.graphics.drawable.Drawable | Fabrice Di Meglio | 2012-09-18 | 1 | -1/+4 |
* | | | Add Kernel, Method, and field IDs | Jason Sams | 2012-09-18 | 9 | -272/+572 |
| |/
|/| |
|
* | | Make librs_jni depend on libRSDriver to remove circular dependency | Ying Wang | 2012-09-16 | 1 | -1/+1 |
* | | Unhide intrinsics and document API. | Jason Sams | 2012-09-13 | 6 | -66/+202 |
* | | Don't crash when copying a null Rect | Romain Guy | 2012-09-12 | 2 | -12/+24 |
|/ |
|
* | LUT intrinsic and CrossProcess test. | Jason Sams | 2012-09-08 | 3 | -0/+242 |
* | Merge "Fix doc typo." into jb-mr1-dev | Jason Sams | 2012-09-08 | 1 | -1/+1 |
|\ |
|
| * | Fix doc typo. | Jason Sams | 2012-09-07 | 1 | -1/+1 |
* | | Merge "Fix crash in ShapeDrawable" into jb-mr1-dev | Romain Guy | 2012-09-07 | 1 | -2/+10 |
|\ \ |
|
| * | | Fix crash in ShapeDrawable | Romain Guy | 2012-09-07 | 1 | -2/+10 |
* | | | Merge "Document ColorMatrix intrinsic and add helpers" into jb-mr1-dev | Jason Sams | 2012-09-07 | 3 | -6/+118 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Document ColorMatrix intrinsic and add helpers | Jason Sams | 2012-09-06 | 3 | -6/+118 |
* | | Merge "Fix the build" into jb-mr1-dev | Fabrice Di Meglio | 2012-09-07 | 1 | -4/+4 |
|\ \ |
|
| * | | Fix the build | Fabrice Di Meglio | 2012-09-07 | 1 | -4/+4 |
* | | | Merge "The drawables cache strikes again Bug #7117785" into jb-mr1-dev | Romain Guy | 2012-09-07 | 5 | -9/+44 |
|\ \ \
| |/ /
|/| | |
|
| * | | The drawables cache strikes again | Romain Guy | 2012-09-06 | 5 | -9/+44 |
| |/ |
|
* | | Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction | Fabrice Di Meglio | 2012-09-06 | 3 | -1/+26 |
|/ |
|
* | Add ColorMatrix Intrinsic. | Jason Sams | 2012-09-04 | 1 | -0/+68 |
* | Add plumbing for new surface flinger display API. | Jeff Brown | 2012-08-27 | 1 | -2/+2 |
* | Move the kernel launch to specific intrinsic class. | Jason Sams | 2012-08-21 | 2 | -5/+11 |
* | Intrinsics test | Jason Sams | 2012-08-14 | 5 | -0/+178 |
* | Implement ScriptGroup and add test. | Jason Sams | 2012-08-10 | 1 | -0/+391 |