summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.h
Commit message (Expand)AuthorAgeFilesLines
* Defer layer rendering to avoid stallsRomain Guy2012-10-181-2/+11
* Merge changes I9873540e,I4f6c38e3 into jb-mr1-devRomain Guy2012-09-271-0/+3
|\
| * Don't use the QCOM_tiled_rendering extension with functorsRomain Guy2012-09-271-0/+3
* | Add stroke support to polygonal shape renderingChris Craik2012-09-261-4/+7
|/
* Add a property to disable libhwui's scissor optimizationRomain Guy2012-09-241-0/+10
* Merge "Add support for a new developer setting: overdraw debugging" into jb-m...Romain Guy2012-09-211-0/+3
|\
| * Add support for a new developer setting: overdraw debuggingRomain Guy2012-09-211-0/+3
* | Merge "Polygonal rendering of simple fill shapes" into jb-mr1-devChris Craik2012-09-211-23/+7
|\ \ | |/ |/|
| * Polygonal rendering of simple fill shapesChris Craik2012-09-201-23/+7
* | Update layers in a single batch at the beginning of a frameRomain Guy2012-09-211-0/+15
* | Optimize tiling managementRomain Guy2012-09-201-2/+1
|/
* Add support for QCOM_tiled_renderingRomain Guy2012-09-191-0/+18
* Minimize state changes when updating layersRomain Guy2012-09-181-0/+18
* Enable changing properties of layer paintChet Haase2012-09-071-26/+26
* Merge "Varying-based AA rect drawing" into jb-mr1-devChris Craik2012-09-061-1/+1
|\
| * Varying-based AA rect drawingChris Craik2012-09-051-1/+1
* | Revert "Revert "Add more support for transformed clip rects and paths""Romain Guy2012-08-311-6/+0
* | Revert "Add more support for transformed clip rects and paths"Mathias Agopian2012-08-311-0/+6
* | Add more support for transformed clip rects and pathsRomain Guy2012-08-311-6/+0
|/
* Fix bug with Fbo layer clippingChet Haase2012-08-291-3/+2
* It seems that apparently useless public APIs are actually usefulRomain Guy2012-08-081-16/+15
* Cleanup of libhwuiRomain Guy2012-08-071-8/+83
* Rename drawGeneralText to drawTextRomain Guy2012-07-271-1/+1
* Hardware implementation of glyph positioning (bug 5443796)Raph Levien2012-07-231-2/+2
* Add drop shadow for drawPosText in hwui renderer.Raph Levien2012-07-201-1/+19
* Don't clear the dirty clip flag if it's not appliedRomain Guy2012-07-171-0/+1
* Add shader-based text gamma correctionRomain Guy2012-07-161-0/+2
* Don't copy paints for 9patchesRomain Guy2012-07-161-16/+51
* Text shadow alpha handling incorrectRomain Guy2012-07-131-1/+0
* Track canvas clearing for swap buffers logic.Chet Haase2012-06-071-2/+2
* 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