| Commit message (Expand) | Author | Age |
* | Fixed iOSSampleApp dependencies | yangsu@google.com | 2011-07-07 |
* | Deleted the #endif that's caused the compiler erro | yangsu@google.com | 2011-07-07 |
* | Updated iOSSampleApp and related files. | yangsu@google.com | 2011-07-07 |
* | re-enable SSE2 blitmask procs, only excluding if we're black (in which case | reed@google.com | 2011-07-07 |
* | update macbook baselines | reed@google.com | 2011-07-07 |
* | Fix div by zero in GPU degenerate radials (and add sample and gm baselines) | bsalomon@google.com | 2011-07-07 |
* | add asABlur() to maskfilters, so devices like gpu and pdf can query them. | reed@google.com | 2011-07-07 |
* | Allow texture-backed bitmaps to perform a read-back when lockPixels is called. | reed@google.com | 2011-07-07 |
* | be sure to call setupPaint, so we can respect the command-line args like alpha | mike@reedtribe.org | 2011-07-07 |
* | Be sure to call context->flush() before we swapbuffers, otherwise we might miss | mike@reedtribe.org | 2011-07-07 |
* | [PDF] Add a concept of a substitute object to the SkPDFCatalog class. | vandebo@chromium.org | 2011-07-06 |
* | make sure size change posts at sample app startup. | bsalomon@google.com | 2011-07-06 |
* | ColorShaders report no bitmaps, but only a color_gradient, which we now detect | reed@google.com | 2011-07-06 |
* | add option to test 1x1 bitmapshader | reed@google.com | 2011-07-06 |
* | remove SkDeviceFactory from the collective consciousness, now that devices know | reed@google.com | 2011-07-06 |
* | Remove nested scope resolutions in GrGpuGLShaders and use enum counts for gen... | bsalomon@google.com | 2011-07-06 |
* | make the mac window resizeable again | reed@google.com | 2011-07-06 |
* | add debugging code for degenerate gradients (to be removed later) | reed@google.com | 2011-07-06 |
* | notice if the bitmap failed to load | reed@google.com | 2011-07-06 |
* | fix typo: | reed@google.com | 2011-07-06 |
* | always use grcontext to get the bits to the screen | reed@google.com | 2011-07-06 |
* | Reduce gets of ext string and check validity of stencil format enums | bsalomon@google.com | 2011-07-06 |
* | Indexed drawing for paths with multiple contours | bsalomon@google.com | 2011-07-06 |
* | revert prev hack around make3DReady | reed@google.com | 2011-07-06 |
* | force grcontext to be created at startup | reed@google.com | 2011-07-06 |
* | fix return value for make_bitmap | reed@google.com | 2011-07-06 |
* | check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] | reed@google.com | 2011-07-06 |
* | suppress printfs | reed@google.com | 2011-07-05 |
* | add SK_API to SkMatrix44 | reed@google.com | 2011-07-05 |
* | suppress printfs | reed@google.com | 2011-07-05 |
* | add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty | reed@google.com | 2011-07-05 |
* | defer allocating blitter until we know we need it (i.e. gpu-devices don't need, | reed@google.com | 2011-07-05 |
* | don't call setContext on shader (not necessary), since now gradients ensure that | reed@google.com | 2011-07-05 |
* | ensure that our bitmap is built with opaque cachedalpha | reed@google.com | 2011-07-05 |
* | A bit set class. Will be used for font subsetting. | vandebo@chromium.org | 2011-07-02 |
* | Offset bounds in GrDefaultPathRenderer by fTranslate. | bsalomon@google.com | 2011-07-01 |
* | Reverting r1775 at Mike and Brian's request | epoger@google.com | 2011-07-01 |
* | merge of SkiOSSampleApp into SampleApp, still a work in progress | epoger@google.com | 2011-07-01 |
* | export SkAutoSTMalloc (for multi-dll chrome build) | bsalomon@google.com | 2011-07-01 |
* | Remove compile warning by removing unnecessary output. | tomhudson@google.com | 2011-07-01 |
* | Create new 'skia_os' variable to replace use of 'OS' in most places. | epoger@google.com | 2011-07-01 |
* | combine target_defaults.gypi into common.gypi | epoger@google.com | 2011-07-01 |
* | Reworks r1770 so that users who have replaced SkUserConfig don't have to | tomhudson@google.com | 2011-07-01 |
* | Don't send NULL buffer data hint in chrome | bsalomon@google.com | 2011-07-01 |
* | Tesselate path once for tiled offscreen AA | bsalomon@google.com | 2011-07-01 |
* | fix chrome build, check OSX version before referencing 10.6 APIs | reed@google.com | 2011-07-01 |
* | Fixing several issues with rendering blurred bitmaps with Ganesh | junov@google.com | 2011-06-30 |
* | Remove GrAuto*Malloc, replace with SkAuto*Malloc | bsalomon@google.com | 2011-06-30 |
* | fix asserts in new premul inline function | reed@google.com | 2011-06-30 |
* | make inline version of premultiply, to speed up gradient creation. | reed@google.com | 2011-06-30 |