| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge "Varying-based AA rect drawing" into jb-mr1-dev | Chris Craik | 2012-09-06 | 1 | -1/+1 |
|\ |
|
| * | Varying-based AA rect drawing | Chris Craik | 2012-09-05 | 1 | -1/+1 |
* | | Revert "Revert "Add more support for transformed clip rects and paths"" | Romain Guy | 2012-08-31 | 1 | -6/+0 |
* | | Revert "Add more support for transformed clip rects and paths" | Mathias Agopian | 2012-08-31 | 1 | -0/+6 |
* | | Add more support for transformed clip rects and paths | Romain Guy | 2012-08-31 | 1 | -6/+0 |
|/ |
|
* | Fix bug with Fbo layer clipping | Chet Haase | 2012-08-29 | 1 | -3/+2 |
* | It seems that apparently useless public APIs are actually useful | Romain Guy | 2012-08-08 | 1 | -16/+15 |
* | Cleanup of libhwui | Romain Guy | 2012-08-07 | 1 | -8/+83 |
* | Rename drawGeneralText to drawText | Romain Guy | 2012-07-27 | 1 | -1/+1 |
* | Hardware implementation of glyph positioning (bug 5443796) | Raph Levien | 2012-07-23 | 1 | -2/+2 |
* | Add drop shadow for drawPosText in hwui renderer. | Raph Levien | 2012-07-20 | 1 | -1/+19 |
* | Don't clear the dirty clip flag if it's not applied | Romain Guy | 2012-07-17 | 1 | -0/+1 |
* | Add shader-based text gamma correction | Romain Guy | 2012-07-16 | 1 | -0/+2 |
* | Don't copy paints for 9patches | Romain Guy | 2012-07-16 | 1 | -16/+51 |
* | Text shadow alpha handling incorrect | Romain Guy | 2012-07-13 | 1 | -1/+0 |
* | Track canvas clearing for swap buffers logic. | Chet Haase | 2012-06-07 | 1 | -2/+2 |
* | Skip eglSwapBuffers() call when we do not draw to GL | Chet Haase | 2012-05-31 | 1 | -21/+21 |
* | Ensure we always set the proper blending mode | Romain Guy | 2012-05-22 | 1 | -0/+6 |
* | Sanitize display list properties | Romain Guy | 2012-05-18 | 1 | -1/+1 |
* | Avoid unnecessary copy when invoking drawBitmap(int[]) | Romain Guy | 2012-05-15 | 1 | -0/+2 |
* | Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...) | Romain Guy | 2012-05-14 | 1 | -0/+1 |
* | Prevent WebView from crashing when detached from the window | Romain Guy | 2012-04-23 | 1 | -1/+4 |
* | Remove USE_DISPLAY_LIST_PROPERTIES flag | Chet Haase | 2012-04-23 | 1 | -2/+2 |
* | Fix layer blending bug | Chet Haase | 2012-04-12 | 1 | -0/+1 |
* | Merge "Disable AA lines vertex attrib arrays after rendering" | Romain Guy | 2012-04-04 | 1 | -1/+2 |
|\ |
|
| * | Disable AA lines vertex attrib arrays after rendering | Romain Guy | 2012-04-04 | 1 | -1/+2 |
* | | Optimization of alpha with DisplayList properties | Chet Haase | 2012-04-03 | 1 | -0/+4 |
* | | Allow fine-grained control over functors execution | Romain Guy | 2012-04-02 | 1 | -2/+5 |
|/ |
|
* | Use a status_t return type for GL functors | Romain Guy | 2012-03-26 | 1 | -2/+2 |
* | Add hooks to implement Canvas.drawTextOnPath() in GL | Romain Guy | 2012-02-24 | 1 | -2/+4 |
* | Record possible clip rejects when recording display lists | Romain Guy | 2012-02-17 | 1 | -1/+1 |
* | Add debug markers to OpenGLRenderer | Romain Guy | 2012-01-30 | 1 | -0/+3 |
* | Add stencil buffer to the EGL config | Romain Guy | 2012-01-30 | 1 | -0/+2 |
* | Add full support for Canvas.setDrawFilter() | Romain Guy | 2012-01-23 | 1 | -0/+11 |
* | First pass at implementing Canvas.drawPosText() in GL | Romain Guy | 2012-01-17 | 1 | -0/+2 |
* | Reduce the number of GL commands generated by the UI | Romain Guy | 2011-12-13 | 1 | -2/+2 |
* | Faster text clipping | Romain Guy | 2011-12-01 | 1 | -1/+1 |
* | Reduce the size of libhwui by 50% | Romain Guy | 2011-10-12 | 1 | -6/+8 |
* | Remove unnecessary private API | Romain Guy | 2011-08-11 | 1 | -1/+0 |
* | Improve rendering performance on some GPUs | Romain Guy | 2011-07-25 | 1 | -6/+0 |
* | Add TextureView.getBitmap() | Romain Guy | 2011-06-14 | 1 | -8/+8 |
* | Batch glCopyTexImage() calls to get about 15 fps back on SGX. | Romain Guy | 2011-06-13 | 1 | -1/+67 |
* | Add support to OpenGLRendere to draw BiDi text. | Romain Guy | 2011-06-01 | 1 | -2/+0 |
* | Fix issue with drawColor(color, Mode.Clear) | Romain Guy | 2011-05-27 | 1 | -0/+1 |
* | Merge "Prepare OpenGLRenderer to use glyphs from TextLayoutCache" | Fabrice Di Meglio | 2011-05-13 | 1 | -0/+2 |
|\ |
|
| * | Prepare OpenGLRenderer to use glyphs from TextLayoutCache | Fabrice Di Meglio | 2011-05-13 | 1 | -0/+2 |
* | | Antialiasing for rectangles | Chet Haase | 2011-05-12 | 1 | -0/+3 |
|/ |
|
* | Add ability for hierarchyviewer to output displaylist info | Chet Haase | 2011-05-05 | 1 | -0/+1 |
* | Revert "Add ability for hierarchyviewer to output displaylist info" | Chet Haase | 2011-05-04 | 1 | -1/+0 |
* | Add ability for hierarchyviewer to output displaylist info | Chet Haase | 2011-05-04 | 1 | -0/+1 |