summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize GLSL shaders.Romain Guy2010-10-111-3/+11
* Don't update 9patches on every frame.Romain Guy2010-10-081-3/+2
* Better cache for layers, reduce memory usage and increase framerate.Romain Guy2010-10-081-9/+9
* Don't clear the framebuffer when not needed.Romain Guy2010-10-061-4/+9
* Optimize saveLayer() when the clip flag is set.Romain Guy2010-10-051-39/+121
* Remove logs to reduce logcat spam.Romain Guy2010-10-041-3/+0
* Apply bilinear filtering on text only when necessary.Romain Guy2010-10-041-2/+4
* Fix INVALID_OPERATION error with layers rendering.Romain Guy2010-10-011-11/+18
* Adding display lists to the GL renderer (checkpoint.)Romain Guy2010-09-261-4/+5
* Add debug mode to measure performance.Romain Guy2010-09-241-0/+3
* Correctly initialize/refresh layers.Romain Guy2010-09-221-2/+9
* Draw text decorations with lines instead of rectangles.Romain Guy2010-09-221-9/+20
* Fix OpenGL errors in various places.Romain Guy2010-09-221-6/+11
* Fix positioning of 1 pixel wide lines (esp. non AA lines.)Romain Guy2010-09-171-1/+1
* Add support for non AA lines.Romain Guy2010-09-171-10/+32
* Add support for drawLines(), with anti-aliasingRomain Guy2010-09-161-4/+61
* Snap layer bounds to pixel boundaries.Romain Guy2010-09-161-0/+2
* Better error handling in the OpenGL renderer.Romain Guy2010-09-161-1/+15
* Fix 9patch rendering.Romain Guy2010-09-151-12/+9
* Docs updates.Romain Guy2010-09-131-1/+9
* Document the implementation of saveLayer().Romain Guy2010-09-131-15/+50
* 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
* Fix text rendering issue with text scaling.Romain Guy2010-09-121-12/+0
* Optimize calls to glCopyTexImage2D().Romain Guy2010-09-121-8/+30
* Correct implementation of saveLayer().Romain Guy2010-09-121-67/+81
* Add support for advanced blend modes with the framebuffer.Romain Guy2010-09-091-33/+64
* Do not convert 8888 bitmaps to 565 when doing a copy.Romain Guy2010-09-091-0/+1
* Add support for Canvas flags on save.Romain Guy2010-09-011-35/+42
* Add hooks for hardware accelerated WebView.Romain Guy2010-08-311-0/+23
* Apply gamma correction to font rendering.Romain Guy2010-08-271-3/+5
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-113/+51
* Add support for textScaleX.Romain Guy2010-08-201-0/+12
* Fix drawing issues with layers.Romain Guy2010-08-181-13/+34
* Fix the build.Romain Guy2010-08-181-4/+1
* Layers were using an extra Snapshot causing extra clipping.Romain Guy2010-08-181-35/+23
* Fix save()/restore() issues in the OpenGL renderer.Romain Guy2010-08-171-12/+19
* Correctly set the viewport in layers.Romain Guy2010-08-171-44/+44
* Cleanup, better code reuse.Romain Guy2010-08-161-157/+145
* Add drop shadows.Romain Guy2010-08-131-51/+113
* Bunch of fixes.Romain Guy2010-08-111-2/+10
* Add support for text underline and strikethru.Romain Guy2010-08-101-2/+49
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-0/+4
* Enforce maximum texture size.Romain Guy2010-08-071-0/+5
* Automatically cleanup textures that don't fit in the cache.Romain Guy2010-08-061-1/+8
* Add support for paths.Romain Guy2010-08-051-2/+78
* Add support for ColorFilters.Romain Guy2010-08-021-3/+36
* Refactor Skia shaders handling.Romain Guy2010-07-301-180/+47
* Fix improper clipping after a save()Romain Guy2010-07-301-2/+3
* Fix gradients rendering and destructor crashes.Romain Guy2010-07-291-22/+12