aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add FillIRect variant that takes a rasterclipGravatar reed@google.com2011-10-13
* update to use new api (offset -> translate)Gravatar 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
* Rebaseline win fixed. (shadertext images were long out of date and several te...Gravatar bsalomon@google.com2011-10-12
* remove these (they need to be rebaselined)Gravatar reed@google.com2011-10-12
* Rebase linux for gpu xfer mode changesGravatar bsalomon@google.com2011-10-12
* Rebase mac pro for gpu xfer mode changesGravatar bsalomon@google.com2011-10-12
* forgot explicit return statementsGravatar reed@google.com2011-10-12
* Gpu blend optimizations, handle more xfer modes with fractional pixel coverageGravatar bsalomon@google.com2011-10-12
* update to new api for doAAGravatar 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
* Fix per-vertex coverage on Macs with aligned attrib bugGravatar bsalomon@google.com2011-10-11
* use ATSFontRef for our unique ID. Much more stable than using the ptr itself ...Gravatar reed@google.com2011-10-11
* add SkRasterClipGravatar 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
* add baselinesGravatar reed@google.com2011-10-10
* Bug fixes:Gravatar suyang12011-10-10
* add SkAAClip.cppGravatar reed@google.com2011-10-10
* add sample for clippingGravatar reed@google.com2011-10-10
* Add semicolon back that was accidentally deleted in r2444Gravatar bsalomon@google.com2011-10-10
* Make a bunch of GrPrintfs be debug-onlyGravatar bsalomon@google.com2011-10-10
* When we're not using the NULL buffer data hint update with glBufferData rathe...Gravatar bsalomon@google.com2011-10-10
* explicitly set opt level for mac-releaseGravatar reed@google.com2011-10-10
* Add baselines for linux aarectmodes and some missing gpu linux baselines.Gravatar bsalomon@google.com2011-10-10
* Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...Gravatar bsalomon@google.com2011-10-10
* Fixed signed/unsigned comparison warnings in empty path gm/sampleGravatar bsalomon@google.com2011-10-10
* Mac does not like empty projects.Gravatar bungeman@google.com2011-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
* Don't let templates live in shadows.Gravatar bungeman@google.com2011-10-07
* Separate code paths of SkTArray at compile time.Gravatar bungeman@google.com2011-10-07
* Fix more VS2010 warnings.Gravatar bsalomon@google.com2011-10-07
* Add newlines to debug error stringsGravatar bsalomon@google.com2011-10-07
* Directly assign glBindTexture in windows gl interface rather than wglGetProcA...Gravatar bsalomon@google.com2011-10-07
* rebaselineGravatar reed@google.com2011-10-06
* update baselineGravatar reed@google.com2011-10-06