| Commit message (Expand) | Author | Age |
* | augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect | reed@google.com | 2013-04-18 |
* | revert 8731, restoring 8700 and 8701... further investigation concluded that the | reed@google.com | 2013-04-18 |
* | Revert r8701 and r8700 due to layout test discrepancies | robertphillips@google.com | 2013-04-17 |
* | add () around | cluster, to avoid warning. | reed@google.com | 2013-04-16 |
* | use forward matrix to determine if we can ignore scale part of a matrix | reed@google.com | 2013-04-16 |
* | remove obsolete build flags: | reed@google.com | 2013-02-22 |
* | Avoid an unitialized warning on linux. | scroggo@google.com | 2013-02-22 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-23 |
* | Fix for oversight in r7325 | robertphillips@google.com | 2013-01-23 |
* | Fix bug in 1xN SkBitmapProcShader optimization | robertphillips@google.com | 2013-01-22 |
* | Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines | robertphillips@google.com | 2013-01-21 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-19 |
* | Fix 7273 for neon | robertphillips@google.com | 2013-01-18 |
* | Added shaderproc for 1xN repeatX/repeatY BitmapProcShader | robertphillips@google.com | 2013-01-18 |
* | Fix the computed (new) inverse matrix when we detect that a shader's matrix | reed@google.com | 2013-01-05 |
* | detect gigantoid matrices, and do nothing to avoid wacky overflows from float... | reed@google.com | 2012-11-20 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-18 |
* | Munch the incoming inverse to force nearly-no-scale to no-scale, if we think | reed@google.com | 2012-10-17 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-17 |
* | fast case for translate-only repeat bitmapshader, so Tom can be happy | reed@google.com | 2012-10-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-13 |
* | retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid float | reed@google.com | 2012-10-12 |
* | reland 5926 w/ fix in middle loop (thank you asserts) | reed@google.com | 2012-10-12 |
* | revert 5926 (debug assert) | reed@google.com | 2012-10-12 |
* | add shaderproc32 for translate+clamp+nofilter. | reed@google.com | 2012-10-12 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | arm: dynamic NEON support for SkBitmapProcState functions. | digit@google.com | 2012-08-13 |
* | Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) we | reed@google.com | 2012-04-10 |
* | add debuggin matrix-proc to validate its output before calling the samplers | reed@google.com | 2012-03-27 |
* | apply FractionalInt improvement to rotated | reed@google.com | 2012-03-08 |
* | use higher precision (64bit) fixed-point for matrix proc | reed@google.com | 2012-03-07 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w... | agl@chromium.org | 2010-06-18 |
* | We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading | agl@chromium.org | 2010-06-16 |
* | fix overflow in matrixproc, and add debugging code to test that | reed@android.com | 2010-04-14 |
* | add shaderproc32 for index bitmaps. neon version of 32->16+dither | reed@android.com | 2009-10-27 |
* | add method to compute max count for a given buffer size in the bitmap shader. | reed@android.com | 2009-08-14 |
* | add special matrixprocs when the matrix is at most translate. These are faster | reed@android.com | 2009-08-13 |
* | more neon work: | reed@android.com | 2009-08-07 |
* | add platformProcs() porting function | reed@android.com | 2009-08-03 |
* | clean up SkBitmapProcState in preparation for adding porting-layer functions | reed@android.com | 2009-08-03 |
* | add special proc for repeat 16->16 filter bitmap shader | reed@android.com | 2009-07-17 |
* | remove conditional build flag for mipmaps | reed@android.com | 2009-07-17 |
* | first cut at support for HW-specific blits/etc. | reed@android.com | 2009-07-16 |
* | try our first special-case shaderproc | reed@android.com | 2009-07-16 |
* | add shaderprocs for all-in-one special blits (matrix+sampler) | reed@android.com | 2009-07-16 |
* | Handle kA8 bitmaps drawing through a matrix (was infinitely recursive) | reed@android.com | 2009-02-24 |
* | remove obsolete state | reed@android.com | 2009-01-12 |
* | grab from latest android | reed@android.com | 2008-12-17 |