Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
4f53d92c2f10f774cfdcf17ded82551ea19924be
/
graphics
4f414b7
Doc update: fix incorrect enum
by kmccormick
· 12 years ago
e43d571
am 1a5bec01: Merge "Doc fix: update BitmapFactory.Options.inSampleSize javadoc Bug: 8250653" into jb-mr1-dev
by Adam Koch
· 12 years ago
758333d
Doc fix: update BitmapFactory.Options.inSampleSize javadoc Bug: 8250653
by Adam Koch
· 12 years ago
805d2e2
am 00f49084: Merge "docs: fix renderscript links that currently require redirect" into jb-mr1-dev
by Scott Main
· 12 years ago
b47fa16
docs: fix renderscript links that currently require redirect
by Scott Main
· 12 years ago
bb53dad
Remove overzealous mutate() sanity check in LayerDrawable
by Adam Powell
· 12 years ago
a004ff88
Merge "Use correct alpha value when a color is not set on a GradientDrawable." into jb-mr1.1-dev
by Chet Haase
· 12 years ago
18bbcf7
Merge "Copy missing state in DrawableContainer" into jb-mr1.1-dev
by Romain Guy
· 12 years ago
8136807
Use correct alpha value when a color is not set on a GradientDrawable.
by Chet Haase
· 12 years ago
9f8af65
Cleanup: add PointF.toString()/equals()/hashcode()
by Romain Guy
· 12 years ago
fa9b396
Copy missing state in DrawableContainer
by Romain Guy
· 12 years ago
fa0853e
Add missing variable copies in Path copy constructor
by Chris Craik
· 12 years ago
39824f68
Fix for bug 7400445 regression in background drawable
by Raph Levien
· 12 years ago
547e665
Don't null the reference to Bitmap pixels until we're really ready
by Chet Haase
· 12 years ago
1b85122
Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-dev
by Romain Guy
· 12 years ago
713e1bb
Add API to enable mipmaps on Bitmap Bug #7353771
by Romain Guy
· 12 years ago
5b4f8f9
Convert one more bind() -> setVar().
by Stephen Hines
· 12 years ago
e6a7886
Fix bugs in scriptGroup.
by Jason Sams
· 12 years ago
091f7cc
Fix cycle detection for SGs.
by Tim Murray
· 12 years ago
86ad8662
Merge "Don't scale bitmaps to an empty size when targetDpi=0 Bug #7334217" into jb-mr1-dev
by Romain Guy
· 12 years ago
0b68477
Don't scale bitmaps to an empty size when targetDpi=0 Bug #7334217
by Romain Guy
· 12 years ago
b2d5522
Merge "Add DAG validation for ScriptGroups." into jb-mr1-dev
by Tim Murray
· 12 years ago
2a60389
Add DAG validation for ScriptGroups.
by Tim Murray
· 12 years ago
55adc14
Adjust buffer position after copying
by Marco Nelissen
· 12 years ago
f7ee2a03
Merge "Fix rendering artifacts on tiled renderers Bug #7275145" into jb-mr1-dev
by Romain Guy
· 12 years ago
dfab363
Fix rendering artifacts on tiled renderers Bug #7275145
by Romain Guy
· 12 years ago
833a89c
Merge "Fix range on blur intrinsic." into jb-mr1-dev
by Jason Sams
· 12 years ago
41c769d
Bring back Netflix progress bar Bug #7274157
by Romain Guy
· 12 years ago
31864d7
Fix range on blur intrinsic.
by Jason Sams
· 12 years ago
cf8675e
Draw stroked rectangle as meshes instead of textures Bug #7233734
by Romain Guy
· 12 years ago
2effc77
Merge "Update APIs to JB MR1 level 17." into jb-mr1-dev
by Dianne Hackborn
· 12 years ago
fc49474
Update APIs to JB MR1 level 17.
by Dianne Hackborn
· 12 years ago
885d82d
reset() should reset. Otherwise it would be called something else. Bug #7256095
by Romain Guy
· 12 years ago
74478f7
fix blend intrinsics, add tests
by Tim Murray
· 12 years ago
f70bb04
Add Blend intrinsic.
by Jason Sams
· 12 years ago
cd77583
Ensure that the decoder is thread-safe.
by Derek Sollenberger
· 12 years ago
55db686
Merge "Clean up and publish the YUV to RGB intrinsic." into jb-mr1-dev
by Jason Sams
· 12 years ago
e69e9e6
Clean up and publish the YUV to RGB intrinsic.
by Jason Sams
· 12 years ago
684385d
mutate() didn't work as advertised Bug #7162705
by Romain Guy
· 12 years ago
29d0aa7
Merge "Compute GradientDrawable's opacity correctly" into jb-mr1-dev
by Romain Guy
· 12 years ago
e91aa0f
Compute GradientDrawable's opacity correctly
by Romain Guy
· 12 years ago
8b3560d
Merge "Fix bug #7172972 API REVIEW: android.graphics.drawable.Drawable" into jb-mr1-dev
by Fabrice Di Meglio
· 12 years ago
f358260
Fix bug #7172972 API REVIEW: android.graphics.drawable.Drawable
by Fabrice Di Meglio
· 12 years ago
08a8158
Add Kernel, Method, and field IDs bug 7182873
by Jason Sams
· 12 years ago
12618a7
Make librs_jni depend on libRSDriver to remove circular dependency
by Ying Wang
· 12 years ago
80d8190
Unhide intrinsics and document API.
by Jason Sams
· 12 years ago
dd4b1fe
Don't crash when copying a null Rect Bug #7158068
by Romain Guy
· 12 years ago
3a5b801
LUT intrinsic and CrossProcess test. 5x5 convolve and test Gauss blur and test
by Jason Sams
· 12 years ago
4319079
Merge "Fix doc typo." into jb-mr1-dev
by Jason Sams
· 12 years ago
be6024d
Merge "Fix crash in ShapeDrawable" into jb-mr1-dev
by Romain Guy
· 12 years ago
1558cf1
Fix crash in ShapeDrawable
by Romain Guy
· 12 years ago
17fec32
Fix doc typo.
by Jason Sams
· 12 years ago
3f7bbe8
Merge "Document ColorMatrix intrinsic and add helpers" into jb-mr1-dev
by Jason Sams
· 12 years ago
bae1d47
Merge "Fix the build" into jb-mr1-dev
by Fabrice Di Meglio
· 12 years ago
c5daf84
Fix the build
by Fabrice Di Meglio
· 12 years ago
6543c29
Merge "The drawables cache strikes again Bug #7117785" into jb-mr1-dev
by Romain Guy
· 12 years ago
8fd5853
Document ColorMatrix intrinsic and add helpers
by Jason Sams
· 12 years ago
0af4b8b
Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction
by Fabrice Di Meglio
· 12 years ago
5f49c30
The drawables cache strikes again Bug #7117785
by Romain Guy
· 12 years ago
5729fcd
Add ColorMatrix Intrinsic.
by Jason Sams
· 12 years ago
64a55af
Add plumbing for new surface flinger display API.
by Jeff Brown
· 12 years ago
19e1086
Move the kernel launch to specific intrinsic class.
by Jason Sams
· 12 years ago
6ab9768
Intrinsics test
by Jason Sams
· 12 years ago
423ebcb
Implement ScriptGroup and add test.
by Jason Sams
· 12 years ago
4ff0cf4
Add new debug tool to track hardware layers updates
by Romain Guy
· 12 years ago
2e5746a
Merge "We can now (kind-of) change screen density on the fly." into jb-mr1-dev
by Dianne Hackborn
· 12 years ago
dde331c
We can now (kind-of) change screen density on the fly.
by Dianne Hackborn
· 12 years ago
f1c0aed
Fix issue #6921726: Prime: Cannot make or receive phone calls...
by Dianne Hackborn
· 12 years ago
908aecc
Start moving away from DisplayMetrics.DENSITY_DEVICE.
by Dianne Hackborn
· 12 years ago
3655e44
Fix readback lengths
by Jason Sams
· 12 years ago
010835d
Merge "Fix RS matrix docs regarding row/column and x/y."
by Stephen Hines
· 12 years ago
ec6f200
Fix RS matrix docs regarding row/column and x/y.
by Stephen Hines
· 12 years ago
3849f93
Add Bitmap.isPremultiplied()
by Romain Guy
· 12 years ago
b8151ec
Add an icon to the user information.
by Amith Yamasani
· 13 years ago
b03b434
Revert "Revert "Clean up layout direction APIs for Drawable""
by Fabrice Di Meglio
· 12 years ago
c96132f
Revert "Clean up layout direction APIs for Drawable"
by Jean-Baptiste Queru
· 12 years ago
c1da651
Clean up layout direction APIs for Drawable
by Fabrice Di Meglio
· 12 years ago
4405a21
am 5558f66e: am cb949887: Merge "Release the constraint on the requested version." into jb-dev
by Owen Lin
· 12 years ago
3bbcbcd
Release the constraint on the requested version.
by Owen Lin
· 12 years ago
06883b7
Fix incorrect Log message.
by Stephen Hines
· 12 years ago
f579c86
am 4de3c27c: am 59e2a1ea: Merge "Fix typo in javadoc." into jb-dev
by Pin Ting
· 12 years ago
852be16
Fix typo in javadoc.
by Pin Ting
· 12 years ago
7054b48
am 7156645c: am 2ed09ea4: Merge "GFX api cleanup 2 of 2" into jb-dev
by Dave Burke
· 12 years ago
3db194e
am 218c0899: am 794db6cb: Merge "GFX api cleanup 1.5 of 2" into jb-dev
by Stephen Hines
· 13 years ago
ef63d09
am 0916b463: am 48250c27: Merge "GFX api cleanup 1 of 2" into jb-dev
by Jason Sams
· 13 years ago
eb39c4b
am 9d05bd8c: am 1d56afc6: Merge "Revert "Deprecate"" into jb-dev
by Stephen Hines
· 13 years ago
4507434
am e1b1cdc0: am 92d7f9ff: Merge "Fix bug #6408393 Character corruption is caused when locale is changed" into jb-dev
by Fabrice Di Meglio
· 13 years ago
d4ca991
GFX api cleanup 2 of 2
by Jason Sams
· 13 years ago
e619de6
GFX api cleanup 1.5 of 2
by Jason Sams
· 13 years ago
65c80f8
GFX api cleanup 1 of 2
by Jason Sams
· 13 years ago
1d56afc
Merge "Revert "Deprecate"" into jb-dev
by Stephen Hines
· 13 years ago
30ca5cd
Fix bug #6408393 Character corruption is caused when locale is changed
by Fabrice Di Meglio
· 13 years ago
9c9ad3f8c2
Revert "Deprecate"
by Stephen Hines
· 13 years ago
b0aa2f5
Hide Paint textLocale APIs - DO NOT MERGE
by Fabrice Di Meglio
· 13 years ago
66388dc
Hide RTL related APIs - DO NOT MERGE
by Fabrice Di Meglio
· 13 years ago
163a3ae
Merge "Update docs for YV12 format and camera preview callbacks." into jb-dev
by Eino-Ville Talvala
· 13 years ago
9515163
Update docs for YV12 format and camera preview callbacks.
by Eino-Ville Talvala
· 13 years ago
adeb809
Start passing element/dim information along with FieldPacker.
by Stephen Hines
· 13 years ago
9da1b5d
Unhide FONT.
by Stephen Hines
· 13 years ago
7634424
Fix scaling of layout bounds.
by Dianne Hackborn
· 13 years ago
Next »