aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* add support for local fontsGravatar caryclark@google.com2011-10-25
* Remove duplicate GetFontStyle from SkFontHost_win.Gravatar bungeman@google.com2011-10-24
* Recommit r2510 now that mac build bot issue has been fixed.Gravatar bsalomon@google.com2011-10-24
* Fix some warnings on VS2010 Gravatar bsalomon@google.com2011-10-24
* fix scalar=fixed by implementing SkRegion form of AntiFillRectGravatar reed@google.com2011-10-24
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* don't mention the neon functions if no neon is availableGravatar reed@google.com2011-10-21
* add SkRect::intersect(a, b), matching what was already available in SkIRectGravatar reed@google.com2011-10-21
* Just use ExtTextOutW for glyphs.Gravatar bungeman@google.com2011-10-20
* Temporary revert of r2510. The test that it introduced fails on the Mac build...Gravatar bsalomon@google.com2011-10-20
* Add test that validates GrGLInterfacesGravatar bsalomon@google.com2011-10-20
* Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.Gravatar bsalomon@google.com2011-10-20
* Fix macro call for getting fn ptr to EXT version of glGetQueryObjectui64v on ...Gravatar bsalomon@google.com2011-10-20
* add typefacecache to be purged in SkGraphics::Term()Gravatar reed@google.com2011-10-20
* GrGLInterface fixes wrt r2499Gravatar bsalomon@google.com2011-10-19
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* Extract six functions from GrGLProgram::genStageCode() to shorten it byGravatar tomhudson@google.com2011-10-19
* Ensure all vertex attributes (except zero that we always use) are disabled af...Gravatar bsalomon@google.com2011-10-19
* (re)add SkMask::getAddr() which now checks its pixel-size at runtime.Gravatar reed@google.com2011-10-18
* rename SkMask::getAddr to getAddr8, to match the specificity of the othersGravatar reed@google.com2011-10-18
* Set stage params in program descriptor to canonical values when stage isn't usedGravatar bsalomon@google.com2011-10-18
* fix warning (add default in switch)Gravatar reed@google.com2011-10-18
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* add tests for read/writePackedUInt, and fix a bug there.Gravatar reed@google.com2011-10-18
* Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure o...Gravatar vandebo@chromium.org2011-10-17
* add FillIRect variant that takes a rasterclipGravatar reed@google.com2011-10-13
* checkpoint -- more support changes for soft clippingGravatar reed@google.com2011-10-13
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* add rasterclip entrypoints for scan converting pathsGravatar reed@google.com2011-10-12
* trim off extra alpha==0 spans before and after our boundsGravatar reed@google.com2011-10-12
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile a...Gravatar bsalomon@google.com2011-10-12
* forgot explicit return statementsGravatar reed@google.com2011-10-12
* use SkRasterClip inside canvas (check-point for soft clipping)Gravatar reed@google.com2011-10-12
* separate SkBlitMask decl into its own headerGravatar reed@google.com2011-10-12
* add bool arg to clipRect and clipPathGravatar reed@google.com2011-10-12
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* use ATSFontRef for our unique ID. Much more stable than using the ptr itself ...Gravatar reed@google.com2011-10-11
* fix warnings (failed to return a bool)Gravatar reed@google.com2011-10-11
* add op(rgn, op)Gravatar reed@google.com2011-10-11
* change getLastPt to return a boolGravatar reed@google.com2011-10-11
* add getTotalClipBounds() as a partial replacement for getTotalClip. This can beGravatar reed@google.com2011-10-10
* add experimental wrapper for region+aaclipGravatar reed@google.com2011-10-10
* add setRegion and doAA parameter to setPathGravatar reed@google.com2011-10-10
* Bug fixes:Gravatar suyang12011-10-10
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10
* implement region-opsGravatar reed@google.com2011-10-10
* Setting perspective in fixed point.Gravatar bungeman@google.com2011-10-07
* bug fix for character 0x200B : zero-advance-spaceGravatar reed@google.com2011-10-06
* change gamma for white and neutral textGravatar reed@google.com2011-10-06