| Commit message (Expand) | Author | Age |
* | More prep work in Gr for landing AA hairline renderer. | bsalomon@google.com | 2011-08-23 |
* | Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t... | bsalomon@google.com | 2011-08-19 |
* | Remove GrContext::drawCustomVertices | bsalomon@google.com | 2011-08-16 |
* | Remove unneeded sk/gr conversion code | bsalomon@google.com | 2011-08-16 |
* | Small miter limit check on Gr::drawRect. | bungeman@google.com | 2011-08-09 |
* | Fix some ref leaks | bsalomon@google.com | 2011-08-09 |
* | Clip GPU blur against clip bounds. Clip the size of the FBOs used for blurs | senorblanco@chromium.org | 2011-08-01 |
* | Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap | junov@google.com | 2011-07-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Make GrTextureCache into a generic GrResource cache. Also some GrContext text... | bsalomon@google.com | 2011-07-26 |
* | Improve GPU blur performance by clearing only when necessary. This gives a | senorblanco@chromium.org | 2011-07-22 |
* | Revert r1937 while I try to figure out the GM failures. | senorblanco@chromium.org | 2011-07-21 |
* | Improve GPU blur speed by clearing only when necessary. This gives a | senorblanco@chromium.org | 2011-07-21 |
* | Fix GPU blur cacheing bug. Sometimes, the texture cache serves us textures of | senorblanco@chromium.org | 2011-07-19 |
* | Enable the GPU-based blur by default in Skia, and provide a #define to disable | senorblanco@chromium.org | 2011-07-19 |
* | Fix kernel width calculation in GPU-based Gaussian blur. When converting the | senorblanco@chromium.org | 2011-07-18 |
* | GPU strokeAndFill only does the fill | bungeman@google.com | 2011-07-18 |
* | More GPU blur fixes. | senorblanco@chromium.org | 2011-07-15 |
* | Make CPU->GPU blur path use texture cache | bsalomon@google.com | 2011-07-14 |
* | Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian | senorblanco@chromium.org | 2011-07-14 |
* | Remove unused SkGpuDevice functions, add GrRenderTarget handle getters | bsalomon@google.com | 2011-07-13 |
* | GPU-based blur cleanup. Clean up some issues raised in code review: | senorblanco@chromium.org | 2011-07-12 |
* | Fix windows build (unreviewed). | senorblanco@chromium.org | 2011-07-12 |
* | Implement blur types for GPU-based Gaussian blur. | senorblanco@chromium.org | 2011-07-12 |
* | GPU-based Gaussian blur. | senorblanco@chromium.org | 2011-07-08 |
* | Modulate color shader's alpha with paint alpha when setting up gpu paint (fix... | bsalomon@google.com | 2011-07-08 |
* | Allow texture-backed bitmaps to perform a read-back when lockPixels is called. | reed@google.com | 2011-07-07 |
* | ColorShaders report no bitmaps, but only a color_gradient, which we now detect | reed@google.com | 2011-07-06 |
* | remove SkDeviceFactory from the collective consciousness, now that devices know | reed@google.com | 2011-07-06 |
* | suppress printfs | 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 |
* | Reverting r1775 at Mike and Brian's request | epoger@google.com | 2011-07-01 |
* | Fixing several issues with rendering blurred bitmaps with Ganesh | junov@google.com | 2011-06-30 |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | Adding support for shadows when drawing bitmaps with skia gpu device | junov@google.com | 2011-06-27 |
* | Add support for 8 bits/component glyphs, to | caryclark@google.com | 2011-06-22 |
* | Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. | bsalomon@google.com | 2011-06-17 |
* | Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL... | bsalomon@google.com | 2011-06-17 |
* | make SkDevice constructors explicit between offscreen and on/direct | reed@google.com | 2011-06-16 |
* | First pass at improving temporary tex/rt reuse | bsalomon@google.com | 2011-06-16 |
* | delete all old (non-Gyp) buildfiles | epoger@google.com | 2011-06-14 |
* | Consider hw render target limit for offscreen supersample and tile | bsalomon@google.com | 2011-06-13 |
* | round Y baseline for text, as we do in the raster case | reed@google.com | 2011-06-07 |
* | draw rotated rects as paths if we're antialiasing, until we extend our rect-aa | reed@google.com | 2011-05-26 |
* | Batch up draws into triangle fans as large as possible when drawing convex | senorblanco@chromium.org | 2011-05-19 |
* | Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo... | bsalomon@google.com | 2011-05-17 |
* | Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevices | bsalomon@google.com | 2011-05-17 |
* | Fixed color bleeding issue when drawing a sub region of a bitmap with filteri... | junov@google.com | 2011-05-16 |
* | use SkPath for GrPath, removing GrPathIter entirely | reed@google.com | 2011-05-16 |
* | Optimize colorfilter path when using a constant color.\nReviewed at http://co... | Scroggo | 2011-05-16 |