Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 1 | -3/+11 |
* | Better cache for layers, reduce memory usage and increase framerate. | Romain Guy | 2010-10-08 | 1 | -25/+26 |
* | Optimize saveLayer() when the clip flag is set. | Romain Guy | 2010-10-05 | 1 | -12/+10 |
* | Fix INVALID_OPERATION error with layers rendering. | Romain Guy | 2010-10-01 | 1 | -3/+3 |
* | Correctly initialize/refresh layers. | Romain Guy | 2010-09-22 | 1 | -0/+4 |
* | Correct implementation of saveLayer(). | Romain Guy | 2010-09-12 | 1 | -11/+2 |
* | Draw n-patches using OpenGL. | Romain Guy | 2010-07-08 | 1 | -1/+3 |
* | Simpler way to deal with the FBO multi-cache. | Romain Guy | 2010-07-07 | 1 | -3/+10 |
* | Add a layer (FBO) cache. | Romain Guy | 2010-07-06 | 1 | -0/+90 |