summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 6709,6708,6706.brettw@google.com2008-12-106-123/+135
* Use crappy apple define instead of OS_ defines since those don't exist for Skia.brettw@google.com2008-12-101-1/+1
* Add an additional include to get skASSERT.brettw@google.com2008-12-101-0/+1
* Remove base dependency from image_operations and associated unittests. I also...brettw@google.com2008-12-106-134/+121
* Split the cross-platform part of skia_utils_win into skia_utils. Use this newbrettw@google.com2008-12-034-21/+52
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-034-2/+133
* Move skia_utils_mac from base/gfx to skia/ext.brettw@google.com2008-12-034-2/+136
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-036-0/+1172
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-0316-1487/+5
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-0216-5/+1487
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-226-10/+10
* Fix a header rename I missed on the last step.brettw@google.com2008-11-221-1/+1
* Fix header names.brettw@google.com2008-11-221-3/+3
* Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ...brettw@google.com2008-11-228-0/+390
* Move skia extensions from the port to skia/ext for Windows only. Fixed thebrettw@google.com2008-11-2113-0/+3402
* Move the platform files form port to skia for Mac only. Hopefully this won't ...brettw@google.com2008-11-216-0/+800