2011-07-14 |
bsalomon@google.com | Undo accidental commit of GrContext.cpp in r1860. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
bsalomon@google.com | Make CPU->GPU blur path use texture cache |
commit | commitdiff | tree | snapshot |
2011-07-14 |
senorblanco... | Fix clipping problem in GPU-based blur. The FBOs used... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
bsalomon@google.com | Remove some cruft from SampleApp.cpp |
commit | commitdiff | tree | snapshot |
2011-07-14 |
bsalomon@google.com | Add DeviceManager to SampleWindow |
commit | commitdiff | tree | snapshot |
2011-07-14 |
tomhudson@google.com | Extends skdiff to handle commands of the form |
commit | commitdiff | tree | snapshot |
2011-07-13 |
yangsu@google.com | Updated SkUIView to use the current code, added a defau... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
bsalomon@google.com | Remove unused SkGpuDevice functions, add GrRenderTarget... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
epoger@google.com | enable "make XXX" command-line builds on Windows |
commit | commitdiff | tree | snapshot |
2011-07-13 |
bungeman@google.com | Fix build break from 1851. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
bungeman@google.com | Change pdfTransform to asAffine. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
reed@google.com | since I can't make GDI's lcd text pretty when we're... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
bsalomon@google.com | Fix path iter returned pt on close, test path close... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
tomhudson@google.com | In skdiff, merge paths into the struct that holds the... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
reed@google.com | add more scalerrec filtering, in prep for handling... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
reed@google.com | send output to printf as well, for commandlines |
commit | commitdiff | tree | snapshot |
2011-07-13 |
reed@google.com | add more angles, and test lineartext |
commit | commitdiff | tree | snapshot |
2011-07-12 |
ctguil@chromium.org | Modified to add support to print in the margins of... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
senorblanco... | GPU-based blur cleanup. Clean up some issues raised... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
tomhudson@google.com | Remove a few old uses of SK_RESTRICT on references. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
senorblanco... | Fix windows build (unreviewed). |
commit | commitdiff | tree | snapshot |
2011-07-12 |
senorblanco... | Implement blur types for GPU-based Gaussian blur. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
epoger@google.com | "make" script to enable command-line build on Windows |
commit | commitdiff | tree | snapshot |
2011-07-11 |
reed@google.com | pass correct value for black |
commit | commitdiff | tree | snapshot |
2011-07-11 |
reed@google.com | limit clip to fixed-point range, so our edges don't... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
mike@reedtribe.org | add new baselines |
commit | commitdiff | tree | snapshot |
2011-07-09 |
mike@reedtribe.org | rebaseline |
commit | commitdiff | tree | snapshot |
2011-07-08 |
reed@google.com | add sample for 2ptradial where we divide by zero |
commit | commitdiff | tree | snapshot |
2011-07-08 |
reed@google.com | be sure to allocate space for kDone_DrawOp before we... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
senorblanco... | GPU-based Gaussian blur. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
tomhudson@google.com | Replace vsnprintf with vsnprintf_s; add code to reprodu... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
bsalomon@google.com | Modulate color shader's alpha with paint alpha when... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
bsalomon@google.com | Add gm baselines for windows |
commit | commitdiff | tree | snapshot |
2011-07-08 |
bsalomon@google.com | little bit of gyp cleanup (fixes windows build of sktim... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
tomhudson@google.com | Replace reference parameter with pointer so that we... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
reed@google.com | remove dead code |
commit | commitdiff | tree | snapshot |
2011-07-07 |
yangsu@google.com | Changed Bundler identifier to com.google in iOSSampleApp |
commit | commitdiff | tree | snapshot |
2011-07-07 |
yangsu@google.com | Fixed iOSSampleApp dependencies |
commit | commitdiff | tree | snapshot |
2011-07-07 |
yangsu@google.com | Deleted the #endif that's caused the compiler erro |
commit | commitdiff | tree | snapshot |
2011-07-07 |
yangsu@google.com | Updated iOSSampleApp and related files. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
reed@google.com | re-enable SSE2 blitmask procs, only excluding if we... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
reed@google.com | update macbook baselines |
commit | commitdiff | tree | snapshot |
2011-07-07 |
bsalomon@google.com | Fix div by zero in GPU degenerate radials (and add... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
reed@google.com | add asABlur() to maskfilters, so devices like gpu and... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
reed@google.com | Allow texture-backed bitmaps to perform a read-back... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
mike@reedtribe.org | be sure to call setupPaint, so we can respect the comma... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
mike@reedtribe.org | Be sure to call context->flush() before we swapbuffers... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
vandebo@chromium.org | [PDF] Add a concept of a substitute object to the SkPDF... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
bsalomon@google.com | make sure size change posts at sample app startup. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | ColorShaders report no bitmaps, but only a color_gradie... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | add option to test 1x1 bitmapshader |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | remove SkDeviceFactory from the collective consciousnes... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
bsalomon@google.com | Remove nested scope resolutions in GrGpuGLShaders and... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | make the mac window resizeable again |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | add debugging code for degenerate gradients (to be... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | notice if the bitmap failed to load |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | fix typo: |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | always use grcontext to get the bits to the screen |
commit | commitdiff | tree | snapshot |
2011-07-06 |
bsalomon@google.com | Reduce gets of ext string and check validity of stencil... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
bsalomon@google.com | Indexed drawing for paths with multiple contours |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | revert prev hack around make3DReady |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | force grcontext to be created at startup |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | fix return value for make_bitmap |
commit | commitdiff | tree | snapshot |
2011-07-06 |
reed@google.com | check-point for testing drawBitmap [raster,gpu] ->... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
reed@google.com | suppress printfs |
commit | commitdiff | tree | snapshot |
2011-07-05 |
reed@google.com | add SK_API to SkMatrix44 |
commit | commitdiff | tree | snapshot |
2011-07-05 |
reed@google.com | suppress printfs |
commit | commitdiff | tree | snapshot |
2011-07-05 |
reed@google.com | add SkEmptyShader, and return it from CreateBitmapShade... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
reed@google.com | defer allocating blitter until we know we need it ... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
reed@google.com | don't call setContext on shader (not necessary), since... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
reed@google.com | ensure that our bitmap is built with opaque cachedalpha |
commit | commitdiff | tree | snapshot |
2011-07-02 |
vandebo@chromium.org | A bit set class. Will be used for font subsetting. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
bsalomon@google.com | Offset bounds in GrDefaultPathRenderer by fTranslate. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
epoger@google.com | Reverting r1775 at Mike and Brian's request |
commit | commitdiff | tree | snapshot |
2011-07-01 |
epoger@google.com | Merge ... SkiOSSampleApp into SampleApp, still a work... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
bsalomon@google.com | export SkAutoSTMalloc (for multi-dll chrome build) |
commit | commitdiff | tree | snapshot |
2011-07-01 |
tomhudson@google.com | Remove compile warning by removing unnecessary output. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
epoger@google.com | Create new 'skia_os' variable to replace use of 'OS... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
epoger@google.com | combine target_defaults.gypi into common.gypi |
commit | commitdiff | tree | snapshot |
2011-07-01 |
tomhudson@google.com | Reworks r1770 so that users who have replaced SkUserCon... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
bsalomon@google.com | Don't send NULL buffer data hint in chrome |
commit | commitdiff | tree | snapshot |
2011-07-01 |
bsalomon@google.com | Tesselate path once for tiled offscreen AA |
commit | commitdiff | tree | snapshot |
2011-07-01 |
reed@google.com | fix chrome build, check OSX version before referencing... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
junov@google.com | Fixing several issues with rendering blurred bitmaps... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
bsalomon@google.com | Remove GrAuto*Malloc, replace with SkAuto*Malloc |
commit | commitdiff | tree | snapshot |
2011-06-30 |
reed@google.com | fix asserts in new premul inline function |
commit | commitdiff | tree | snapshot |
2011-06-30 |
reed@google.com | make inline version of premultiply, to speed up gradien... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
epoger@google.com | Revert r1768 |
commit | commitdiff | tree | snapshot |
2011-06-30 |
tomhudson@google.com | Enable WebKit/Chromium style logging for Skia. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
junov@google.com | Adding the notion of a volatile bitmap to SkBitmap. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
epoger@google.com | Roll gyp version from 907 to 936 |
commit | commitdiff | tree | snapshot |
2011-06-30 |
tomhudson@google.com | Fix bug where equality was used instead of assignment. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
tomhudson@google.com | SkStringPrintf helper fucntion + a new unit test for it. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
epoger@google.com | Fix LCD text filtering |
commit | commitdiff | tree | snapshot |
2011-06-29 |
epoger@google.com | Fix build for old versions of freetype without FT_Libra... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
reed@google.com | Don't use the CreateWithData variant: not needed, and... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
bsalomon@google.com | Change true and false to 1 and 0 in macros that are... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
bsalomon@google.com | Fix valgrind reported issue, uninit mem in AutoReleaseG... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
reed@google.com | extract a new factory when we get a new device |
commit | commitdiff | tree | snapshot |
2011-06-29 |
reed@google.com | add rebaselined version, now that we force font smoothing |
commit | commitdiff | tree | snapshot |
next |