summaryrefslogtreecommitdiffstats
path: root/base/gfx/png_encoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: add GYP variable to use the system libpng.agl@chromium.org2009-07-271-0/+4
* Fix retarded bitmath. << 8 != * 255glen@chromium.org2009-07-071-3/+5
* Re-Retry. This is the change from hell.glen@chromium.org2009-06-061-5/+34
* Revert pngencoder changes.glen@chromium.org2009-06-051-36/+5
* Fix pngencoder mac perf errors - the previous code was never actually doing a...glen@chromium.org2009-06-051-4/+3
* Retry. I believe the code (with your width() * bbp fix) is correct.glen@chromium.org2009-06-051-5/+37
* Revert png encoder changes.glen@chromium.org2009-06-041-40/+4
* Twiddle some bits to get PNGEncoder to match ImageOperations. There's a Valgr...glen@chromium.org2009-06-041-9/+16
* Attempt to fix memory leak again.glen@chromium.org2009-06-041-1/+1
* Fix leak in PNGEncoder.glen@chromium.org2009-06-041-10/+10
* PNGEncoder wasn't accounting for SkBitmap's premultiplied alpha (PNGDecoder w...glen@chromium.org2009-06-041-4/+33
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+2
* Fix include paths for libpng.brettw@chromium.org2009-02-251-1/+1
* Add a PNGEncoder helper function that takes an SkBitmap,nick@chromium.org2009-01-231-0/+12
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add base to the repository.initial.commit2008-07-261-0/+217