summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* Histogram the time we spend resampling images. We suspect this may be causingbrettw@chromium.org2009-05-201-0/+8
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-1925-56/+52
* Add some missing copyright headers.senorblanco@chromium.org2009-05-152-0/+8
* More green please: Vector canvas matrix test disable, mac fix, mark layoutsenorblanco@chromium.org2009-05-131-1/+1
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-136-5/+79
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-116-0/+0
* This is the first pass at themes.glen@chromium.org2009-05-096-48/+95
* Redo of http://codereview.chromium.org/100097 to make work on Linux and Mac.glen@chromium.org2009-05-066-5/+650
* Fixes two Linux canvas related bugs.sky@chromium.org2009-05-041-7/+6
* Reverting 14712 on behalf of glen.hbono@chromium.org2009-04-286-649/+5
* Add bitmap manipulation functions in advance of themes.glen@chromium.org2009-04-286-5/+649
* Fix the ChromeCanvasPaint Linux code.deanm@chromium.org2009-04-231-1/+6
* Fix my attempt to disable part of unit test for Mac.dglazkov@chromium.org2009-04-171-1/+1
* Disable Path-clipping test for Mac to fix the build.dglazkov@chromium.org2009-04-171-0/+4
* Make non-rectangular clip region apply in the correct location.dglazkov@chromium.org2009-04-173-16/+75
* Fix the failure to fail in PlatformCanvasWin ctorcpu@google.com2009-04-161-7/+21
* A few small improvements to ChromeCanvasPaint.deanm@chromium.org2009-04-081-13/+7
* Now have a TextButton rendering (sort of; doesn't respond to mouse events soerg@google.com2009-03-191-0/+4
* Revert "Now have a TextButton rendering." Broke Windows.erg@google.com2009-03-191-4/+0
* Now have a TextButton rendering (sort of; doesn't respond to mouse events so ...erg@google.com2009-03-191-0/+4
* Render into a ChromeCanvasPaint object in a RootView under Linux.erg@google.com2009-03-191-0/+69
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-182-3/+1
* Basic windowless plugins, try 2.evan@chromium.org2009-03-134-0/+19
* Fix memory leak of "screen size bitmap" (e.g. 1.5M if 750x548) jrg@chromium.org2009-03-071-5/+4
* Linux: remove GdkSkia.*agl@chromium.org2009-03-052-608/+0
* Fix the non-Windows builds. This makes makes the Windows code conditional on ...brettw@chromium.org2009-03-021-0/+16
* Fix and uncomment the tests I broke in my transparency patch. Turns outbrettw@chromium.org2009-03-021-6/+4
* Fix some unit tests that I broke in the transparency patch. Comment out twobrettw@chromium.org2009-02-272-4/+26
* Pull WebKit deps to get transparency fixes, and rebaseline affected layout te...brettw@chromium.org2009-02-277-172/+23
* Bitmap transportagl@chromium.org2009-02-206-16/+76
* From agl. Cleaned up version of issue 19046.thestig@chromium.org2009-02-034-0/+17
* Implement gdk_skia_draw_segments. Initial implementation does not supportjhawkins@chromium.org2009-01-301-1/+19
* Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...thestig@chromium.org2009-01-304-7/+6
* Linux Skia: add an option to build a canvas from a provided memory bufferagl@chromium.org2009-01-224-5/+41
* Add back convolver_unittest.cc and image_operations_unittest.cc.maruel@chromium.org2009-01-223-112/+83
* Reverting 8462,8458 since it broke the linux builder.maruel@chromium.org2009-01-223-75/+111
* Add back convolver_unittest.cc and image_operations_unittest.cc.maruel@chromium.org2009-01-223-111/+75
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+2
* Clean up some Skia logging stuff. This unfortunately doesn't re-enable it forbrettw@chromium.org2009-01-141-20/+23
* Remove a bunch of base dependencies from skia/ext. The only nontrivial change isbrettw@chromium.org2009-01-1410-37/+41
* Hook up skia's assertions to our logging system.brettw@chromium.org2009-01-121-0/+20
* Move the vector canvas unit test data to the skia/ext directory. It wasn'tbrettw@chromium.org2009-01-0885-62/+36
* Linux: Move GdkSkia to skia/extagl@chromium.org2009-01-072-0/+590
* Make Mac bitmaps use BGRA to match the MD5 hash Apple uses in its WebKit expe...pinkerton@google.com2009-01-061-2/+5
* Reverting 7318.brettw@google.com2008-12-1910-135/+165
* Reverting 7317.brettw@google.com2008-12-1910-164/+135
* Remove base dependencies in the Windows-specific skia/ext code.brettw@google.com2008-12-1910-135/+164
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-1728-110/+104
* Move skia_utils into the skia namespace.brettw@google.com2008-12-126-8/+14
* Move Image operations and convolver to the skia namespace and clean up a few ...brettw@google.com2008-12-126-85/+89