- 8c0f3d8 Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteArray instead. by mike@reedtribe.org · 13 years ago
- 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
- 1e72816 Fix cmdline argument passing in SampleApp/Mac. by senorblanco@chromium.org · 13 years ago
- e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
- 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
- 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
- bb3f4a8 Bug fixes: by suyang1 · 13 years ago
- b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
- 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
- f75b84e Add license by bsalomon@google.com · 13 years ago
- ade907b roll in fixes from android when we have to compress sections of "stretchy" by reed@google.com · 13 years ago
- d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 13 years ago
- 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
- 688823f Added SimpleiOSApp and updated iOSSampleApp by yangsu@google.com · 13 years ago
- 849ad5a Fixed key handling code in Mac SampleApp by yangsu@google.com · 13 years ago
- a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
- 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
- 513909f9 Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
- 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
- e25c684 Canvas to handle null layer device. http://codereview.appspot.com/4907045/ by bungeman@google.com · 13 years ago
- 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
- 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
- f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
- f2164b2 use new SkEvent notion of passing targetID to constructor by reed@google.com · 14 years ago
- 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 14 years ago
- e938b19 iOS SampleApp menu related changes by yangsu@google.com · 14 years ago
- 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 14 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 14 years ago
- c5aeccd Updated iOSSampleApp to display FPS and display in OpenGL by yangsu@google.com · 14 years ago
- 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 14 years ago
- 45f9ce7 make the mac window resizeable again by reed@google.com · 14 years ago
- 29038ed always use grcontext to get the bits to the screen by reed@google.com · 14 years ago
- 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 14 years ago
- cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 14 years ago
- 9c16bc0 fix bitmapinfo by reed@google.com · 14 years ago
- 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 14 years ago
- 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 14 years ago
- 9ac4a89 Change output format of dump() to make VS2008 happy. by tomhudson@google.com · 14 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 14 years ago
- 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 14 years ago
- 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 14 years ago
- b4490c7 Minor fixes for SampleApp. by Scroggo · 14 years ago
- e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 14 years ago
- af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 14 years ago
- baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 14 years ago
- 5a23424 Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/ by Scroggo · 14 years ago
- da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 14 years ago
- 8260a89 move into utils by reed@google.com · 14 years ago
- aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 14 years ago
- 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 14 years ago
- 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 14 years ago
- 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
- 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 14 years ago
- 08270cb remove reference to fContext by reed@google.com · 14 years ago
- 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 14 years ago
- 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 14 years ago
- 205ddd7 Disable MSAA in SkOsWindow on mac and windows by bsalomon@google.com · 14 years ago
- 2dbd044 Minor fixes to get SampleApp's OpenGL path not to crash on Linux. Initialize by senorblanco@chromium.org · 14 years ago
- 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 14 years ago
- 68ac0df code style by mike@reedtribe.org · 14 years ago
- 95bae39 move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all by reed@google.com · 14 years ago
- 91408cc fix warnings code style by reed@google.com · 14 years ago
- 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
- f5848e4 Fix wrong class name used when unregistering class for dummy window in SkOsWindow_win.cpp by bsalomon@google.com · 14 years ago
- 0f185c2 Move zoomer into SampleApp by Scroggo · 14 years ago
- 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 14 years ago
- b66365f Updates to the unix sample app. by scroggo · 14 years ago
- c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
- b52bb9b Remove dependence on glew for creating SkOSWindow_Win's GL ctx. by bsalomon@google.com · 14 years ago
- b7e9aee Add a sample application that runs on unix. by scroggo · 14 years ago
- cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
- 5ba2d5b Fix warnings of SkScalar -> int conversions, by using SkScalarRound() by reed@google.com · 14 years ago
- 498a623 Remove offscreen GL support from SampleApp and SkOSWindow. This never worked anywhere but Mac and it doesn't work there anymore. by bsalomon@google.com · 14 years ago
- bf4338c Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpath uninit warnings by bsalomon@google.com · 14 years ago
- d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
- ea282db fix warnings from windows by reed@google.com · 14 years ago
- a09368c fix bool bug so we can multisample now by reed@google.com · 14 years ago
- 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
- 3f0260d Cleanup issues related to SkBitmap getSize()/extractSubset(). by wjmaclean@chromium.org · 14 years ago
- 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
- 18908aa When we create the GL context and FBO on mac for the GM test also setup the viewport and clear the stencil. by bsalomon@google.com · 14 years ago
- c921843 fixes for some warnings: by reed@google.com · 14 years ago
- 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 14 years ago
- 2e7b43d Remove notion of default rendertarget. This doesn't map well to usage patterns outside sample app. Make binding between SkGpuDevice and a GrRenderTarget more explicit. Create method on GrContext to wrap the current target in the 3D API with a GrRenderTarget. by bsalomon@google.com · 14 years ago
- 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 14 years ago
- c280d11 revert to DeviceRGB colorspace by default, which was changed accidentially by reed@google.com · 14 years ago
- 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
- 62f4659 rev. 637 changed the settings for premultiplied on the info parameter. This by reed@google.com · 14 years ago
- 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
- 37df17d fix build for linux by reed@google.com · 14 years ago
- eeeb5a0 silence some of our startup spew by reed@google.com · 14 years ago
- 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
- 5b9cfd4 Fixing results of incorrect conflict resolution in r646. by wjmaclean@chromium.org · 14 years ago
- 0845470 Fixed tab character. by wjmaclean@chromium.org · 14 years ago
- 0bde180 Security fixes re getSize(). by wjmaclean@chromium.org · 14 years ago
- f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
- 0afaf9b Fix precedence error. by agl@chromium.org · 15 years ago
- 573a42d fix paraens to avoid warnings by reed@android.com · 15 years ago