| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | OpenGLRenderer would not render colors < ALPHA_THRESHOLD | Romain Guy | 2010-12-14 | 2 | -2/+9 |
|/ |
|
* | Refactor OpenGLRenderer to simplify OpenGL drawing code. | Romain Guy | 2010-12-13 | 3 | -143/+251 |
* | Ignore empty layers. | Romain Guy | 2010-12-10 | 1 | -5/+1 |
* | Correctly compare strings in UTF-8 instead of UTF-16 | Romain Guy | 2010-12-10 | 4 | -23/+37 |
* | Don't set the invisible flag when saving an empty layer. | Romain Guy | 2010-12-09 | 2 | -12/+27 |
* | New, better line drawing implementation. | Romain Guy | 2010-12-08 | 4 | -173/+215 |
* | Correctly release the OpenGL Canvas on EGL error. | Romain Guy | 2010-12-07 | 3 | -24/+49 |
* | Fix 9patch rendering | Romain Guy | 2010-12-07 | 3 | -8/+6 |
* | Draw text decorations correctly. | Romain Guy | 2010-12-06 | 1 | -1/+3 |
* | Correctly render text when coordinates are not integers. | Romain Guy | 2010-12-06 | 4 | -27/+98 |
* | Don't render degenerate triangles in 9patches. | Romain Guy | 2010-12-03 | 6 | -34/+61 |
* | Correctly index transparent quads when generating 9patch meshes. | Romain Guy | 2010-12-02 | 1 | -1/+12 |
* | Rescale ColorMatrix' vector to the [0..1] range | Romain Guy | 2010-12-02 | 1 | -0/+5 |
* | Update 9patch structure when rendering with different divs/colors. | Romain Guy | 2010-11-30 | 6 | -87/+165 |
* | Fix hang in native bitmap recycling due to nested mutex locks | Chet Haase | 2010-11-23 | 2 | -6/+0 |
* | make ResourceCache for display lists thread-safe | Chet Haase | 2010-11-11 | 2 | -0/+20 |
* | Free resources only from the GL context thread. | Romain Guy | 2010-11-11 | 12 | -65/+121 |
* | Reduce number of GL calls when drawing with shaders. | Romain Guy | 2010-11-11 | 3 | -7/+12 |
* | Add new runtime debug flags. | Romain Guy | 2010-11-10 | 8 | -1/+63 |
* | Move all debug flags in a single place. | Romain Guy | 2010-11-10 | 13 | -32/+132 |
* | Fix possible crash when texture is NULL in the drop shadow cache. | Romain Guy | 2010-11-09 | 1 | -3/+3 |
* | Correctly remove unused paths from the cache. | Romain Guy | 2010-11-09 | 5 | -10/+50 |
* | Fix GL rendering of translucent surfaces | Chet Haase | 2010-11-09 | 1 | -5/+2 |
* | Support nested display lists. | Romain Guy | 2010-11-08 | 6 | -7/+48 |
* | Lines would not set the scissor before drawing. | Romain Guy | 2010-11-04 | 2 | -13/+21 |
* | Fix possible rendering issue when drawing a path. | Romain Guy | 2010-11-04 | 1 | -1/+7 |
* | Fix rendering bug with saveLayerAlpha/drawColor. | Romain Guy | 2010-11-03 | 1 | -17/+19 |
* | Fix rendering issue with layers. | Romain Guy | 2010-11-03 | 1 | -4/+5 |
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 41 | -229/+664 |
* | Merge "Remove unnecessary GL calls." | Romain Guy | 2010-10-26 | 4 | -55/+82 |
|\ |
|
| * | Remove unnecessary GL calls. | Romain Guy | 2010-10-26 | 4 | -55/+82 |
* | | Optimizing ColorFilter in display lists | Chet Haase | 2010-10-26 | 6 | -19/+78 |
|/ |
|
* | Merge "DisplayList optimizations and fixes." | Chet Haase | 2010-10-26 | 6 | -104/+80 |
|\ |
|
| * | DisplayList optimizations and fixes. | Chet Haase | 2010-10-26 | 6 | -104/+80 |
* | | Small cleanup. | Romain Guy | 2010-10-25 | 3 | -9/+8 |
* | | Don't change texture unit when not needed. | Romain Guy | 2010-10-25 | 1 | -2/+5 |
* | | Don't change textures wrap modes on every draw. | Romain Guy | 2010-10-25 | 5 | -24/+59 |
|/ |
|
* | Merge "Fix Caches singleton to avoid resource leaks" | Chet Haase | 2010-10-24 | 3 | -45/+82 |
|\ |
|
| * | Fix Caches singleton to avoid resource leaks | Chet Haase | 2010-10-24 | 3 | -45/+82 |
* | | Fix rendering issue with layers. | Romain Guy | 2010-10-22 | 2 | -18/+24 |
|/ |
|
* | Don't use two different variables to refer to mSnapshot. | Romain Guy | 2010-10-22 | 1 | -1/+1 |
* | Don't perform glCopyTextImage with coordinates outside the buffer. | Romain Guy | 2010-10-22 | 1 | -0/+8 |
* | Optimizing display lists by referencing pointers to resources instead of copy... | Chet Haase | 2010-10-21 | 11 | -196/+469 |
* | Solve rendering issue with embedded WebViews. | Romain Guy | 2010-10-19 | 1 | -8/+5 |
* | Small cleanup. | Romain Guy | 2010-10-18 | 4 | -17/+16 |
* | Use VBOs to render most geometries. | Romain Guy | 2010-10-18 | 11 | -85/+172 |
* | Don't draw entirely transparent 9patch meshes. | Romain Guy | 2010-10-15 | 3 | -7/+14 |
* | Fix text rendering artifact. | Romain Guy | 2010-10-15 | 1 | -0/+7 |
* | Fix clipping issue in StackView. | Romain Guy | 2010-10-15 | 2 | -4/+7 |
* | Fix text rendering issue. | Romain Guy | 2010-10-14 | 2 | -4/+9 |