summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Send WebView the current transform and whether we're drawing a layer.Romain Guy2011-03-171-21/+11
* Modify the GL renderer's functor to pass the clip to WebViewRomain Guy2011-03-161-5/+25
* Fix performance issue in LauncherRomain Guy2011-03-151-0/+6
* Fix disappearing edges in lists/scrollviews/etc.Romain Guy2011-03-151-9/+13
* Fix rendering artifact in edge fades.Romain Guy2011-03-141-33/+16
* Add support for partial invalidates in WebViewRomain Guy2011-03-071-6/+12
* We need to go deeper.Romain Guy2011-03-021-0/+2
* Correctly mark layers dirty when drawing WebView.Romain Guy2011-03-011-0/+11
* Merge "Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0"David Li2011-02-251-1/+1
|\
| * Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0David Li2011-02-251-1/+1
* | Correctly blend translucent GIF bitmaps.Romain Guy2011-02-241-3/+2
* | Skia Merge (revision 808)Derek Sollenberger2011-02-221-0/+3
|/
* Fixing font renderer attribute slot locations.Alex Sakhartchouk2011-02-171-1/+5
* Dirty layers in the area covered by a drawBitmapMesh() callRomain Guy2011-02-101-1/+28
* Properly handle dirty rectangles generated from 9-patchesRomain Guy2011-02-041-6/+7
* Update layers based on the dirty region.Romain Guy2011-02-011-19/+31
* Don't draw the same triangles several times.Romain Guy2011-01-261-1/+3
* Remove unused APIRomain Guy2011-01-261-8/+0