summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for 3 new blend modes when blending with framebuffer:Romain Guy2011-09-081-34/+32
* Add reminder in the code to fix T-junctionsRomain Guy2011-09-071-0/+2
* Optimize display listsRomain Guy2011-08-251-1/+1
* Enable linear filter when scaling bitmapsRomain Guy2011-08-241-1/+2
* Don't use bilinear filtering on unscaled bitmapsRomain Guy2011-08-221-4/+4
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-0/+10
* Remove unnecessary private APIRomain Guy2011-08-111-7/+0
* Correctly apply linear filter to drawBitmap(Rect, Rect)Romain Guy2011-07-281-1/+7
* Improve rendering performance on some GPUsRomain Guy2011-07-251-23/+17
* Reduce the fade area to save bandwidth.Romain Guy2011-07-191-1/+1
* Correctly position layers.Romain Guy2011-07-081-4/+4
* Use NEAREST filtering mode for TextureView.getBitmap().Romain Guy2011-07-071-2/+6
* Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-071-57/+99
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-1/+1
* Add error checking to LayerRenderer::copyLayerRomain Guy2011-06-171-1/+0
* Batch glCopyTexImage() calls to get about 15 fps back on SGX.Romain Guy2011-06-131-9/+57
* Don't apply AA to rects with no rotation/perspective.Romain Guy2011-06-091-3/+2
* Measure text with the appropriate text encoding.Romain Guy2011-06-031-6/+11
* Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-011-12/+10
* Fix issue with drawColor(color, Mode.Clear)Romain Guy2011-05-271-0/+14
* Fix texture coordinates for sub-bitmap rendering.Romain Guy2011-05-261-4/+4
* Correctly implement the CLEAR xfermode.Romain Guy2011-05-261-2/+2
* 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-131-0/+5
|\
| * Prepare OpenGLRenderer to use glyphs from TextLayoutCacheFabrice Di Meglio2011-05-131-0/+5
* | Antialiasing for rectanglesChet Haase2011-05-121-1/+78
|/
* 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-051-0/+6
|/
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-6/+0
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-041-0/+6
* Merge "Allows to render with an OpenGL context inside a TextureView."Romain Guy2011-05-021-4/+17
|\
| * Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-4/+17
* | Line endcaps for AA lines are now antialiased.Chet Haase2011-05-021-32/+60
|/
* Merge "New widget: TextureView Bug #4343984"Romain Guy2011-04-281-6/+51
|\
| * New widget: TextureViewRomain Guy2011-04-281-6/+51
* | Merge "Fix various hw-accelerated line/point bugs"Chet Haase2011-04-271-89/+63
|\ \ | |/ |/|
| * Fix various hw-accelerated line/point bugsChet Haase2011-04-271-89/+63
* | Correctly compute tex coords for rect layers.Romain Guy2011-04-271-3/+3
|/
* Apply shaders/filters to text drop shadows.Romain Guy2011-04-261-6/+18
* Fix bitfield bug with vertex shader selectionChet Haase2011-04-221-1/+4
* Enable anti-aliasing for hw-accelerated linesChet Haase2011-04-211-84/+205
* Merge "Fix bug with accelerated translucent rendering"Chet Haase2011-03-241-0/+3
|\
| * Fix bug with accelerated translucent renderingChet Haase2011-03-241-0/+3
* | Don't crash when omitting paint to drawBitmap() with A8 configs.Romain Guy2011-03-231-1/+3
|/
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-0/+52
* Fix hairline rendering.Romain Guy2011-03-181-14/+12
* Correctly apply filters to Alpha8 bitmaps.Romain Guy2011-03-181-1/+41
* Optimize rect-shaped layers.Romain Guy2011-03-181-13/+4