- 84ef10f cast to double http://codereview.appspot.com/5645064/ by reed@google.com · 13 years ago
- 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
- 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 13 years ago
- 2c1eb6f Landing change from http://codereview.appspot.com/5540063/ by epoger@google.com · 13 years ago
- dd52caa return -1 if we failed to find by title by mike@reedtribe.org · 13 years ago
- 6fc7cc2 Fix Windows build breakage in http://code.google.com/p/skia/source/detail?r=2925 by epoger@google.com · 13 years ago
- 6f6e8c3 RETURN key now records default slide for startup by mike@reedtribe.org · 13 years ago
- 4d4f281 Fix int->float conversion warning in VS2010 by bsalomon@google.com · 13 years ago
- e9f091d Use : as separator between "GM" and slide name in SampleApp. This makes it easier to jump to a GM slide using command line args on windows. by bsalomon@google.com · 13 years ago
- e23f194 install drawfilter for the picture playback as well by reed@google.com · 13 years ago
- 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
- f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
- f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
- 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
- 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
- 2072db8 post event to ourself to update the title after our constructor by reed@google.com · 13 years ago
- ac7aa1b prefix GM names with "GM " so I know that's what they are. by reed@google.com · 13 years ago
- c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
- 6ff8255 Add support for building Android SampleApp. by djsollen@google.com · 13 years ago
- e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
- b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
- 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
- fad4510 Move the Android sample app into the android repo. by djsollen@google.com · 13 years ago
- 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
- 8301de1 Remove SK_OVERRIDE from func defn by bsalomon@google.com · 13 years ago
- 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
- 6151d1d be sure to erase complete (i.e. before the softclip) by mike@reedtribe.org · 13 years ago
- 67f11b1 clean up, add test for soft-clip by reed@google.com · 13 years ago
- 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
- c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
- 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
- 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
- 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
- 29ffc03 update to use new api (offset -> translate) by reed@google.com · 13 years ago
- bb3f4a8 Bug fixes: by suyang1 · 13 years ago
- 3bcf8d3 add sample for clipping by reed@google.com · 13 years ago
- a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
- f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
- 1c04bf9 implement region-ops by reed@google.com · 13 years ago
- 47ac84e check-point for aaclip by reed@google.com · 13 years ago
- fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
- 3228789 check-point for aaclip by reed@google.com · 13 years ago
- 021b405 splitscreen for black and white versions by reed@google.com · 13 years ago
- 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
- f3cf942 SampleApp: fixing bad ref counting on non dynamically allocated object by junov@google.com · 13 years ago
- e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 13 years ago
- 4ee1433 fix INHERITED to match class by reed@google.com · 13 years ago
- 1ec27a0 add test for hairlines and xfermodes by reed@google.com · 13 years ago
- e4123e9 Revert accidental change to sample code by bsalomon@google.com · 13 years ago
- 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
- 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
- b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
- 40a3772 update sample to test stretching + and - amounds by reed@google.com · 13 years ago
- aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
- fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
- 3299260 Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 13 years ago
- 00245c9 test subpixeltext by reed@google.com · 13 years ago
- 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
- 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago
- b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago
- 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago
- ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
- 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
- 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
- f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
- db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
- 0e0c94c disable test by reed@google.com · 13 years ago
- 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
- 921091f Set up global options for SampleApp and now allows SampleApp to request menu items from the slides by yangsu@google.com · 13 years ago
- 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
- 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
- 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
- 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
- ceff287 add simple test for writepixels by reed@google.com · 13 years ago
- 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 13 years ago
- e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
- 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 13 years ago
- 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
- 2377b52 add more angles, and test lineartext by reed@google.com · 13 years ago
- 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
- d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
- 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
- 6757a1a Be sure to call context->flush() before we swapbuffers, otherwise we might miss by mike@reedtribe.org · 13 years ago
- 840e9f3 make sure size change posts at sample app startup. by bsalomon@google.com · 13 years ago
- f78e78d add option to test 1x1 bitmapshader by reed@google.com · 13 years ago
- 13636fe add debugging code for degenerate gradients (to be removed later) by reed@google.com · 13 years ago
- 5f068f1 notice if the bitmap failed to load by reed@google.com · 13 years ago
- a03c979 fix typo: by reed@google.com · 13 years ago
- 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
- 57c8d83 revert prev hack around make3DReady by reed@google.com · 13 years ago
- c157531 force grcontext to be created at startup by reed@google.com · 13 years ago
- 1b195bc fix return value for make_bitmap by reed@google.com · 13 years ago
- 3cec4d7 check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] by reed@google.com · 13 years ago
- 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
- 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
- 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
- d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago