summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Fix the simulator build by removing librs_jni and libRS from it.Marco Nelissen2009-08-121-0/+7
* Fix the buildRomain Guy2009-08-111-1/+1
* Add two addDefines methods to ScriptC.Builder. They add #defines from the fi...Joe Onorato2009-08-101-0/+40
* Merge change 20657Android (Google) Code Review2009-08-101-1/+1
|\
| * Fix possible NPE when mutating a DrawableContainerRomain Guy2009-08-101-1/+1
* | Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-103-0/+38
* | build libRSJoe Onorato2009-08-101-2/+1
|/
* Let java put #defines into renderscriptJoe Onorato2009-08-093-9/+71
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-0912-20/+323
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-053-16/+6
* Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...Jason Sams2009-08-045-176/+204
* Seperate Light and Sampler from RenderScript.javaJason Sams2009-08-044-104/+201
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-047-259/+454
* Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams2009-08-043-100/+197
* Merge change 9551Android (Google) Code Review2009-08-033-19/+144
|\
| * Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...Jason Sams2009-08-033-19/+144
* | Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.g...Romain Guy2009-07-311-14/+182
|/
* Split RenderScript Type and Allocation into seperate classes.Jason Sams2009-07-315-190/+288
* Begin splitting up RenderScript.java into seperate classes. First piece spli...Jason Sams2009-07-314-289/+441
* First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy2009-07-302-1/+29
* am 25dff70f: Merge change 9039 into donutAndroid (Google) Code Review2009-07-301-6/+23
|\
| * Fix #2018814: System cannot correctly render assets with "wrap_content" attri...Dianne Hackborn2009-07-291-6/+23
* | Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m...Jason Sams2009-07-301-2/+20
* | Merge change 8835Android (Google) Code Review2009-07-282-1/+31
|\ \
| * | Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-282-1/+31
* | | am ef9fd18d: Merge change 8616 into donutAndroid (Google) Code Review2009-07-272-31/+86
|\ \ \ | | |/ | |/|
| * | Fiddle with default densities to try to sanitize the API.Dianne Hackborn2009-07-262-31/+86
* | | am 11ea3347: Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-247-283/+465
|\ \ \ | |/ /
| * | Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-247-283/+465
* | | Merge change 8421Android (Google) Code Review2009-07-231-1/+4
|\ \ \ | | |/ | |/|
| * | Unbreak build by making the build of renderscript again conditional on BUILD_...Jason Sams2009-07-231-1/+4
* | | Merge change 8279Android (Google) Code Review2009-07-236-0/+2616
|\ \ \ | |/ /
| * | Move the java and jni renderscript files to the proper location.Jason Sams2009-07-236-0/+2616
* | | am 59c25cba: Merge change 8218 into donutAndroid (Google) Code Review2009-07-221-3/+8
|\ \ \ | | |/ | |/|
| * | DrawableContainer was not respecting the value returned by Drawable.getPaddin...Romain Guy2009-07-221-3/+8
* | | am fe6f45c8: Merge change 8098 into donutAndroid (Google) Code Review2009-07-211-4/+4
|\ \ \ | |/ / | | / | |/ |/|
| * cast is floor. Use round instead.Mitsuru Oshima2009-07-211-4/+4
* | am 5c536e91: Merge change 7840 into donutAndroid (Google) Code Review2009-07-191-4/+43
|\ \ | |/
| * Fix issue where scaled bitmap sizes could be wrong.Dianne Hackborn2009-07-181-4/+43
* | am aad0fcc9: Merge change 7783 into donutAndroid (Google) Code Review2009-07-193-34/+14
|\ \ | |/
| * Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-173-34/+14
* | am 09a903ab: Merge change 7696 into donutAndroid (Google) Code Review2009-07-171-0/+13
|\ \ | |/
| * add hidden Options field for native allocationsMike Reed2009-07-171-0/+13
* | am 6b532800: Merge change 6478 into donutAndroid (Google) Code Review2009-07-081-4/+9
|\ \ | |/
| * Fix ShapeDrawable.inflateTag() to accept proper dimension specs for paddingPhil Dubach2009-07-081-4/+9
* | Lazily allocate the mBounds Rect in Drawable.Brad Fitzpatrick2009-07-071-1/+1
* | am 9848f11f: Merge change 5826 into donutAndroid (Google) Code Review2009-07-011-2/+3
|\ \ | |/
| * Fix NullPointerException in NinePatch constructorPhil Dubach2009-06-301-2/+3
* | am 91c91b74: Merge change 5817 into donutAndroid (Google) Code Review2009-07-013-6/+62
|\ \ | |/
| * Replace indeterminate progress animated asset with new onesRomain Guy2009-06-303-6/+62