aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDefaultTextContext.cpp
Commit message (Expand)AuthorAge
* Simplify vertex layout bitfields by making Position-as-texcoords theGravatar tomhudson@google.com2012-06-25
* Extend texture release on GrDrawState to also handle custom stages.Gravatar tomhudson@google.com2012-06-22
* releaseTextures portion of GrDrawState Ref textures CL (http://codereview.app...Gravatar robertphillips@google.com2012-06-13
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* move more stuff that should be private out from GrGLConfig.hGravatar bsalomon@google.com2012-05-07
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Unify text flushing with other deferred drawingGravatar bsalomon@google.com2012-03-30
* Add GrDrawTarget::drawIndexedInstance, use in default text context.Gravatar bsalomon@google.com2012-03-20
* Make the text context not have to save / restore GrDrawState at each draw.Gravatar bsalomon@google.com2012-03-19
* Call reset() in text context rather than set to SkMatrix::I(). Perf improveme...Gravatar bsalomon@google.com2012-03-16
* Split GrTextContext into baseclass and subclassGravatar bsalomon@google.com2012-03-16