summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* Docs updates.Romain Guy2010-09-132-1/+14
* Document the implementation of saveLayer().Romain Guy2010-09-132-17/+51
* Forgot the return value...Romain Guy2010-09-131-1/+2
* Fix rendering issue with layers intersecting the clip rect.Romain Guy2010-09-131-1/+5
* Forces windows to draw the first time they show.Romain Guy2010-09-131-1/+1
* Fix text rendering issue with text scaling.Romain Guy2010-09-123-19/+20
* Optimize calls to glCopyTexImage2D().Romain Guy2010-09-122-8/+41
* Correct implementation of saveLayer().Romain Guy2010-09-128-161/+131
* Add support for advanced blend modes with the framebuffer.Romain Guy2010-09-095-38/+115
* Do not convert 8888 bitmaps to 565 when doing a copy.Romain Guy2010-09-091-0/+1
* A Path can exist in several cache entries.Romain Guy2010-09-091-1/+0
* Purge Skia objects from GL caches as needed.Romain Guy2010-09-088-3/+77
* Fix possible infinite loop when purging textures.Romain Guy2010-09-085-10/+26
* Add support for Canvas flags on save.Romain Guy2010-09-015-71/+109
* Add hooks for hardware accelerated WebView.Romain Guy2010-08-312-0/+25
* Apply gamma correction to font rendering.Romain Guy2010-08-279-10/+180
* Fix passion buildRomain Guy2010-08-241-0/+2
* Use only one GL context per process, share chaches.Romain Guy2010-08-2418-160/+257
* Add support for textScaleX.Romain Guy2010-08-201-0/+12
* Update OpenGLRenderer test to test opaque ARGB8888 bitmaps.Romain Guy2010-08-191-1/+3
* Speedup TextView fades (no more layers required.)Romain Guy2010-08-181-9/+19
* Fix drawing issues with layers.Romain Guy2010-08-182-14/+41
* Fix the build.Romain Guy2010-08-181-4/+1
* Layers were using an extra Snapshot causing extra clipping.Romain Guy2010-08-183-46/+28
* Fix save()/restore() issues in the OpenGL renderer.Romain Guy2010-08-172-13/+27
* Correctly set the viewport in layers.Romain Guy2010-08-174-52/+58
* Cleanup, better code reuse.Romain Guy2010-08-162-162/+189
* Add drop shadows.Romain Guy2010-08-139-70/+469
* Fix GC issue, fix local shader transformations.Romain Guy2010-08-123-6/+22
* Better support for rotation and perspective matrices.Romain Guy2010-08-123-113/+173
* Bunch of fixes.Romain Guy2010-08-112-6/+27
* Delete shaders after a compile error. Also disable extra logging.Romain Guy2010-08-112-1/+3
* Add extra blending modes.Romain Guy2010-08-102-12/+29
* Add support for text underline and strikethru.Romain Guy2010-08-101-2/+49
* Fast text selection drawing.Romain Guy2010-08-101-3/+0
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-105-25/+35
* Make libhwui entirely optional.Romain Guy2010-08-083-33/+39
* Enforce maximum texture size.Romain Guy2010-08-079-9/+50
* Merge "Added drop shadow renderer to the font class."Alex Sakhartchouk2010-08-062-18/+120
|\
| * Added drop shadow renderer to the font class.Alex Sakhartchouk2010-08-062-18/+120
* | Automatically cleanup textures that don't fit in the cache.Romain Guy2010-08-065-3/+38
* | Fix incorrect memory cleanup in SkiaShader.Romain Guy2010-08-061-3/+3
* | Add support for paths.Romain Guy2010-08-057-4/+393
|/
* Fix native crash in SkiaShader.Romain Guy2010-08-042-10/+0
* Merge "Adding drop shadow support"Alex Sakhartchouk2010-08-032-13/+206
|\
| * Adding drop shadow supportAlex Sakhartchouk2010-08-022-13/+206
* | Add support for ColorFilters.Romain Guy2010-08-029-18/+298
|/
* Refactor Skia shaders handling.Romain Guy2010-07-307-248/+444
* Fix improper clipping after a save()Romain Guy2010-07-302-4/+10
* Fix gradients rendering and destructor crashes.Romain Guy2010-07-295-34/+21