| Commit message (Expand) | Author | Age | Files | Lines |
* | Line endcaps for AA lines are now antialiased. | Chet Haase | 2011-05-02 | 1 | -1/+3 |
* | Enable anti-aliasing for hw-accelerated lines | Chet Haase | 2011-04-21 | 1 | -0/+3 |
* | Add logging of graphics acceleration info to bugreports | Chet Haase | 2011-04-01 | 1 | -0/+1 |
* | Add support for arcs. | Romain Guy | 2011-01-23 | 1 | -0/+1 |
* | Add support for ovals and stroked rectangles. | Romain Guy | 2011-01-23 | 1 | -0/+2 |
* | Log only 1 line per process when using OpenGLRenderer. | Romain Guy | 2011-01-21 | 1 | -1/+1 |
* | Remove unnecessary code. | Romain Guy | 2011-01-20 | 1 | -1/+1 |
* | Add rounded rects and circles support to OpenGLRenderer. | Romain Guy | 2011-01-19 | 1 | -0/+3 |
* | Cleanup implementation of hardware layers. | Romain Guy | 2011-01-13 | 1 | -9/+3 |
* | Cleanup GL objects on the correct thread. | Romain Guy | 2011-01-12 | 1 | -0/+14 |
* | New, better line drawing implementation. | Romain Guy | 2010-12-08 | 1 | -3/+0 |
* | Free resources only from the GL context thread. | Romain Guy | 2010-11-11 | 1 | -0/+6 |
* | Add new runtime debug flags. | Romain Guy | 2010-11-10 | 1 | -1/+12 |
* | Move all debug flags in a single place. | Romain Guy | 2010-11-10 | 1 | -0/+5 |
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 1 | -4/+28 |
* | Remove unnecessary GL calls. | Romain Guy | 2010-10-26 | 1 | -0/+8 |
* | Small cleanup. | Romain Guy | 2010-10-25 | 1 | -2/+3 |
* | Fix Caches singleton to avoid resource leaks | Chet Haase | 2010-10-24 | 1 | -45/+4 |
* | Optimizing display lists by referencing pointers to resources instead of copy... | Chet Haase | 2010-10-21 | 1 | -0/+2 |
* | Use VBOs to render most geometries. | Romain Guy | 2010-10-18 | 1 | -1/+72 |
* | Reorder logs. | Romain Guy | 2010-10-04 | 1 | -1/+1 |
* | Add debug mode to measure performance. | Romain Guy | 2010-09-24 | 1 | -0/+2 |
* | Fix OpenGL errors in various places. | Romain Guy | 2010-09-22 | 1 | -0/+3 |
* | Purge Skia objects from GL caches as needed. | Romain Guy | 2010-09-08 | 1 | -1/+3 |
* | Apply gamma correction to font rendering. | Romain Guy | 2010-08-27 | 1 | -3/+2 |
* | Fix passion build | Romain Guy | 2010-08-24 | 1 | -0/+2 |
* | Use only one GL context per process, share chaches. | Romain Guy | 2010-08-24 | 1 | -0/+75 |