aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
...
* add benchmark for path fillingGravatar reed@google.com2011-04-11
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* Move where compression enable/disable is done to make recompilation faster.Gravatar vandebo@chromium.org2011-04-01
* add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRefGravatar reed@google.com2011-03-22
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* change -lpng12 to -lpngGravatar reed@google.com2011-03-21
* Updates to the unix sample app.Gravatar scroggo2011-03-18
* Enable compiling the PDF backend by default in the makefile.Gravatar vandebo@chromium.org2011-03-08
* [PDF] Add support for Shaders.Gravatar vandebo@chromium.org2011-03-08
* fixes for some warnings:Gravatar reed@google.com2011-01-25
* enable sse2 source in makefileGravatar reed@google.com2011-01-17
* add SSE2 opt files to xcodeGravatar reed@google.com2011-01-17
* use -O2 for release, -g for debug (so we can get symbols for gdb)Gravatar reed@google.com2011-01-10
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* add colorspace option to SkBitmap -> CGImageRef utility (patch from nico)Gravatar reed@android.com2011-01-03
* fix build for linuxGravatar reed@google.com2010-12-23
* require lpng12 for gm tool (since Mac encoder tweaks the results for colorspa...Gravatar reed@google.com2010-12-23
* silence some of our startup spewGravatar reed@google.com2010-12-23
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)...Gravatar reed@google.com2010-12-20
* add option to write PDFs from gmGravatar reed@google.com2010-12-20
* update for GPU backendGravatar reed@android.com2010-12-20
* Fix perf regression in Color32.Gravatar senorblanco@chromium.org2010-12-16
* Initial PDF backend commit: directories, build rules, primitivesGravatar vandebo@chromium.org2010-09-24
* force 10.4 SDK for macs, as the font porter there needs those APIsGravatar reed@android.com2010-05-12
* add FPSBench.cppGravatar reed@android.com2010-04-15
* add png to makefile for linuxGravatar reed@android.com2010-04-15
* add SK_ENABLE_LIBPNG to force reference to PNG codecGravatar reed@android.com2010-04-15
* add skhello for simple hello-world sample codeGravatar reed@android.com2010-04-12
* More SSE2-ification; fix for gcc -msse2.Gravatar senorblanco@chromium.org2009-11-16
* Makefile fix: Fix gm build for Linux.Gravatar senorblanco@chromium.org2009-10-30
* fix base linux build, adding freetype supportGravatar reed@android.com2009-09-28
* updateGravatar reed@android.com2009-09-02
* add benchmark for repeat-tile bitmapsGravatar reed@android.com2009-08-12
* update make for nwaycanvasGravatar reed@android.com2009-08-04
* add opts files to the makeGravatar reed@android.com2009-07-30
* rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of theGravatar reed@android.com2009-07-22
* add new make target "all", to build all known targetsGravatar reed@android.com2009-06-23
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* add gm for shader tilemodesGravatar reed@android.com2009-06-22
* add gm for gradientsGravatar reed@android.com2009-06-22
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* more progress on golden-master test suite (not finished yet)Gravatar reed@android.com2009-06-20
* add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")Gravatar reed@android.com2009-06-05
* add SkSize for dimensionsGravatar reed@android.com2009-05-08
* add BitmapCopyTest. Still need to consider the src==no_config caseGravatar reed@android.com2009-05-01
* add skiamge (in tools/) that decodes and encodes imagesGravatar reed@android.com2009-04-24
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* move SkUserConfig.h into include/config/ so it can be replaced by changing theGravatar reed@android.com2009-04-08
* add Table apis to SkFontHostGravatar reed@android.com2009-04-08