summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.h
Commit message (Expand)AuthorAgeFilesLines
* Skip eglSwapBuffers() call when we do not draw to GLChet Haase2012-05-311-21/+21
* Ensure we always set the proper blending modeRomain Guy2012-05-221-0/+6
* Sanitize display list propertiesRomain Guy2012-05-181-1/+1
* Avoid unnecessary copy when invoking drawBitmap(int[])Romain Guy2012-05-151-0/+2
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-0/+1
* Prevent WebView from crashing when detached from the windowRomain Guy2012-04-231-1/+4
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-2/+2
* Fix layer blending bugChet Haase2012-04-121-0/+1
* Merge "Disable AA lines vertex attrib arrays after rendering"Romain Guy2012-04-041-1/+2
|\
| * Disable AA lines vertex attrib arrays after renderingRomain Guy2012-04-041-1/+2
* | Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-0/+4
* | Allow fine-grained control over functors executionRomain Guy2012-04-021-2/+5
|/
* Use a status_t return type for GL functorsRomain Guy2012-03-261-2/+2
* Add hooks to implement Canvas.drawTextOnPath() in GLRomain Guy2012-02-241-2/+4
* Record possible clip rejects when recording display listsRomain Guy2012-02-171-1/+1
* Add debug markers to OpenGLRendererRomain Guy2012-01-301-0/+3
* Add stencil buffer to the EGL configRomain Guy2012-01-301-0/+2
* Add full support for Canvas.setDrawFilter()Romain Guy2012-01-231-0/+11
* First pass at implementing Canvas.drawPosText() in GLRomain Guy2012-01-171-0/+2
* Reduce the number of GL commands generated by the UIRomain Guy2011-12-131-2/+2
* Faster text clippingRomain Guy2011-12-011-1/+1
* Reduce the size of libhwui by 50%Romain Guy2011-10-121-6/+8
* Remove unnecessary private APIRomain Guy2011-08-111-1/+0
* Improve rendering performance on some GPUsRomain Guy2011-07-251-6/+0
* Add TextureView.getBitmap()Romain Guy2011-06-141-8/+8
* Batch glCopyTexImage() calls to get about 15 fps back on SGX.Romain Guy2011-06-131-1/+67
* Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-011-2/+0
* Fix issue with drawColor(color, Mode.Clear)Romain Guy2011-05-271-0/+1
* Merge "Prepare OpenGLRenderer to use glyphs from TextLayoutCache"Fabrice Di Meglio2011-05-131-0/+2
|\
| * Prepare OpenGLRenderer to use glyphs from TextLayoutCacheFabrice Di Meglio2011-05-131-0/+2
* | Antialiasing for rectanglesChet Haase2011-05-121-0/+3
|/
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-051-0/+1
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-1/+0
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-041-0/+1
* Merge "Allows to render with an OpenGL context inside a TextureView."Romain Guy2011-05-021-1/+2
|\
| * Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-1/+2
* | Line endcaps for AA lines are now antialiased.Chet Haase2011-05-021-1/+2
|/
* Merge "New widget: TextureView Bug #4343984"Romain Guy2011-04-281-0/+13
|\
| * New widget: TextureViewRomain Guy2011-04-281-0/+13
* | Fix various hw-accelerated line/point bugsChet Haase2011-04-271-14/+1
|/
* Enable anti-aliasing for hw-accelerated linesChet Haase2011-04-211-0/+16
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-0/+3
* Correctly apply filters to Alpha8 bitmaps.Romain Guy2011-03-181-0/+2
* Fix rendering artifact in edge fades.Romain Guy2011-03-141-10/+2
* Add support for partial invalidates in WebViewRomain Guy2011-03-071-2/+2
* Update layers based on the dirty region.Romain Guy2011-02-011-0/+2
* Remove unused APIRomain Guy2011-01-261-2/+0
* Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-241-1/+2
* Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-3/+5
* Add support for arcs.Romain Guy2011-01-231-0/+2