| Commit message (Expand) | Author | Age |
* | 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 |
* | Remove dead debug code. | bsalomon@google.com | 2011-05-11 |
* | Add color filters to gpu path. | Scroggo | 2011-05-11 |
* | Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. | bsalomon@google.com | 2011-05-10 |
* | Share code with SkRect | reed@google.com | 2011-05-09 |
* | Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. | bsalomon@google.com | 2011-05-05 |
* | Add bounding rect for paths | bsalomon@google.com | 2011-04-27 |
* | Accidentally omitted this file from r1203, :( | bsalomon@google.com | 2011-04-27 |
* | Remove sampler state param from lockKeylessTexture. It didn't serve any funct... | bsalomon@google.com | 2011-04-26 |
* | make SkDeviceFactory reference counted | mike@reedtribe.org | 2011-04-26 |
* | Add lockKeylessTexture() for caching texture without a content key. | bsalomon@google.com | 2011-04-25 |
* | Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me... | bsalomon@google.com | 2011-04-25 |
* | rename SkDevice::eraseColor to clear and make virtual. | bsalomon@google.com | 2011-04-14 |
* | Fix missing assignment of fContext in new SkGpuDevice cons. | bsalomon@google.com | 2011-04-12 |
* | Review URL: http://codereview.appspot.com/4360049/ | bsalomon@google.com | 2011-04-11 |
* | Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. | bsalomon@google.com | 2011-04-11 |
* | add CR at end | reed@google.com | 2011-04-08 |
* | unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the value | reed@google.com | 2011-04-08 |
* | Fix a typo in my prior commit. | Scroggo | 2011-04-07 |
* | Borg | Scroggo | 2011-04-07 |
* | re-re-enable antialiased rects for gpu | reed@google.com | 2011-04-06 |
* | eeek, revert last CL until I fix texture matrix | reed@google.com | 2011-04-06 |
* | enable antialiased rects | reed@google.com | 2011-04-06 |
* | support BW text on GPU | mike@reedtribe.org | 2011-04-06 |
* | check-point (disabled) for antialiased rects | reed@google.com | 2011-04-05 |
* | Adds read pixels to GrTexture and GrRenderTarget | bsalomon@google.com | 2011-04-05 |