summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of e0408aa1 to eclairScott Main2009-09-101-0/+6
|\
| * docs only.Scott Main2009-09-101-0/+6
* | default dithering to ON (cheap, looks good)Mike Reed2009-09-101-0/+10
* | Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-044-178/+236
* | Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-035-28/+38
* | Don't leak jni refs.Joe Onorato2009-08-311-2/+2
* | Load bitmap resources entirely from native code.Romain Guy2009-08-314-18/+76
* | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-275-79/+322
* | Remove bogus comments and logging.Jason Sams2009-08-251-8/+0
* | Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams2009-08-251-0/+7
* | Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-253-11/+8
* | expose runtime changes to gammaMike Reed2009-08-251-0/+10
* | I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-242-0/+4
* | Add dither XML flag to StateListDrawable.Jeff Sharkey2009-08-221-0/+2
* | Allow null to be re-bound as a root script. This was always legal from nativ...Jason Sams2009-08-201-1/+5
* | Point SpritesJason Sams2009-08-204-39/+27
* | Move the skyRomain Guy2009-08-191-7/+1
* | Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-183-1/+17
* | Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-1813-225/+22
* | 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