Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add overrides and switch to nullptr keyword | Chris Craik | 2014-12-22 | 1 | -2/+2 |
| | | | | | | | | Changes generated with clang-modernize. Additionally, fixed some struct-vs-class usage to make clang happy. Change-Id: Ic6ef2427401ff1e794d26f21f7b44868fc75fb72 | ||||
* | Add a render buffer cache to reuse stencil buffers | Romain Guy | 2013-02-13 | 1 | -0/+130 |
Bug #7146141 This new cache is used in a similar way to LayerCache. It helps reuse already allocated stencil buffers and thus avoid churning memory on every frame. Change-Id: I19551d72da52c40039e65904563600e492c8b193 |