| Commit message (Expand) | Author | Age |
... | |
* | Temporary rollback of r1924 to unblock DEPS roll | bsalomon@google.com | 2011-07-22 |
* | Improve GPU blur performance by clearing only when necessary. This gives a | senorblanco@chromium.org | 2011-07-22 |
* | [PDF] fix off by one in setPage. | vandebo@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 |
* | disable hinting when rotated, since it looks bad | reed@google.com | 2011-07-21 |
* | Fix SkFlate.cpp when SK_ZLIB_INCLUDE is not #defined. | epoger@google.com | 2011-07-21 |
* | have == always return bool, never int | reed@google.com | 2011-07-20 |
* | replace SkRefPtr for parameters with simple pointers | reed@google.com | 2011-07-20 |
* | [PDF] Use insert and append helpers for POD data. | vandebo@chromium.org | 2011-07-20 |
* | [PDF] Make stream compression optional on a per device basis. | vandebo@chromium.org | 2011-07-20 |
* | fix Capitalization of static methods | reed@google.com | 2011-07-20 |
* | helpers for append and insert when the value is a POD. | reed@google.com | 2011-07-20 |
* | [PDF] Fix substitute resources size calculation. | vandebo@chromium.org | 2011-07-20 |
* | Fix GPU blur cacheing bug. Sometimes, the texture cache serves us textures of | senorblanco@chromium.org | 2011-07-19 |
* | export function to return a typeface's LOGFONT | reed@google.com | 2011-07-19 |
* | Enable the GPU-based blur by default in Skia, and provide a #define to disable | senorblanco@chromium.org | 2011-07-19 |
* | eliminate unneeded refs/unrefs | reed@google.com | 2011-07-19 |
* | Remove dead edgebuilding code | mike@reedtribe.org | 2011-07-19 |
* | [PDF] Add setPage method to SkPDFDocument. | vandebo@chromium.org | 2011-07-18 |
* | Fix kernel width calculation in GPU-based Gaussian blur. When converting the | senorblanco@chromium.org | 2011-07-18 |
* | Use texture cache for writePixels temp | bsalomon@google.com | 2011-07-18 |
* | [PDF] Make color shaders work correctly. | vandebo@chromium.org | 2011-07-18 |
* | GPU strokeAndFill only does the fill | bungeman@google.com | 2011-07-18 |
* | Updated iOSSampleApp to display FPS and display in OpenGL | yangsu@google.com | 2011-07-17 |
* | More GPU blur fixes. | senorblanco@chromium.org | 2011-07-15 |
* | check for non-finite values that can make us overshoot | reed@google.com | 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 |
* | Change pdfTransform to asAffine. | bungeman@google.com | 2011-07-13 |
* | since I can't make GDI's lcd text pretty when we're rotated, detect that | reed@google.com | 2011-07-13 |
* | Fix path iter returned pt on close, test path close pt in unit test. | bsalomon@google.com | 2011-07-13 |
* | add more scalerrec filtering, in prep for handling unhinted | reed@google.com | 2011-07-13 |
* | send output to printf as well, for commandlines | reed@google.com | 2011-07-13 |
* | Modified to add support to print in the margins of pdf documents | ctguil@chromium.org | 2011-07-12 |
* | GPU-based blur cleanup. Clean up some issues raised in code review: | senorblanco@chromium.org | 2011-07-12 |
* | Remove a few old uses of SK_RESTRICT on references. | tomhudson@google.com | 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 |
* | pass correct value for black | reed@google.com | 2011-07-11 |
* | limit clip to fixed-point range, so our edges don't overflow | reed@google.com | 2011-07-11 |
* | be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) | reed@google.com | 2011-07-08 |
* | GPU-based Gaussian blur. | senorblanco@chromium.org | 2011-07-08 |
* | Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; | tomhudson@google.com | 2011-07-08 |
* | Modulate color shader's alpha with paint alpha when setting up gpu paint (fix... | bsalomon@google.com | 2011-07-08 |
* | Replace reference parameter with pointer so that we can pass NULL | tomhudson@google.com | 2011-07-08 |
* | remove dead code | reed@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 |