summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge change 21660 into eclairAndroid (Google) Code Review2009-08-171-0/+6
|\
| * Optimized GalaxyRomain Guy2009-08-171-0/+6
* | Merge change 21653 into eclairAndroid (Google) Code Review2009-08-171-109/+109
|\ \
| * | Remove global IO context and integrate it into the RS context.Jason Sams2009-08-171-109/+109
| |/
* | Merge change 21603 into eclairAndroid (Google) Code Review2009-08-171-2/+2
|\ \ | |/ |/|
| * Fix infinite recursion.Dianne Hackborn2009-08-171-2/+2
* | Update fountain and add writable flag to script slots.Jason Sams2009-08-174-6/+59
|/
* More work on wallpapers.Dianne Hackborn2009-08-172-6/+21
* Add Galaxy wallpaperRomain Guy2009-08-161-6/+1
* fix documentationMike Reed2009-08-141-3/+3
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-1/+0
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-134-36/+48
* Fix build break.Jason Sams2009-08-121-1/+1
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-126-16/+263
* readData should read the data, not write the data.Joe Onorato2009-08-121-3/+3
* 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