aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr...Gravatar mike@reedtribe.org2011-10-30
* warning fixesGravatar bsalomon@google.com2011-10-27
* 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
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* Bug fixes:Gravatar suyang12011-10-10
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Add licenseGravatar bsalomon@google.com2011-09-29
* roll in fixes from android when we have to compress sections of "stretchy"Gravatar reed@google.com2011-09-28
* Fix some mac compilation errors generated when building utils withinGravatar seanpaul@google.com2011-09-16
* Update SkCoInitialize to better match spec.Gravatar bungeman@google.com2011-09-16
* Added SimpleiOSApp and updated iOSSampleAppGravatar yangsu@google.com2011-08-30
* 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
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Canvas to handle null layer device.Gravatar bungeman@google.com2011-08-17
* Make SkIStream closer to spec, to work with more consumers.Gravatar bungeman@google.com2011-08-13
* CocoaSampleApp no longer depends on SkOSWindow_Mac.hGravatar yangsu@google.com2011-08-08
* iOS/Cocoa SampleApp, Drawingboard, and Networking updatesGravatar yangsu@google.com2011-08-08
* use new SkEvent notion of passing targetID to constructorGravatar reed@google.com2011-08-04
* retool SkEvent to own its target ID or target procGravatar reed@google.com2011-08-04
* iOS SampleApp menu related changesGravatar yangsu@google.com2011-08-02
* Add Commit to SkWIStream.Gravatar bungeman@google.com2011-08-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Manually update copyright notices in files that defied the automated processGravatar epoger@google.com2011-07-28
* Updated iOSSampleApp to display FPS and display in OpenGLGravatar yangsu@google.com2011-07-17
* Updated iOSSampleApp and related files.Gravatar yangsu@google.com2011-07-07
* 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
* Enable WebKit/Chromium style logging for Skia.Gravatar tomhudson@google.com2011-06-30
* 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
* Change output format of dump() to make VS2008 happy.Gravatar tomhudson@google.com2011-06-28
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and ...Gravatar yangsu@google.com2011-06-24
* Wrap SkStreams in IStreams instead of copying data around.Gravatar bungeman@google.com2011-06-23
* Minor fixes for SampleApp.Gravatar Scroggo2011-06-17
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/Gravatar Scroggo2011-06-13
* add row/col major getters, plus unit-testsGravatar reed@google.com2011-06-13