Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
859c37548f4ed1d466b7edc6a01e579b6b55039f
/
graphics
110195f
Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc into the ProgramVertex class.
by Jason Sams
· 15 years ago
0835d42
Seperate Light and Sampler from RenderScript.java
by Jason Sams
· 15 years ago
2253417
Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement.
by Jason Sams
· 15 years ago
69f0d31
Split ScriptC from RenderScript.java. Implement state caching in the Builder objects.
by Jason Sams
· 15 years ago
9df76c7
Merge change 9551
by Android (Google) Code Review
· 15 years ago
bd1c3ad
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native adapter implementation. Use adapters in Film to border the mipmaps.
by Jason Sams
· 15 years ago
a32d100
Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.graphics.Color.
by Romain Guy
· 15 years ago
b8c5a84
Split RenderScript Type and Allocation into seperate classes.
by Jason Sams
· 15 years ago
36e612a
Begin splitting up RenderScript.java into seperate classes. First piece split off Element.
by Jason Sams
· 15 years ago
584a375
First pass at implementing the Grass live wallpaper in RenderScript.
by Romain Guy
· 15 years ago
afcf686
am 25dff70f: Merge change 9039 into donut
by Android (Google) Code Review
· 15 years ago
dba3ba5
Implement bitmap resource loaders for utility. cleanup rolloRS and checkin maps.png which was missing.
by Jason Sams
· 15 years ago
0d22101
Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA
by Dianne Hackborn
· 15 years ago
a590434
Merge change 8835
by Android (Google) Code Review
· 15 years ago
b0ec1b4
Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smallest larger pow texture. The added space is filled black.
by Jason Sams
· 15 years ago
2c3fc83
am ef9fd18d: Merge change 8616 into donut
by Android (Google) Code Review
· 15 years ago
96e240f
Fiddle with default densities to try to sanitize the API.
by Dianne Hackborn
· 15 years ago
e2dba02
am 11ea3347: Allow for screen density drawables in compatibility mode.
by Dianne Hackborn
· 15 years ago
11ea334
Allow for screen density drawables in compatibility mode.
by Dianne Hackborn
· 15 years ago
53305e8
Merge change 8421
by Android (Google) Code Review
· 15 years ago
8af858e9
Unbreak build by making the build of renderscript again conditional on BUILD_RENDERSCRIPT until we can figure out why the build servers see an error that does not reproduce locally.
by Jason Sams
· 15 years ago
bc51202
Merge change 8279
by Android (Google) Code Review
· 15 years ago
e29d471
Move the java and jni renderscript files to the proper location.
by Jason Sams
· 15 years ago
8aea2f5
am 59c25cba: Merge change 8218 into donut
by Android (Google) Code Review
· 15 years ago
5140141
DrawableContainer was not respecting the value returned by Drawable.getPadding(Rect).
by Romain Guy
· 15 years ago
fead9b8
am fe6f45c8: Merge change 8098 into donut
by Android (Google) Code Review
· 15 years ago
61324e5
cast is floor. Use round instead.
by Mitsuru Oshima
· 15 years ago
bec99bf
am 5c536e91: Merge change 7840 into donut
by Android (Google) Code Review
· 15 years ago
469b4c6
am aad0fcc9: Merge change 7783 into donut
by Android (Google) Code Review
· 15 years ago
2784ff0
Fix issue where scaled bitmap sizes could be wrong.
by Dianne Hackborn
· 15 years ago
a53b828
Add "nodpi" density, and expose a bunch of density-related APIs.
by Dianne Hackborn
· 15 years ago
c634fdd
am 09a903ab: Merge change 7696 into donut
by Android (Google) Code Review
· 15 years ago
1b22b97
add hidden Options field for native allocations
by Mike Reed
· 15 years ago
eabdb7c
am 6b532800: Merge change 6478 into donut
by Android (Google) Code Review
· 15 years ago
90cfa9d
Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding
by Phil Dubach
· 15 years ago
0f07b2c
Lazily allocate the mBounds Rect in Drawable.
by Brad Fitzpatrick
· 16 years ago
fbc7c1a
am 9848f11f: Merge change 5826 into donut
by Android (Google) Code Review
· 15 years ago
0901c82
am 91c91b74: Merge change 5817 into donut
by Android (Google) Code Review
· 15 years ago
91a546d
am 083928fe: Merge change 5718 into donut
by Android (Google) Code Review
· 15 years ago
54285f2
Fix NullPointerException in NinePatch constructor
by Phil Dubach
· 15 years ago
b5537c4
Replace indeterminate progress animated asset with new ones
by Romain Guy
· 15 years ago
4658e8e
am 05ebcb51: Merge change 5609 into donut
by Android (Google) Code Review
· 15 years ago
6be507c
Fix NullPointerException in DrawableContainer.mutate()
by Phil Dubach
· 15 years ago
f4f7046
Update spinner's drawables. Clean up resources, pave the way for new animation.
by Romain Guy
· 15 years ago
82c88fc
am a2a60a21: Merge change 5142 into donut
by Android (Google) Code Review
· 15 years ago
562bf17
Fix NPE in GradientDrawable constructor
by Phil Dubach
· 15 years ago
ce1311a
am 766d7236: Merge change 4737 into donut
by Android (Google) Code Review
· 15 years ago
8cdcb12
Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995.
by Wei-Ta Chen
· 15 years ago
903ccf4
am 2b1aed10: Merge change 4527 into donut
by Android (Google) Code Review
· 15 years ago
4566b79
Fix Canvas.finalize() for the case where the constructor throws an exception
by Phil Dubach
· 15 years ago
984b5df
Add support to BitmapFactory for decoding a bitmap from a MemoryFile FileDescriptor.
by Marco Nelissen
· 15 years ago
683f3be
Unhide inInputShareable in BitmapFactory.Options.
by Wei-Ta Chen
· 15 years ago
eb94967
Unhide inPurgeable in BitmapFactory.Options.
by Wei-Ta Chen
· 15 years ago
60b88ed
Fix typos.
by Ken Shirriff
· 15 years ago
33a31b3
AI 148752: Fix description of breakText() param. BUG=1790234
by Dirk Dougherty
· 15 years ago
807f23b
Merge change 1057 into donut
by Android (Google) Code Review
· 15 years ago
b10f138
* Add regoin scaling for transparent support
by Mitsuru Oshima
· 15 years ago
a87a132
Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File).
by Romain Guy
· 15 years ago
83b2107
Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class.
by Romain Guy
· 15 years ago
13735a2
Merge branch 'readonly-p4-donut' into donut
by Mitsuru Oshima
· 16 years ago
8169dae
AI 147976: Compatibility mode support. Part 2.
by Mitsuru Oshima
· 16 years ago
4924ae8
Merge change 618 into donut
by Android (Google) Code Review
· 16 years ago
23bd84c
Fixes #1816088. Avoid initializing empty Rects when they are useless, especially in Zygote.
by Romain Guy
· 16 years ago
caf0df1
Add call to (new) Canvas.freeCaches() in response to low-memory
by Mike Reed
· 16 years ago
1fb758e
Merge change 546 into donut
by Android (Google) Code Review
· 16 years ago
c70e06b
Add (hidden for now) purgeable bitmaps
by Mike Reed
· 16 years ago
1d442e0
More optimization of dumpsys output.
by Dianne Hackborn
· 16 years ago
c39a6e0
auto import from //branches/cupcake/...@137873
by The Android Open Source Project
· 16 years ago
4df2423
auto import from //depot/cupcake/@136594
by The Android Open Source Project
· 16 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
076357b
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 16 years ago
3dec7d5
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 16 years ago
da996f3
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 16 years ago
d24b818
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
f1e484a
auto import from //branches/cupcake/...@127436
by The Android Open Source Project
· 16 years ago
b798689
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
f013e1a
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
54b6cfa
Initial Contribution
by The Android Open Source Project
· 16 years ago