summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Extensions.h
Commit message (Collapse)AuthorAgeFilesLines
* Add call sites for OpenGL's debug label extensionRomain Guy2012-05-121-1/+3
| | | | Change-Id: I9c689127e8166cbef92c935f8aa07217ab806dda
* Add debug markers to OpenGLRendererRomain Guy2012-01-301-0/+3
| | | | | | | | These markers will be used to group the GL commands by View in the OpenGL ES debugging tool. This will help correlate individual GL calls to higher level components like Views. Change-Id: I73607ba2e7224a80ac32527968261ee008f049c6
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
* Discard framebuffer rendering queues when discarding layersRomain Guy2011-12-061-0/+3
| | | | | | Bug #5581817 Change-Id: Ie30700a29059d2ea60eb7bd3f8bd20ac48a149ab
* Revert "Discard framebuffer rendering queues when discarding layers"Dave Burke2011-11-141-3/+0
| | | | This reverts commit da96f8ac2c1c35a54f3f36e6d776cb386a251d03.
* Discard framebuffer rendering queues when discarding layersRomain Guy2011-11-101-0/+3
| | | | | | Bug #5581817 Change-Id: If612846ec5f7793710fc4df152791fb32c506551
* Use high precision iterators on specific GPUsRomain Guy2011-08-011-9/+19
| | | | | | Bug #5098359 Change-Id: I52ee8c7b4c9e8d4c7bedb684eaf7bef6c44c74b9
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+3
| | | | | | | | | This optimization is currently disabled until Launcher is modified to take advantage of it. The optimization can be enabled by turning on RENDER_LAYERS_AS_REGIONS in the OpenGLRenderer.h file. Change-Id: I2fdf59d0f4dc690a3d7f712173ab8db3848b27b1
* Add support for advanced blend modes with the framebuffer.Romain Guy2010-09-091-0/+19
| | | | | | | This adds the ability to blend with the framebuffer using Darken, Lighten, Add, Multiply, Overlay and Screen. Change-Id: Iae01a53797d4ad39c373cba6ff2a42293129da1a
* Add support for ColorFilters.Romain Guy2010-08-021-2/+0
| | | | | | Color filters are fully supported and can be used with shaders. Change-Id: Id90ccf1c81cb462f2431f366f3f8f710d7971e04
* Cleanup, added properties for the FontRenderer.Romain Guy2010-07-231-0/+14
| | | | Change-Id: I909c74815d3ac394438ad8071d17fef5401dbeed
* Add a way to query GL extensions.Romain Guy2010-07-221-0/+65
Change-Id: Ic27dbf72289dacf641b640a749fbd40c12cd474f