aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Changes accidentally omitted from 4022.Gravatar bsalomon@google.com2012-05-21
* Stop Tracking const vertex attrib color and coverage using GrDrawStateGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track stencil stateGravatar bsalomon@google.com2012-05-21
* Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s...Gravatar bsalomon@google.com2012-05-21
* Tunnel name requests through factory, forcing custom effect and custom prog s...Gravatar bsalomon@google.com2012-05-21
* When GL context is reset set some desktop-only GL state to values that we ass...Gravatar bsalomon@google.com2012-05-21
* update dox for NewFromMalloc() to clarify ownershipGravatar reed@google.com2012-05-21
* Rebaseline from r4015. Also set PNG mime type on recently added images that w...Gravatar bsalomon@google.com2012-05-21
* Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bugGravatar bsalomon@google.com2012-05-21
* remove bogus nearlyzero checksGravatar reed@google.com2012-05-21
* Stop using GrDrawState to track bound textures and render targetGravatar bsalomon@google.com2012-05-21
* Make static const var that is only used in an assert be defined in the debug ...Gravatar bsalomon@google.com2012-05-21
* ~glyphcache_globals needs to actually delete its cacheGravatar reed@google.com2012-05-21
* addGravatar reed@google.com2012-05-21
* Stop using GrDrawState to track draw face, dither, and color maskGravatar bsalomon@google.com2012-05-21
* Fix assignment of non-copyable.Gravatar bungeman@google.com2012-05-21
* Stop using GrDrawState to track GPU's blend stateGravatar bsalomon@google.com2012-05-21
* shape ops work in progressGravatar caryclark@google.com2012-05-18
* Remove chromium mode from skdiff, because it is no longer actively used.Gravatar epoger@google.com2012-05-18
* fix build?Gravatar bsalomon@google.com2012-05-18
* Some refactoring of GrCustomStage and friendsGravatar bsalomon@google.com2012-05-18
* Fix obviously disallowed copy that Visual Studio allows.Gravatar bungeman@google.com2012-05-18
* CreateTypefaceFromStream for GDI.Gravatar bungeman@google.com2012-05-18
* add makedash_ variants to measure applying the dash (not drawing it)Gravatar reed@google.com2012-05-18
* skdiff test-only change: add test of --nodiffs mode, make tests validate retu...Gravatar epoger@google.com2012-05-18
* add baselinesGravatar reed@google.com2012-05-18
* add dashing2 gm to exercise dashing on curves and polygonsGravatar reed@google.com2012-05-18
* Move state onto GrGLShaderBuilder, to let us implement mappingsGravatar tomhudson@google.com2012-05-18
* test-only change: update run.sh and rearrange dirs to ease addition of more t...Gravatar epoger@google.com2012-05-17
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* minor cleanups, in prep for more work on improving precisionGravatar reed@google.com2012-05-17
* add options to enable/disable "FAILED to read ..." messageGravatar reed@google.com2012-05-17
* Use intrinsics instead of inline assembly for detecting CPU ID & SSE2/3 supportGravatar tomhudson@google.com2012-05-17
* reuse() is no longer available, call reset()Gravatar reed@google.com2012-05-17
* change SkChunkAlloc to grow its allocations geometrically (not linearly)Gravatar reed@google.com2012-05-17
* move Release build to -O3 (from -O2)Gravatar reed@google.com2012-05-17
* change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev...Gravatar reed@google.com2012-05-17
* Allow font-cache to use thread_local_storage for a private cacheGravatar reed@google.com2012-05-17
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* First functioning version of SW-only clip mask creatorGravatar robertphillips@google.com2012-05-17
* Free cached AA clip mask when create hard/stencil clip maskGravatar robertphillips@google.com2012-05-17
* Add 'inline' to suppress unused warnings with Android NDK build.Gravatar bungeman@google.com2012-05-16
* computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y...Gravatar reed@google.com2012-05-16
* pass the region-op to the clipstack for SkCanvas::clipRegion.Gravatar reed@google.com2012-05-16
* Fix new atomic declarations for Android.Gravatar bungeman@google.com2012-05-16
* WeakRefCntGravatar bungeman@google.com2012-05-16
* test-only changes: add more image files to test more skdiff behaviorGravatar epoger@google.com2012-05-16
* remove unused variable (isNaN)Gravatar reed@google.com2012-05-16
* skdiff: only write out diff images that are included in index.htmlGravatar epoger@google.com2012-05-16
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16