| Commit message (Expand) | Author | Age | Files | Lines |
* | Add optional metadata to initiliaze the render threat. | Romain Guy | 2012-02-01 | 1 | -0/+2 |
* | Add full support for Canvas.setDrawFilter() | Romain Guy | 2012-01-23 | 2 | -0/+73 |
* | Deprecate unused APIs | Romain Guy | 2012-01-19 | 2 | -0/+65 |
* | Full support for Canvas.drawPosText | Romain Guy | 2012-01-18 | 1 | -0/+13 |
* | Fix text encoding when drawing with drawPosText in software | Romain Guy | 2012-01-17 | 3 | -0/+95 |
* | Make sure 9patches are not filtered when not necessary | Romain Guy | 2011-10-20 | 8 | -1/+10 |
* | Correctly apply transforms when getting a TextureView's bitmap | Romain Guy | 2011-10-11 | 2 | -8/+67 |
* | Don't build display lists for views with a layer. | Romain Guy | 2011-09-28 | 2 | -0/+134 |
* | Add OpenGL backend to ImageWallpaper | Romain Guy | 2011-08-24 | 1 | -45/+7 |
* | Add an API to set the transform on a TextureView's surface texture. | Romain Guy | 2011-08-16 | 1 | -2/+2 |
* | Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed. | Grace Kloba | 2011-08-09 | 4 | -4/+8 |
* | Paint style and stroke width affect text rendering. | Romain Guy | 2011-08-02 | 1 | -0/+10 |
* | Allow Canvas.setBitmap() to receive a null Bitmap. | Romain Guy | 2011-08-01 | 1 | -0/+1 |
* | Correctly apply linear filter to drawBitmap(Rect, Rect) | Romain Guy | 2011-07-28 | 3 | -0/+81 |
* | Add looper profiling to adb shell am | Romain Guy | 2011-07-21 | 1 | -3/+0 |
* | Update TextureView.lockCanvas() test. | Romain Guy | 2011-07-18 | 1 | -15/+58 |
* | Add lock/unlockCanvas to TextureView | Romain Guy | 2011-07-18 | 2 | -0/+86 |
* | Add new ViewDebug APIs to profile the event queue. | Romain Guy | 2011-07-15 | 2 | -2/+19 |
* | Add test for bug #4970944 | Romain Guy | 2011-07-11 | 11 | -0/+146 |
* | Cleanup | Romain Guy | 2011-07-07 | 1 | -4/+1 |
* | Use NEAREST filtering mode for TextureView.getBitmap(). | Romain Guy | 2011-07-07 | 2 | -4/+26 |
* | Use NEAREST filtering for layers whenever possible. | Romain Guy | 2011-07-07 | 1 | -15/+6 |
* | Add an API to query maximum bitmap/texture size on Canvas. | Romain Guy | 2011-07-07 | 2 | -0/+67 |
* | Add test case for driver issue | Romain Guy | 2011-06-29 | 2 | -2/+58 |
* | Update GLTextureView sample to do something real. | Romain Guy | 2011-06-24 | 1 | -13/+172 |
* | Don't set texture parameters on every frame. | Romain Guy | 2011-06-24 | 1 | -2/+0 |
* | Properly tear down TextureView | Romain Guy | 2011-06-24 | 2 | -2/+1 |
* | Code cleanup | Romain Guy | 2011-06-24 | 2 | -0/+71 |
* | Add onSurfaceTextureUpdated to the TextureView listener. | Grace Kloba | 2011-06-22 | 3 | -0/+14 |
* | Prevent possible NPE in TextureView | Romain Guy | 2011-06-22 | 1 | -5/+5 |
* | Add the ability to specify the opacity of a TextureView | Romain Guy | 2011-06-22 | 1 | -14/+7 |
* | Add error checking to LayerRenderer::copyLayer | Romain Guy | 2011-06-17 | 2 | -0/+112 |
* | Fix rendering issue with paths when the stroke width is 0 | Romain Guy | 2011-06-17 | 2 | -0/+79 |
* | Add TextureView.getBitmap() | Romain Guy | 2011-06-14 | 1 | -0/+1 |
* | Batch glCopyTexImage() calls to get about 15 fps back on SGX. | Romain Guy | 2011-06-13 | 1 | -1/+3 |
* | Add onSurfaceTextureDestroyed() callback. | Romain Guy | 2011-06-10 | 2 | -36/+78 |
* | Fix issue with drawColor(color, Mode.Clear) | Romain Guy | 2011-05-27 | 1 | -1/+1 |
* | Fix texture coordinates for sub-bitmap rendering. | Romain Guy | 2011-05-26 | 2 | -0/+25 |
* | Correctly implement the CLEAR xfermode. | Romain Guy | 2011-05-26 | 2 | -0/+95 |
* | Rename test to be able to launch it on crespo. | Romain Guy | 2011-05-25 | 1 | -1/+1 |
* | Enable large font rendering with GPU acceleration | Chet Haase | 2011-05-19 | 1 | -3/+12 |
* | Antialiasing for rectangles | Chet Haase | 2011-05-12 | 2 | -0/+133 |
* | Fix for scaled AA lines | Chet Haase | 2011-05-06 | 1 | -1/+1 |
* | Merge "Allows to render with an OpenGL context inside a TextureView." | Romain Guy | 2011-05-02 | 3 | -0/+288 |
|\ |
|
| * | Allows to render with an OpenGL context inside a TextureView. | Romain Guy | 2011-05-02 | 3 | -0/+288 |
* | | Line endcaps for AA lines are now antialiased. | Chet Haase | 2011-05-02 | 1 | -0/+101 |
|/ |
|
* | Merge "New widget: TextureView Bug #4343984" | Romain Guy | 2011-04-28 | 2 | -0/+101 |
|\ |
|
| * | New widget: TextureView | Romain Guy | 2011-04-28 | 2 | -0/+101 |
* | | Fix various hw-accelerated line/point bugs | Chet Haase | 2011-04-27 | 3 | -2/+140 |
|/ |
|
* | Apply shaders/filters to text drop shadows. | Romain Guy | 2011-04-26 | 2 | -6/+6 |