summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.h
Commit message (Expand)AuthorAgeFilesLines
* Draw Operation mergingChris Craik2013-04-151-18/+41
* Update view's alpha and layer docsChris Craik2013-04-011-4/+16
* Fix issues related to saveLayer/restore deferralChris Craik2013-03-281-1/+1
* Merge "Set ignore flag during deferred savelayer" into jb-mr2-devChris Craik2013-03-271-1/+7
|\
| * Set ignore flag during deferred savelayerChris Craik2013-03-271-1/+7
* | Avoid multiple font cache texture uploadsRomain Guy2013-03-261-0/+18
|/
* Isolate tiling clip state from snapshotChris Craik2013-03-211-1/+1
* Merge "Optimize text GL setup" into jb-mr2-devRomain Guy2013-03-211-0/+2
|\
| * Optimize text GL setupRomain Guy2013-03-201-0/+2
* | Update snapshot upon saveLayer deferralChris Craik2013-03-201-1/+11
|/
* Merge "Use snapshot alpha for layers" into jb-mr2-devChris Craik2013-03-201-6/+5
|\
| * Use snapshot alpha for layersChris Craik2013-03-151-6/+5
* | Reset draw modifiers after flushingChris Craik2013-03-151-0/+1
|/
* Fully deferred displaylist replayChris Craik2013-03-151-19/+26
* Take only the scale params into account to rasterize textRomain Guy2013-03-051-5/+11
* Fix colored rects clipping and code cleanupRomain Guy2013-03-051-0/+4
* Precache glyphs at final raster sizeRomain Guy2013-03-011-8/+9
* Properly scale textRomain Guy2013-02-271-3/+0
* Merge "Draw text drop shadows even when the text color is transparent" into j...Romain Guy2013-02-271-0/+5
|\
| * Draw text drop shadows even when the text color is transparentRomain Guy2013-02-271-0/+5
* | Don't increment the paint's generation ID when drawing bitmapsRomain Guy2013-02-271-1/+1
|/
* Fix clipping and stencil layer issuesChris Craik2013-02-211-0/+1
* DisplayList draw operation reorderingChris Craik2013-02-151-20/+51
* Implement support for drawBitmapMesh's colors arrayRomain Guy2013-02-131-0/+2
* Merge "Add a RenderBuffer object to store stencil buffers. Bug #7146141"Romain Guy2013-02-071-1/+4
|\
| * Add a RenderBuffer object to store stencil buffers.Romain Guy2013-02-071-1/+4
* | Merge "Add cap tessellation support"Chris Craik2013-02-071-5/+12
|\ \ | |/ |/|
| * Add cap tessellation supportChris Craik2013-02-061-5/+12
* | Tag HardwareRenderers with a name to help debuggingRomain Guy2013-01-311-0/+16
|/
* Fix graphical corruption on QCOM GPURomain Guy2013-01-291-0/+9
* Implement clipRect with a transform, clipRegion & clipPathRomain Guy2013-01-171-1/+34
* Preliminary Support for region clippingRomain Guy2013-01-141-1/+18
* Merge "Add visual profiling feature"Romain Guy2013-01-041-0/+5
|\
| * Add visual profiling featureRomain Guy2013-01-041-0/+5
* | Properly support ALPHA_8 bitmaps in all drawBitmap() methodsRomain Guy2013-01-041-1/+5
|/
* Remove C++11 related warningRomain Guy2013-01-031-0/+7
* 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