Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 1 | -2/+2 |
* | Various OpenGL optimizations | Romain Guy | 2011-12-12 | 1 | -2/+2 |
* | Improve rendering performance on some GPUs | Romain Guy | 2011-07-25 | 1 | -5/+2 |
* | Avoid UTF-8 conversions and string copies whenever possible. | Romain Guy | 2011-03-01 | 1 | -0/+3 |
* | Log only 1 line per process when using OpenGLRenderer. | Romain Guy | 2011-01-21 | 1 | -2/+4 |
* | Correctly compare strings in UTF-8 instead of UTF-16 | Romain Guy | 2010-12-10 | 1 | -4/+17 |
* | Fix possible crash when texture is NULL in the drop shadow cache. | Romain Guy | 2010-11-09 | 1 | -3/+3 |
* | Apply gamma correction to font rendering. | Romain Guy | 2010-08-27 | 1 | -0/+1 |
* | Use only one GL context per process, share chaches. | Romain Guy | 2010-08-24 | 1 | -0/+14 |
* | Add drop shadows. | Romain Guy | 2010-08-13 | 1 | -0/+134 |