aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* More GPU blur fixes.Gravatar senorblanco@chromium.org2011-07-15
* check for non-finite values that can make us overshootGravatar reed@google.com2011-07-15
* Make CPU->GPU blur path use texture cacheGravatar bsalomon@google.com2011-07-14
* Fix clipping problem in GPU-based blur. The FBOs used for the fast GaussianGravatar senorblanco@chromium.org2011-07-14
* Remove unused SkGpuDevice functions, add GrRenderTarget handle gettersGravatar bsalomon@google.com2011-07-13
* Change pdfTransform to asAffine.Gravatar bungeman@google.com2011-07-13
* since I can't make GDI's lcd text pretty when we're rotated, detect thatGravatar reed@google.com2011-07-13
* Fix path iter returned pt on close, test path close pt in unit test.Gravatar bsalomon@google.com2011-07-13
* add more scalerrec filtering, in prep for handling unhintedGravatar reed@google.com2011-07-13
* send output to printf as well, for commandlinesGravatar reed@google.com2011-07-13
* Modified to add support to print in the margins of pdf documentsGravatar ctguil@chromium.org2011-07-12
* GPU-based blur cleanup. Clean up some issues raised in code review:Gravatar senorblanco@chromium.org2011-07-12
* Remove a few old uses of SK_RESTRICT on references.Gravatar tomhudson@google.com2011-07-12
* Fix windows build (unreviewed).Gravatar senorblanco@chromium.org2011-07-12
* Implement blur types for GPU-based Gaussian blur.Gravatar senorblanco@chromium.org2011-07-12
* pass correct value for blackGravatar reed@google.com2011-07-11
* limit clip to fixed-point range, so our edges don't overflowGravatar reed@google.com2011-07-11
* be sure to allocate space for kDone_DrawOp before we write it (thanks Yang)Gravatar reed@google.com2011-07-08
* GPU-based Gaussian blur.Gravatar senorblanco@chromium.org2011-07-08
* Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest;Gravatar tomhudson@google.com2011-07-08
* Modulate color shader's alpha with paint alpha when setting up gpu paint (fix...Gravatar bsalomon@google.com2011-07-08
* 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