aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/mac
Commit message (Expand)AuthorAge
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* ARM Skia NEON patches - 08 - Cleaning / possible fixGravatar commit-bot@chromium.org2013-07-15
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-26
* oops, fix name for SkCreateDataProviderFromDataGravatar reed@google.com2013-03-25
* expose skdata -> cgdataprovider helperGravatar reed@google.com2013-03-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Tell CG ImageEncoder that a bitmap is opaque if it is.Gravatar scroggo@google.com2012-11-12
* Remove deprecated SkOSWindow_wxwidgets.hGravatar tfarina@chromium.org2012-09-27
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* Utils must not depend on Views.Gravatar bungeman@google.com2012-03-21
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Added BSD license language where missing.Gravatar caryclark@google.com2012-02-17
* Fix CFBundleIdentifier of SampleAppGravatar epoger@google.com2012-02-10
* add formatting to suppress compiler warningGravatar caryclark@google.com2012-01-27
* fix mac warningsGravatar caryclark@google.com2011-11-23
* Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr...Gravatar mike@reedtribe.org2011-10-30
* Fix cmdline argument passing in SampleApp/Mac.Gravatar senorblanco@chromium.org2011-10-26
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile a...Gravatar bsalomon@google.com2011-10-12
* Bug fixes:Gravatar suyang12011-10-10
* Add licenseGravatar bsalomon@google.com2011-09-29
* Fix some mac compilation errors generated when building utils withinGravatar seanpaul@google.com2011-09-16
* Fixed key handling code in Mac SampleAppGravatar yangsu@google.com2011-08-30
* Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov...Gravatar yangsu@google.com2011-08-30
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* CocoaSampleApp no longer depends on SkOSWindow_Mac.hGravatar yangsu@google.com2011-08-08
* retool SkEvent to own its target ID or target procGravatar reed@google.com2011-08-04
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* make the mac window resizeable againGravatar reed@google.com2011-07-06
* always use grcontext to get the bits to the screenGravatar reed@google.com2011-07-06
* Don't use the CreateWithData variant: not needed, and isn't available in chromeGravatar reed@google.com2011-06-29
* fix bitmapinfoGravatar reed@google.com2011-06-28
* add mac utility to turn a pdf into a bitmapGravatar reed@google.com2011-06-28
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Add GL context creation for X so that gm can run GPU on Linux.Gravatar bungeman@google.com2011-05-17
* Disable MSAA in SkOsWindow on mac and windowsGravatar bsalomon@google.com2011-05-05
* Move zoomer into SampleAppGravatar Scroggo2011-03-24
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...Gravatar bsalomon@google.com2011-03-10
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* fix bool bug so we can multisample nowGravatar reed@google.com2011-02-24
* When we create the GL context and FBO on mac for the GM test also setup the v...Gravatar bsalomon@google.com2011-02-07
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* revert to DeviceRGB colorspace by default, which was changed accidentiallyGravatar reed@google.com2011-01-05
* rev. 637 changed the settings for premultiplied on the info parameter. ThisGravatar reed@google.com2011-01-05
* add colorspace option to SkBitmap -> CGImageRef utility (patch from nico)Gravatar reed@android.com2011-01-03
* silence some of our startup spewGravatar reed@google.com2010-12-23