- 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 · 15 years ago
- cd9d69b Upstreaming changes from android. by djsollen@google.com · 15 years ago
- 5ba2d5b Fix warnings of SkScalar -> int conversions, by using SkScalarRound() by reed@google.com · 15 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 · 15 years ago
- bf4338c Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpath uninit warnings by bsalomon@google.com · 15 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 · 15 years ago
- ea282db fix warnings from windows by reed@google.com · 15 years ago
- a09368c fix bool bug so we can multisample now by reed@google.com · 15 years ago
- 57f4969 merge from android tree: by djsollen@google.com · 15 years ago
- 3f0260d Cleanup issues related to SkBitmap getSize()/extractSubset(). by wjmaclean@chromium.org · 15 years ago
- 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 15 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 · 15 years ago
- c921843 fixes for some warnings: by reed@google.com · 15 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 · 15 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 · 15 years ago
- 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 15 years ago
- c280d11 revert to DeviceRGB colorspace by default, which was changed accidentially by reed@google.com · 15 years ago
- 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 15 years ago
- 62f4659 rev. 637 changed the settings for premultiplied on the info parameter. This by reed@google.com · 15 years ago
- 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 15 years ago
- 37df17d fix build for linux by reed@google.com · 15 years ago
- eeeb5a0 silence some of our startup spew by reed@google.com · 15 years ago
- 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 15 years ago
- 5b9cfd4 Fixing results of incorrect conflict resolution in r646. by wjmaclean@chromium.org · 15 years ago
- 0845470 Fixed tab character. by wjmaclean@chromium.org · 15 years ago
- 0bde180 Security fixes re getSize(). by wjmaclean@chromium.org · 15 years ago
- f2b98d6 merge with changes for GPU backend by reed@android.com · 15 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
- 8381e00 add inherit-from-root-transform flag (for fixed-positioning) by reed@android.com · 15 years ago
- 940584d don't abort drawing based on layer size by reed@android.com · 16 years ago
- 745bfbd add localToGlobal and parents by reed@android.com · 16 years ago
- 2bd703b add DEBUG_LAYER_BOUNDS option to show layer bounds by reed@android.com · 16 years ago
- da6fb32 more layers extracted from webkit by reed@android.com · 16 years ago
- 81dc331 update layers by reed@android.com · 16 years ago
- 86d4008 add layers by reed@android.com · 16 years ago
- e191b16 update windows port by reed@android.com · 16 years ago
- cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 16 years ago
- 1d15d37 fix rotation around 2nd axis by reed@android.com · 16 years ago
- 161b00b add SkEvalCubicInterval by reed@android.com · 16 years ago
- a563162 move boundarypatch into utils by reed@android.com · 16 years ago
- 2ee7c64 update on boundary patches by reed@android.com · 16 years ago
- 879a252 remove check for filtering. Now if the src is opaque, the filtered result by reed@android.com · 16 years ago
- 800046e fix new warnings from gcc 4.2 by reed@android.com · 16 years ago
- f2afb67 fix base linux build, adding freetype support by reed@android.com · 16 years ago
- a8cf0aa use real strtof and snprintf to parse and dump floats by reed@android.com · 16 years ago
- a03a701 return noErr in clickhandler, so we can get mousemoved events by reed@android.com · 16 years ago
- cf45bf8 update make for nwaycanvas remove obsolete opts_neon dir by reed@android.com · 16 years ago
- 29348cb add -forceFilter to bench tool move some utils out of effects/ by reed@android.com · 16 years ago
- 32a4249 make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit. by reed@android.com · 16 years ago
- 40443b2 fix (aaaargh) white-space by reed@android.com · 16 years ago
- b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 16 years ago
- a545a55 fix config check to include SkColorPriv.h so we don't get the warning w/o need by reed@android.com · 16 years ago
- 8ede492 merge in change from chrome to detect when the byte order for 8888 requires by reed@android.com · 16 years ago
- bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 16 years ago
- 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 16 years ago
- 9e0c2fc fix break in setConfig() where we always reset the bitmap by reed@android.com · 16 years ago
- 25fc5b9 update SDL port to support OpenGL by reed@android.com · 16 years ago
- c3a8c5f create offscreen surface so we can set its RGB ordering to match our internals by reed@android.com · 16 years ago
- 671cd65 add SDL support by reed@android.com · 16 years ago
- ed0bfb0 fix impl of drawPicture by reed@android.com · 16 years ago
- f76bacf add SkSize for dimensions by reed@android.com · 16 years ago
- 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 16 years ago
- d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
- f523e25 add BitmapBench by reed@android.com · 17 years ago
- b50a60c fix formatting issues by reed@android.com · 17 years ago
- 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 17 years ago
- 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 17 years ago
- 2b26cac downgrade project files to 10.4 so more clients can use them by reed@android.com · 17 years ago
- 0680d6c use native mac fonthost add 444 and (fake) 565 support in cg by reed@android.com · 17 years ago