Daniel Holbert
|
a6f9b0aab5
|
Bug 839347: Move SkNO_RETURN_HINT out of anonymous namespace so that clang won't warn about it being unused. r=mattwoodrow
|
2013-02-17 23:46:05 -08:00 |
|
Rik Cabanier
|
31ab432bc0
|
Bug 836892 - Add new blending modes to SkXfermode. r=gw280
|
2013-02-08 10:54:59 +13:00 |
|
Steve Fink
|
d3f194fbfb
|
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
|
2012-12-31 12:40:21 -08:00 |
|
Steve Fink
|
cb8aecdd2a
|
Backed out changeset fce4e0f8a553 (bug 828753) for breaking windows warnings-as-errors (stop adding JSObject forward decls, please!)
|
2013-01-18 13:20:21 -08:00 |
|
Steve Fink
|
fa3e8f224b
|
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
--HG--
extra : rebase_source : c8806b27677594925ad0e6b54c47af5cf17e1153
|
2012-12-31 12:40:21 -08:00 |
|
Steve Singer
|
fb88040c36
|
Bug 817356. the skia image resizers need to respect endian order when finding the alpha values. r=joedrew
|
2012-12-09 21:20:41 +01:00 |
|
George Wright
|
e9a2b77567
|
Bug 777614 - Re-add our SkUserConfig.h r=nrc
|
2012-09-18 15:41:36 -04:00 |
|
George Wright
|
99fed5e949
|
Bug 777614 - Update Skia to r5539.
|
2012-09-18 15:41:36 -04:00 |
|
George Wright
|
ac8f5e5cfd
|
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
|
2012-08-15 23:51:34 -04:00 |
|
George Wright
|
e801206bf4
|
Backed out changeset c2475674e105
|
2012-08-15 17:26:45 -04:00 |
|
George Wright
|
72cd102f87
|
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
--HG--
extra : rebase_source : 6dc39ae06b4cb38cd8e85e41c01077f815b8f8c8
|
2012-08-15 16:59:07 -04:00 |
|
David Zbarsky
|
74e14ba7cd
|
Bug 766017 - Fix some skia warnings r=gw280
|
2012-06-22 13:16:31 -07:00 |
|
Nicholas Cameron
|
2ea37e3b81
|
Bug 761890 (was 746883); changes to the Skia library. r=gw280
|
2012-05-16 17:42:07 +12:00 |
|
Matt Brubeck
|
72ef8c96fc
|
Back out bug 761890, bug 746896, and bug 759036 because of reftest failures
--HG--
extra : rebase_source : b5bdad8a69eab8e9ba35d21637c0bbcb18bce703
|
2012-06-11 22:50:31 -07:00 |
|
Nicholas Cameron
|
9b4a7fe5b9
|
Bug 761890 (was 746883); changes to the Skia library. r=gw280
--HG--
extra : rebase_source : bf619eaad94265334b89e1adf97a00cb0d1d7c67
|
2012-05-16 17:42:07 +12:00 |
|
George Wright
|
da7857b7da
|
Bug 755869 - [12] Re-apply bug 749533 - Add support for GNU/kFreeBSD and Hurd in Skia. r=mattwoodrow
|
2012-05-23 14:49:57 -04:00 |
|
George Wright
|
6ca54bc4ef
|
Bug 755869 - [9] Re-apply bug 751814 - Various Skia fixes for ARM without EDSP and ARMv6+ r=mattwoodrow
|
2012-05-18 14:16:08 -04:00 |
|
George Wright
|
983a3fb81f
|
Bug 755869 - [8] Re-apply bug 731384 - Fix compile errors on older versions of clang r=mattwoodrow
|
2012-05-18 14:15:50 -04:00 |
|
George Wright
|
5fa822b2a5
|
Bug 755869 - [7] Re-apply bug 722011 - Fix trailing commas at end of enum lists r=mattwoodrow
|
2012-05-18 14:15:28 -04:00 |
|
George Wright
|
da8d99e005
|
Bug 755869 - [6] Re-apply SkUserConfig (no original bug) r=mattwoodrow
|
2012-05-18 14:13:49 -04:00 |
|
George Wright
|
8dab82b9bf
|
Bug 755869 - [4] Re-apply bug 687189 - Implement SkPaint::getPosTextPath r=mattwoodrow
|
2012-05-18 14:10:44 -04:00 |
|
George Wright
|
f2c80db1a1
|
Bug 755869 - [1] Update Skia to r4037 r=mattwoodrow
|
2012-05-23 14:43:41 -04:00 |
|
Mike Hommey
|
d53bf6160e
|
Bug 751814 - Various Skia fixes for ARM without EDSP and ARMv6+. r=derf
|
2012-05-15 07:46:02 +02:00 |
|
Mike Hommey
|
bd540195cc
|
Bug 749533 - Add support for GNU/kFreeBSD and Hurd in SKIA. r=bjacob
|
2012-05-03 08:38:53 +02:00 |
|
Irving Reid
|
c1ea008bec
|
Bug 731384 - Use feature test macros when defining new C++ features. r=matt.woodrow
|
2012-03-07 16:03:14 -05:00 |
|
Landry Breuil
|
235cd94125
|
Bug 722011 - Comma at the end of enums are not valid in C++, r=Ms2ger
Skia headers are included from c++ code and -pedantic is on by default,
which leads to 'error: comma at end of enumerator list' on OpenBSD/gcc 4.2.1.
|
2012-01-28 05:54:00 -08:00 |
|
Matt Woodrow
|
a55d8ce7cf
|
Bug 716415 - Store our changes to SkUserConfig.h in a patch file. r=gwright
|
2012-01-19 17:48:35 +13:00 |
|
Matt Woodrow
|
de81e9e7f1
|
Bug 716415 - Apply mozilla patches to skia and fix bitrot. r=jrmuizel
|
2012-01-19 17:48:35 +13:00 |
|
Matt Woodrow
|
c04c10630b
|
Bug 716415 - Update Skia to svn revision 2980. r=jrmuizel
|
2012-01-19 17:48:34 +13:00 |
|
Jacek Caban
|
8d05b9a2a5
|
Bug 705656 - Broken SKIA compilation on mingw r=matt.woodrow
|
2011-11-30 10:26:15 +01:00 |
|
Ehsan Akhgari
|
692ccf61a2
|
Remove the executable bit from the skia source files; rs=joe (no bug)
DONTBUILD
|
2011-11-23 15:18:18 -05:00 |
|
Matt Woodrow
|
1051edbaa0
|
Bug 702517 - Disable dithering of 32bit skia gradients. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
|
Marco Castelluccio
|
34d53ff8bc
|
Bug 699258 - Get skia backend compiling and running on Windows. r=mattwoodrow
|
2011-11-18 17:00:37 +13:00 |
|
Matt Brubeck
|
78721ee177
|
Back out 5ddda2b25e28 and 3abfdb807a4f (bug 699258) for crashes in WinXP tests
|
2011-11-11 17:49:47 -08:00 |
|
Marco Castelluccio
|
79b0975cc8
|
Bug 699258 - Part 2: [Skia] Get Skia backend working on Windows.
|
2011-11-11 15:51:00 -05:00 |
|
Matt Woodrow
|
7a7cdbbbfb
|
Bug 687189 - Implement SkPaint::getPosTextPath. r=jrmuizel
|
2011-10-28 20:10:02 +13:00 |
|
Matt Woodrow
|
6794808c29
|
Bug 688333 - Initial import of Skia source code
|
2011-10-28 20:05:31 +13:00 |
|