aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* add quadclipping utility, plus sample testGravatar reed@android.com2009-11-17
* More SSE2-ification; fix for gcc -msse2.Gravatar senorblanco@chromium.org2009-11-16
* add lineclipper, and test caseGravatar reed@android.com2009-11-16
* add onSendClickToChildren to views, so a view can capture all clicks.Gravatar reed@android.com2009-11-16
* fix cheap calc of edgelist sizeGravatar reed@android.com2009-11-05
* SSE2 optimizations for 32bit blending blitters.Gravatar senorblanco@chromium.org2009-11-04
* add OVerView slide to samplecodeGravatar reed@android.com2009-11-03
* disable bogus assert (at least until I can investigate more)Gravatar reed@android.com2009-10-30
* add shaderproc32 for index bitmaps. neon version of 32->16+ditherGravatar reed@android.com2009-10-27
* remove check for filtering. Now if the src is opaque, the filtered resultGravatar reed@android.com2009-10-26
* fix S32A_D565_Blend_neonGravatar reed@android.com2009-10-22
* fix quadclipper in the case that the chop function failsGravatar reed@android.com2009-10-22
* clear xfermode in paint to reflect that we saw it was srcoverGravatar reed@android.com2009-10-22
* motorola neon patch for blitMask, used in text drawingGravatar reed@android.com2009-10-20
* enable neon opts from motorola for perspectiveGravatar reed@android.com2009-10-19
* clean up fix to drawBitmapRectGravatar reed@android.com2009-10-16
* fix drawBitmapRect to not clip the src rect when computing the matrixGravatar reed@android.com2009-10-15
* don't force bitmapIsOpaque to false if we're instrinsically 16bitGravatar reed@android.com2009-10-14
* fix new warnings from gcc 4.2Gravatar reed@android.com2009-10-14
* cache expanded rawcolor16Gravatar reed@android.com2009-10-02
* oops, restore previous fix to saveLayer calling through to save()Gravatar reed@android.com2009-10-02
* move factory for 565 into its own fileGravatar reed@android.com2009-10-02
* don't call through to the inherited saveLayer, but just call save during recordGravatar reed@android.com2009-10-01
* disable perspective-no-filter until we can fix the out-of-range indicesGravatar reed@android.com2009-09-29
* add BlitRow procs for 32->32, to allow for neon and other optimizations.Gravatar reed@android.com2009-09-23
* more float/double precision tweaksGravatar reed@android.com2009-09-18
* use doubles in matrix.invert() to keep more precision, needed for subtleGravatar reed@android.com2009-09-16
* add neon opts for matrix procsGravatar reed@android.com2009-09-15
* don't magically convert to hairline unless we're < 1.0 in both X and Y. The n...Gravatar reed@android.com2009-09-03
* http://code.google.com/p/skia/issues/detail?id=32Gravatar reed@android.com2009-08-28
* fix gaps in antialiased hairlines (thanks to preda)Gravatar reed@android.com2009-08-28
* expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shaderGravatar reed@android.com2009-08-27
* special case 1x1 bitmaps when drawn as a shader (treat as a solid color)Gravatar reed@android.com2009-08-25
* fix overflow in qsort compare procGravatar reed@android.com2009-08-25
* fix warning in samplerGravatar reed@android.com2009-08-24
* fixes around isOpaque and ditheringGravatar reed@android.com2009-08-22
* Add a sanity check to MaskSuperBlitter::blitH(), to avoid a subsequentGravatar senorblanco@chromium.org2009-08-21
* respect dither setting in index8->565 sprite caseGravatar reed@android.com2009-08-20
* fix typo in matrix proc index computation, where we were always taking theGravatar reed@android.com2009-08-14
* add method to compute max count for a given buffer size in the bitmap shader.Gravatar reed@android.com2009-08-14
* bzero SkPaint in its constructor, to allow us to cleanly use memcmp in ourGravatar reed@android.com2009-08-13
* add special matrixprocs when the matrix is at most translate. These are fasterGravatar reed@android.com2009-08-13
* Add some SkASSERT's, to try to track down a reliability issue in Chrome.Gravatar senorblanco@chromium.org2009-08-12
* remove unneeded (empty) virtual destructorGravatar reed@android.com2009-08-12
* fixes wacky build on android. no other explanation receivedGravatar reed@android.com2009-08-11
* fix validate() to note that an empty path can (by side-effect) have an empty butGravatar reed@android.com2009-08-11
* more neon work:Gravatar reed@android.com2009-08-07
* add platformProcs() porting functionGravatar reed@android.com2009-08-03
* clean up SkBitmapProcState in preparation for adding porting-layer functionsGravatar reed@android.com2009-08-03
* add opts for neonGravatar reed@android.com2009-07-30