summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge "POSITVE -> POSITIVE typo fix"Stephen Hines2011-06-173-12/+18
|\
| * POSITVE -> POSITIVE typo fixStephen Hines2011-06-163-12/+18
* | Merge "Add isCompatible() to RS Element."Stephen Hines2011-06-171-2/+29
|\ \
| * | Add isCompatible() to RS Element.Stephen Hines2011-06-171-2/+29
| |/
* | Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-4/+1
* | Merge "Add View.getResolvedLayoutDirection()"Fabrice Di Meglio2011-06-144-11/+18
|\ \ | |/ |/|
| * Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-144-11/+18
* | Allocation copy functions.Alex Sakhartchouk2011-06-144-8/+132
|/
* Merge "Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing ...Jamie Gennis2011-06-103-0/+132
|\
| * Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-093-0/+132
* | Merge "Override equals()/hashCode() for RS BaseObj."Stephen Hines2011-06-091-0/+30
|\ \ | |/ |/|
| * Override equals()/hashCode() for RS BaseObj.Stephen Hines2011-06-091-0/+30
* | Merge "Unhiding render target code for renderscript"Alex Sakhartchouk2011-06-061-1/+0
|\ \ | |/ |/|
| * Unhiding render target code for renderscriptAlex Sakhartchouk2011-06-061-1/+0
* | Fix the false-alarm bug when we skip to the end, which should be OK.Shih-wei Liao2011-06-051-1/+1
* | Improve validation in RS FieldPacker.Stephen Hines2011-06-021-1/+14
|/
* Use android.os.Process.THREAD_PRIORITY_* symbolsGlenn Kasten2011-06-011-3/+3
* Fixes for AnimationDrawableChet Haase2011-05-311-1/+4
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-274-3/+27
* Preparing libRS for for compilation on host.Alex Sakhartchouk2011-05-171-3/+3
* Core to client fifo on sockets.Jason Sams2011-05-172-13/+15
* Cleanup mesh creation.Alex Sakhartchouk2011-05-123-105/+86
* Add code for generating fifo command packing.Jason Sams2011-05-061-2/+1
* Code Cleanup and better Sampler creation methodAlex Sakhartchouk2011-05-043-58/+17
* Fix error checks on compute context creation.Jason Sams2011-05-031-0/+3
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-5/+14
* am 1eb31b43: am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class"Conley Owens2011-05-021-0/+11
|\
| * am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class"Conley Owens2011-04-291-0/+11
| |\
| | * Merge "Fix memory leak of SkMovie class"Conley Owens2011-04-291-0/+11
| | |\
| | | * Fix memory leak of SkMovie classKimiyoshi Kusaka2011-03-281-0/+11
* | | | am 7dcdfd79: am f26ec38c: am 501f7bca: Merge "Eliminating dead logic - bitmap...Conley Owens2011-04-291-3/+1
|\ \ \ \ | |/ / /
| * | | am f26ec38c: am 501f7bca: Merge "Eliminating dead logic - bitmap state simply...Conley Owens2011-04-291-3/+1
| |\ \ \ | | |/ /
| | * | Eliminating dead logic - bitmap state simply cannot be null here.Jozef BABJAK2011-04-191-3/+1
| | |/
| * | am 697f8b33: am 00df8e23: Merge "Check setName() for null string + fix rsRand...Stephen Hines2011-04-271-4/+10
| |\ \
| | * | Check setName() for null string + fix rsRand().Alex Sakhartchouk2011-04-271-4/+10
* | | | Pipe rsa function though the RS api table.Jason Sams2011-04-281-4/+4
* | | | Add dalvik code for forEach.Jason Sams2011-04-273-0/+59
* | | | Merge "Cleanup rs.spec file and code generator."Jason Sams2011-04-271-5/+18
|\ \ \ \
| * | | | Cleanup rs.spec file and code generator.Jason Sams2011-04-261-5/+18
* | | | | Merge "Start ICS header cleanup and finish type matrix."Stephen Hines2011-04-2615-0/+206
|\ \ \ \ \
| * | | | | Start ICS header cleanup and finish type matrix.Jason Sams2011-04-2515-0/+206
* | | | | | Make setGradientCenter/Radius work.Romain Guy2011-04-261-0/+3
* | | | | | Copy the solid color when mutating a gradient drawable.Romain Guy2011-04-261-0/+1
* | | | | | Allow bitmap filtering on NinePatchDrawable.Romain Guy2011-04-261-4/+2
| |/ / / / |/| | | |
* | | | | Modifying libRS internal communication to handle network rendering.Alex Sakhartchouk2011-04-251-10/+26
|/ / / /
* | | | Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-113/+68
* | | | Rework display size access.Dianne Hackborn2011-04-214-3/+139
* | | | Merge "TextLayoutCache - add glyphs caching"Fabrice Di Meglio2011-04-081-23/+72
|\ \ \ \
| * | | | TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-081-23/+72
* | | | | Merge "Use jniThrowException for exception throwing from native code."Elliott Hughes2011-04-081-11/+5
|\ \ \ \ \