| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Clang warnings/errors | Chris Craik | 2014-01-02 | 1 | -8/+8 |
* | Clean up quick rejection, especially surrounding points + lines. | Chris Craik | 2013-11-22 | 1 | -0/+7 |
* | Conservatively estimate geometry bounds | Chris Craik | 2013-09-17 | 1 | -9/+31 |
* | Fix quickReject's handling of AA ramp geometry | Chris Craik | 2013-08-02 | 1 | -0/+14 |
* | Fix various draw ops that may incorrectly not scissor | Chris Craik | 2013-06-13 | 1 | -1/+1 |
* | Overdraw avoidance and merging of clipped ops | Chris Craik | 2013-06-12 | 1 | -0/+4 |
* | Merge scaled bitmaps with translated bitmaps | Romain Guy | 2013-05-21 | 1 | -2/+2 |
* | DisplayList draw operation reordering | Chris Craik | 2013-02-15 | 1 | -0/+7 |
* | Object-based DisplayList recording | Chris Craik | 2013-01-22 | 1 | -11/+8 |
* | Improve rendering speed by disabling scissor tests | Romain Guy | 2012-07-13 | 1 | -2/+2 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 1 | -1/+1 |
* | Generate even fewer GL commands | Romain Guy | 2011-12-14 | 1 | -1/+9 |
* | <Insert something improper about OpenGL> | Romain Guy | 2011-12-13 | 1 | -0/+8 |
* | Further reduce the number of GL commands sent to the driver | Romain Guy | 2011-12-13 | 1 | -13/+15 |
* | fix the float Rect in OpenGLRenderer to handle NANs | Mathias Agopian | 2011-09-19 | 1 | -36/+26 |
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 1 | -12/+35 |
* | Fix rendering issue with layers. | Romain Guy | 2010-10-22 | 1 | -4/+4 |
* | Fix layer rendering glitch. | Romain Guy | 2010-10-13 | 1 | -4/+4 |
* | Add support for drawLines(), with anti-aliasing | Romain Guy | 2010-09-16 | 1 | -1/+1 |
* | Snap layer bounds to pixel boundaries. | Romain Guy | 2010-09-16 | 1 | -0/+7 |
* | Add support for Canvas flags on save. | Romain Guy | 2010-09-01 | 1 | -2/+2 |
* | Improve clip support (add intersect, union and replace.) | Romain Guy | 2010-07-16 | 1 | -0/+19 |
* | Reduced the complexity of layers composition. | Romain Guy | 2010-06-27 | 1 | -0/+2 |
* | Convert tabs to spaces. | Romain Guy | 2010-06-25 | 1 | -105/+105 |
* | Add colored rectangles implementation in OpenGLRenderer. | Romain Guy | 2010-06-24 | 1 | -3/+17 |
* | Add implementations for clipRect(), save() and restore(). | Romain Guy | 2010-06-23 | 1 | -0/+125 |