| Commit message (Expand) | Author | Age |
* | Add color filters to gpu path. | Scroggo | 2011-05-11 |
* | remove some dead code in pipes | reed@google.com | 2011-05-11 |
* | add include/core to header path for release build | reed@google.com | 2011-05-11 |
* | check-point for pipe: flatten/unflatten objects for single paint | reed@google.com | 2011-05-11 |
* | [PDF] Fix ending condition for font advance construction. | vandebo@chromium.org | 2011-05-10 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7... | twiz@google.com | 2011-05-10 |
* | add master images for macbook (which differ in the gpu variant from gm/base) | reed@google.com | 2011-05-10 |
* | fix bug where we wrote uninitialized data to the flatten stream for shaders. | reed@google.com | 2011-05-10 |
* | Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. | bsalomon@google.com | 2011-05-10 |
* | Fixes from Sk/Gr rect unification. | bsalomon@google.com | 2011-05-09 |
* | check for missing filename (needs to be specified when tool is launched) | reed@google.com | 2011-05-09 |
* | remove unneeded asserts (which may fail from imprecise blits into the bitmap,... | reed@google.com | 2011-05-09 |
* | Fix unused var warning | bsalomon@google.com | 2011-05-09 |
* | Fixup old VS2010 project in case anyone is using it | bsalomon@google.com | 2011-05-09 |
* | remove deleted include file (oops) | bsalomon@google.com | 2011-05-09 |
* | Remove previous shader generator class. No longer compiles due to elimination... | bsalomon@google.com | 2011-05-09 |
* | Make shader generator more legible. Get rid of some magic values. | bsalomon@google.com | 2011-05-09 |
* | [PDF] Add a ToUnicode mapping for fonts. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] (regression) Update font if size changes. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Fix bug in graphic state comparison. | vandebo@chromium.org | 2011-05-09 |
* | Share code with SkRect | reed@google.com | 2011-05-09 |
* | remove #if 0 code | reed@google.com | 2011-05-09 |
* | Suppress int/NULL comparison warning | bsalomon@google.com | 2011-05-09 |
* | [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Fix setting of existing clip for layers. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | use SkPoint, creating an alias for GrPoint | reed@google.com | 2011-05-06 |
* | share macros and types with SkScalar, but keep aliases for now, to avoid editing | reed@google.com | 2011-05-06 |
* | Replace GrStringBuilder with SkString. First step in cleaning up the shader g... | bsalomon@google.com | 2011-05-06 |
* | remove unused var, fixes warning | bsalomon@google.com | 2011-05-06 |
* | Tab -> spaces | bsalomon@google.com | 2011-05-06 |
* | add SkScalarIsInt() | reed@google.com | 2011-05-06 |
* | Fix some fixed-width CJK | reed@google.com | 2011-05-06 |
* | add | reed@google.com | 2011-05-05 |
* | don't require a ptr unless size > 0 | reed@google.com | 2011-05-05 |
* | Disable MSAA in SkOsWindow on mac and windows | bsalomon@google.com | 2011-05-05 |
* | update | reed@google.com | 2011-05-05 |
* | correctly compute coverage when an antialiased rect covers only 1 column of p... | reed@google.com | 2011-05-05 |
* | inherit from SampleView | reed@google.com | 2011-05-05 |
* | update for glshaders-not-2 | reed@google.com | 2011-05-05 |
* | disable experimental TEST_GPIPE | reed@google.com | 2011-05-05 |
* | update to SampleView | reed@google.com | 2011-05-05 |
* | Switch to GrGpuGLShaders (instead of GrGpuGLShaders2). | bsalomon@google.com | 2011-05-05 |
* | Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. | bsalomon@google.com | 2011-05-05 |
* | switch to inheriting from SampleView | mike@reedtribe.org | 2011-05-05 |
* | Remove GrPrintf_printf from gyp (should be using GrPrintf_skia that is alread... | bsalomon@google.com | 2011-05-04 |
* | SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleApp | senorblanco@chromium.org | 2011-05-04 |
* | Fix SampleApp raster path on Linux to use SK_SAMPLES_FOR_X, so pixel components | senorblanco@chromium.org | 2011-05-04 |
* | add typeface flattening | reed@google.com | 2011-05-04 |
* | implement (sort of) Serialize/Deserialize | reed@google.com | 2011-05-04 |