- 0fcf474 Remove unnecessary lines after Android gyp fix by borenet@google.com · 12 years ago
- 43c62b1 add gm for hittesting paths by mike@reedtribe.org · 12 years ago
- ec390ea update shapeops_edge gyp by caryclark@google.com · 12 years ago
- 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 12 years ago
- 41efe04 Partially rolled forward the SkGrPixelRef changes by robertphillips@google.com · 12 years ago
- 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 12 years ago
- e7290ef Update the makefile and gyp for the debugger. by djsollen@google.com · 12 years ago
- 32f20eb Create a new GM to exercise ComposeShader. by scroggo@google.com · 12 years ago
- b678911 Add missing gyp dependencies for debugger by chudy@google.com · 12 years ago
- 902ebe5 clt debugger Review URL: https://codereview.appspot.com/6267043 by chudy@google.com · 12 years ago
- e9c0469 Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are unused) by robertphillips@google.com · 12 years ago
- 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 12 years ago
- ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago
- 7f562ad fix the build by djsollen@google.com · 12 years ago
- e341cb3 Separate target architecture type and width into separate variables. by djsollen@google.com · 12 years ago
- 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago
- ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
- b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
- 006db0f land https://codereview.appspot.com/6349043/ by reed@google.com · 12 years ago
- dd3d08e When building for Android, package executables in APKs (trunk) by borenet@google.com · 12 years ago
- f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
- a31b8bb by twiz@google.com · 12 years ago
- 5e24129 Move GrTemplates.h to src by bsalomon@google.com · 12 years ago
- 7d501ab Add GrSurface parent class above GrTexture & GrRenderTarget by robertphillips@google.com · 12 years ago
- a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
- 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
- 11f6614 add missing dependency by caryclark@google.com · 12 years ago
- 1bdf7fe tools/pinspect: quick tool to inspeact the header (and rough validity) of 1 or more picture files by reed@google.com · 12 years ago
- 777442d Adding the render_pictures test tool by junov@chromium.org · 12 years ago
- f6747b0 Split GrContext's AA Rect drawing methods into helper class by robertphillips@google.com · 12 years ago
- f2e91a3 Dilate & Erode benchmarks. Unlike the blur benchmarks (which test by tomhudson@google.com · 12 years ago
- 19bbd3d Null canvas by bsalomon@google.com · 12 years ago
- 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago
- b073d92 Add a tiled pipe mode to SampleApp. by scroggo@google.com · 12 years ago
- 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
- 93b4375 Fix the build for GM. by scroggo · 13 years ago
- 72c9672 Add tiled rendering as an option to GM. by scroggo@google.com · 13 years ago
- b462a42 Turn more warnings on, including by caryclark@google.com · 13 years ago
- 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 13 years ago
- b52cf3d Support Mac-Android Cross-Compilation by borenet@google.com · 13 years ago
- 25c1993 Reverting r4162 by robertphillips@google.com · 13 years ago
- 4384fab add gm (no images yet) for two-point-radial gradients by reed@google.com · 13 years ago
- 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 13 years ago
- 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 13 years ago
- 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 13 years ago
- 1830c7a --pictureDir foo will load serialized pictures <>.skp from the foo directory by reed@google.com · 13 years ago
- 7e5c624 Move GrGpuGL::programUnitTest into its own file by bsalomon@google.com · 13 years ago
- 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 13 years ago
- 7fab52d Add GrGradientEffects files. These implementations will be invoked from by tomhudson@google.com · 13 years ago
- 30140a4 Enable typeface from stream test for Mac. by bungeman@google.com · 13 years ago
- b505a12 Implement morphology as a custom effect by bsalomon@google.com · 13 years ago
- 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 13 years ago
- 9aabfc7 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 13 years ago
- e5720e3 suppress warning on Mac http://codereview.appspot.com/6245070/ by caryclark@google.com · 13 years ago
- dde718c Add bench to test the performance of creating a picture. by djsollen@google.com · 13 years ago
- eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 13 years ago
- 65f9f0a shape ops work in progress (get rid of some warnings) by caryclark@google.com · 13 years ago
- 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 13 years ago
- 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 13 years ago
- b45a1b4 shape ops work in progress by caryclark@google.com · 13 years ago
- ae4f96a Some refactoring of GrCustomStage and friends by bsalomon@google.com · 13 years ago
- a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 13 years ago
- ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 13 years ago
- ff793db move Release build to -O3 (from -O2) by reed@google.com · 13 years ago
- a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 13 years ago
- 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 13 years ago
- 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 13 years ago
- f9ad886 Extract ShaderCodeSegments from GrGLProgram into a new class, by tomhudson@google.com · 13 years ago
- 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 13 years ago
- 39a7475 Set no rtti option to avoid warnings on Android. by djsollen@google.com · 13 years ago
- d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
- beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 13 years ago
- 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 13 years ago
- 15fa138 shape ops work in progress by caryclark@google.com · 13 years ago
- 48ca7e3 impl SkTLS for windows, refactoring to share code with pthread impl by reed@google.com · 13 years ago
- 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 13 years ago
- 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 13 years ago
- c56a83c add bench for SkPath::Iter and SkPath::RawIter by reed@google.com · 13 years ago
- 35a81df add gm for dashing variations by reed@google.com · 13 years ago
- 4aa1a70 add initial bench for dashing (more work to do) by reed@google.com · 13 years ago
- 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 13 years ago
- d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 13 years ago
- 7c2578d Second half of refactoring to move SW path rendering to GrPathRenderer by robertphillips@google.com · 13 years ago
- 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 13 years ago
- 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 13 years ago
- 8c2cc1a add RegionBench, in preparation for speeding up intersects and contains for chrome by reed@google.com · 13 years ago
- 8d033a1 Remove GrPath typedef by bsalomon@google.com · 13 years ago
- 07eecdc Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage by tomhudson@google.com · 13 years ago
- 7361f54 Make GM able to run MSAA modes and multiple GPU configs in a single run. by bsalomon@google.com · 13 years ago
- 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 13 years ago
- 1e945b7 Minor refactoring to pull GrClipMaskManager into its own files by robertphillips@google.com · 13 years ago
- 0dd84a3 Minor code cleanup of Debug GL Interface by robertphillips@google.com · 13 years ago
- 4f8975e roll out http://code.google.com/p/skia/source/detail?r=3687 because Mac 10.6 bot is failing by epoger@google.com · 13 years ago
- cff7f5b Make Mac build generate both 32-bit and 64-bit code. by epoger@google.com · 13 years ago
- 580a99c add gm circles by bsalomon@google.com · 13 years ago
- 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 13 years ago
- 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
- 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
- 0229765 Fix xcode 4.1 build issue by robertphillips@google.com · 13 years ago
- 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 13 years ago