aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextContext.cpp
Commit message (Expand)AuthorAge
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Use AutoMatrix in GrTextContextGravatar bsalomon@google.com2012-10-15
* Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.Gravatar bsalomon@google.com2012-10-12
* Remove external matrix feature.Gravatar bsalomon@google.com2012-10-08
* Remove translate param from GrContext::drawPath (and subsequent calls).Gravatar bsalomon@google.com2012-10-08
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Replace GrClip with SkClipStackGravatar robertphillips@google.com2012-07-31
* Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...Gravatar robertphillips@google.com2012-07-31
* GrClip no longer translates its clips (to better mimic SkClipStack's behavior)Gravatar robertphillips@google.com2012-07-31
* Altered Ganesh's clip stack plumbing to pass down new GrClipData classGravatar robertphillips@google.com2012-07-26
* Fix reversed bilerp setting in GrTextContext in r4773Gravatar bsalomon@google.com2012-07-26
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* Change TextContext handling of stages and draw targets; this allows us toGravatar tomhudson@google.com2012-07-11
* More carefully disable stages in Ganesh to avoid textures or effectsGravatar tomhudson@google.com2012-07-10
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,Gravatar tomhudson@google.com2012-06-29
* Split GrTextContext into baseclass and subclassGravatar bsalomon@google.com2012-03-16
* Change interface on GrDrawTarget to reserve vtx/idx space at same timeGravatar bsalomon@google.com2012-03-13
* Remove GrDrawState::setSampler, use direct access to samplerGravatar bsalomon@google.com2011-12-12
* roll more changes from r2830 back inGravatar bsalomon@google.com2011-12-09
* Cleanup of r2830.Gravatar bsalomon@google.com2011-12-09
* Revert 2830 and 2831.Gravatar bsalomon@google.com2011-12-08
* Make GrDrawState a real class with getters and settersGravatar bsalomon@google.com2011-12-08
* Prep for GrDrawState as a class Part 2Gravatar bsalomon@google.com2011-12-06
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12