aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Replace reference parameter with pointer so that we can pass NULLGravatar tomhudson@google.com2011-07-08
* remove dead codeGravatar reed@google.com2011-07-07
* Deleted the #endif that's caused the compiler erroGravatar yangsu@google.com2011-07-07
* Updated iOSSampleApp and related files.Gravatar yangsu@google.com2011-07-07
* re-enable SSE2 blitmask procs, only excluding if we're black (in which caseGravatar reed@google.com2011-07-07
* add asABlur() to maskfilters, so devices like gpu and pdf can query them.Gravatar reed@google.com2011-07-07
* Allow texture-backed bitmaps to perform a read-back when lockPixels is called.Gravatar reed@google.com2011-07-07
* [PDF] Add a concept of a substitute object to the SkPDFCatalog class.Gravatar vandebo@chromium.org2011-07-06
* ColorShaders report no bitmaps, but only a color_gradient, which we now detectGravatar reed@google.com2011-07-06
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* make the mac window resizeable againGravatar reed@google.com2011-07-06
* always use grcontext to get the bits to the screenGravatar reed@google.com2011-07-06
* suppress printfsGravatar reed@google.com2011-07-05
* suppress printfsGravatar reed@google.com2011-07-05
* add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is emptyGravatar reed@google.com2011-07-05
* defer allocating blitter until we know we need it (i.e. gpu-devices don't need,Gravatar reed@google.com2011-07-05
* don't call setContext on shader (not necessary), since now gradients ensure thatGravatar reed@google.com2011-07-05
* ensure that our bitmap is built with opaque cachedalphaGravatar reed@google.com2011-07-05
* A bit set class. Will be used for font subsetting.Gravatar vandebo@chromium.org2011-07-02
* Reverting r1775 at Mike and Brian's requestGravatar epoger@google.com2011-07-01
* fix chrome build, check OSX version before referencing 10.6 APIsGravatar reed@google.com2011-07-01
* Fixing several issues with rendering blurred bitmaps with GaneshGravatar junov@google.com2011-06-30
* make inline version of premultiply, to speed up gradient creation.Gravatar reed@google.com2011-06-30
* Enable WebKit/Chromium style logging for Skia.Gravatar tomhudson@google.com2011-06-30
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* SkStringPrintf helper fucntion + a new unit test for it.Gravatar tomhudson@google.com2011-06-30
* Fix LCD text filteringGravatar epoger@google.com2011-06-29
* Fix build for old versions of freetype without FT_Library_SetLcdFilterGravatar epoger@google.com2011-06-29
* Don't use the CreateWithData variant: not needed, and isn't available in chromeGravatar reed@google.com2011-06-29
* extract a new factory when we get a new deviceGravatar reed@google.com2011-06-29
* explicitly enable font smoothing, in case your mac is hooked to a monitorGravatar reed@google.com2011-06-29
* fix bitmapinfoGravatar reed@google.com2011-06-28
* add mac utility to turn a pdf into a bitmapGravatar reed@google.com2011-06-28
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Fix Mac compile - missing comma.Gravatar vandebo@chromium.org2011-06-28
* Fix core text font metrics - scale to em size and convert float to intGravatar vandebo@chromium.org2011-06-28
* Change output format of dump() to make VS2008 happy.Gravatar tomhudson@google.com2011-06-28
* fix sign/unsigned warningsGravatar reed@google.com2011-06-28
* remove unused and untested SkPath::subdivide()Gravatar reed@google.com2011-06-28
* fix exceeds_dist: don't double the loop counter (the caller has done that)Gravatar reed@google.com2011-06-28
* Adding support for shadows when drawing bitmaps with skia gpu deviceGravatar junov@google.com2011-06-27
* fix div-by-zero (triggers debugging assert when scalar=fixed) and add masterGravatar reed@google.com2011-06-27
* Fix compiler warning triggered by non-understanding of assert.Gravatar vandebo@chromium.org2011-06-27
* add ptr/len and SkData versions of Deflate()Gravatar reed@google.com2011-06-27
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* fix warnings (signed/unsigned, initialization order, parens)Gravatar reed@google.com2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Add a zlib target that the pdf target can depend on.Gravatar vandebo@chromium.org2011-06-24
* use general SkWStream for parameterGravatar reed@google.com2011-06-24
* move common code into shared helper functionGravatar reed@google.com2011-06-24