summaryrefslogtreecommitdiffstats
path: root/graphics/jni
Commit message (Expand)AuthorAgeFilesLines
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-112-2/+3
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-091-5/+13
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-20/+0
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-42/+42
* Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams2009-12-171-41/+18
* Continue es2 shader devJason Sams2009-12-151-0/+19
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-48/+28
* Beging GL2 user shaders. Switch master to using GL2 by default.Jason Sams2009-11-301-0/+24
* Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-1/+9
* Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams2009-11-151-0/+11
* Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams2009-11-121-20/+7
* Support applications changing the surface attached to the RS.Jason Sams2009-11-031-0/+19
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+34
* Implement pause/resume for the RS thread.Jason Sams2009-09-241-0/+18
* Remove depricated triangleMesh.Jason Sams2009-09-231-79/+0
* Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-231-0/+49
* Implement more type checks on Allocations.Jason Sams2009-09-211-26/+17
* Clean up some debugging and add 2 math lib routines.Jason Sams2009-09-181-7/+0
* Implement renderscript Invokables.Jason Sams2009-09-161-0/+25
* Implement Object readback.Jason Sams2009-09-151-4/+67
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-041-42/+29
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-3/+3
* Don't leak jni refs.Joe Onorato2009-08-311-2/+2
* Load bitmap resources entirely from native code.Romain Guy2009-08-311-0/+33
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-26/+35
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-3/+3
* Point SpritesJason Sams2009-08-201-26/+8
* Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-181-0/+10
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-118/+9
* Remove global IO context and integrate it into the RS context.Jason Sams2009-08-171-109/+109
* Update fountain and add writable flag to script slots.Jason Sams2009-08-171-4/+4
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-131-13/+20
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-3/+122
* 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
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-101-0/+23
* build libRSJoe Onorato2009-08-101-2/+1
* Let java put #defines into renderscriptJoe Onorato2009-08-091-0/+43
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-0/+44
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-12/+3
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-041-24/+27
* Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...Jason Sams2009-08-031-1/+90
* First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy2009-07-301-1/+19
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-281-0/+24
* Unbreak build by making the build of renderscript again conditional on BUILD_...Jason Sams2009-07-231-1/+4
* Move the java and jni renderscript files to the proper location.Jason Sams2009-07-232-0/+1147