summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* Improve rendering performance on some GPUsRomain Guy2011-07-2510-86/+71
* Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.Jeff Brown2011-07-212-9/+6
* Reduce the fade area to save bandwidth.Romain Guy2011-07-191-1/+1
* Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-183-0/+49
* Fix debugging for hwui cachesKenny Root2011-07-132-2/+1
* Align paths on pixel boundaries when rasterizing in bitmaps.Romain Guy2011-07-081-1/+1
* Correctly position layers.Romain Guy2011-07-081-4/+4
* Use NEAREST filtering mode for TextureView.getBitmap().Romain Guy2011-07-072-4/+8
* Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-076-202/+381
* Fix parameter order evaluation issue.Romain Guy2011-06-281-4/+13
* Don't set texture parameters on every frame.Romain Guy2011-06-241-33/+39
* Properly tear down TextureViewRomain Guy2011-06-241-0/+1
* Code cleanupRomain Guy2011-06-241-1/+1
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-223-6/+7
* Fix another memory leak in OpenGLRendererRomain Guy2011-06-224-34/+40
* Fix memory leak in OpenGLRenderer.Romain Guy2011-06-221-1/+3
* Add error checking to LayerRenderer::copyLayerRomain Guy2011-06-173-19/+40
* Fix rendering issue with paths when the stroke width is 0Romain Guy2011-06-171-5/+6
* Add TextureView.getBitmap()Romain Guy2011-06-143-8/+101
* Batch glCopyTexImage() calls to get about 15 fps back on SGX.Romain Guy2011-06-132-10/+124
* Don't apply AA to rects with no rotation/perspective.Romain Guy2011-06-093-3/+7
* Measure text with the appropriate text encoding.Romain Guy2011-06-031-6/+11
* Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-017-49/+84
* Fix issue with drawColor(color, Mode.Clear)Romain Guy2011-05-272-0/+15
* Prettify memory dump.Romain Guy2011-05-271-1/+1
* Fix texture coordinates for sub-bitmap rendering.Romain Guy2011-05-261-4/+4
* Correctly implement the CLEAR xfermode.Romain Guy2011-05-264-6/+38
* Enable large font rendering with GPU accelerationChet Haase2011-05-192-6/+35
* Updates resulting from the Skia merge (revision 1327)Derek Sollenberger2011-05-161-5/+4
* Merge "Prepare OpenGLRenderer to use glyphs from TextLayoutCache"Fabrice Di Meglio2011-05-132-0/+7
|\
| * Prepare OpenGLRenderer to use glyphs from TextLayoutCacheFabrice Di Meglio2011-05-132-0/+7
* | Antialiasing for rectanglesChet Haase2011-05-122-1/+81
|/
* Minor javadoc enhancementsChet Haase2011-05-061-1/+1
* Merge "Fix for scaled AA lines"Chet Haase2011-05-061-42/+102
|\
| * Fix for scaled AA linesChet Haase2011-05-061-42/+102
* | Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-054-0/+334
|/
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-044-334/+0
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-044-0/+334
* Merge "Allows to render with an OpenGL context inside a TextureView."Romain Guy2011-05-027-24/+45
|\
| * Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-027-24/+45
* | Line endcaps for AA lines are now antialiased.Chet Haase2011-05-026-65/+124
|/
* Merge "New widget: TextureView Bug #4343984"Romain Guy2011-04-288-13/+166
|\
| * New widget: TextureViewRomain Guy2011-04-288-13/+166
* | Merge "Fix various hw-accelerated line/point bugs"Chet Haase2011-04-274-105/+73
|\ \ | |/ |/|
| * Fix various hw-accelerated line/point bugsChet Haase2011-04-274-105/+73
* | Correctly compute tex coords for rect layers.Romain Guy2011-04-273-16/+21
|/
* Apply shaders/filters to text drop shadows.Romain Guy2011-04-262-6/+27
* Minor cleanup in GLrenderer codeChet Haase2011-04-251-2/+3
* Fix bitfield bug with vertex shader selectionChet Haase2011-04-222-2/+5
* Enable anti-aliasing for hw-accelerated linesChet Haase2011-04-216-86/+294