- 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
- 973b879 Remove unneeded #define by bsalomon@google.com · 13 years ago
- e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 13 years ago
- 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 13 years ago
- 87fcfe0 Compile option to perform GL logging by default debug. by bsalomon@google.com · 13 years ago
- 9b09c9e Abort AA rect path when index buffer allocation fails by bsalomon@google.com · 13 years ago
- fcb0dbc Fix GrAAHairLinePathRenderer fixed pt build by bsalomon@google.com · 13 years ago
- aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
- dec9f2d Fix multi-line macro by adding line continuation. by bsalomon@google.com · 13 years ago
- 69f2e05 Updated iOS SampleApp and the simple hello world Skia Cocoa App under experimental by yangsu@google.com · 13 years ago
- dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 13 years ago
- 7ccf460 [committed on behalf of dmaclach@chromium.org.] by senorblanco@chromium.org · 13 years ago
- ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@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
- fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
- 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 13 years ago
- 513909f9 Remove compiler warnings (Linux clang, mostly). 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
- 1f221a7 More prep work in Gr for landing AA hairline renderer. by bsalomon@google.com · 13 years ago
- 471d471 Correctly determine whether HW AA lines can be used by bsalomon@google.com · 13 years ago
- 8214587 Exit early from 0 prim draws in GrDrawTarget by bsalomon@google.com · 13 years ago
- e9a9894 Fix GrResourceCache::removeAll when one resource holds a lock on another by bsalomon@google.com · 13 years ago
- 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 14 years ago
- 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 14 years ago
- b095140 Change GrSafeUnref / GrSafeRef from static inlines to #defines. Chrome buid is choking on defined but not use warnings. by bsalomon@google.com · 14 years ago
- c287a89 Include GrRenderTarget.h in GrContext.h to unblock skia roll due to WK dependency on this include by bsalomon@google.com · 14 years ago
- 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 14 years ago
- 0a17bec Fix build break in r2136 by bsalomon@google.com · 14 years ago
- f7c00f6 Clening up GrBinHashKey. Removing unnecessary streaming capability by junov@google.com · 14 years ago
- 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 14 years ago
- b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 14 years ago
- 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 14 years ago
- 498776a Remove GrContext::drawCustomVertices by bsalomon@google.com · 14 years ago
- a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 14 years ago
- 4d3aaaf Move some gpu headers out of the public include dir by bsalomon@google.com · 14 years ago
- eefe6f1 Fix crash in GrStencilBuffer when it tries to unlock itself but has lost its GrGpu ptr. by bsalomon@google.com · 14 years ago
- 8ccaddd Increase default cache size Review URL: http://codereview.appspot.com/4810087/ by bsalomon@google.com · 14 years ago
- a44f700 Fix some ref leaks by bsalomon@google.com · 14 years ago
- d4777d9 Remove unnecessary header include. by bsalomon@google.com · 14 years ago
- f6ff495 Fix sb/rt size computation by bsalomon@google.com · 14 years ago
- ab15d61 fix bug in r2077 by bsalomon@google.com · 14 years ago
- 9c6e3af Suppress uninit warning. by bsalomon@google.com · 14 years ago
- 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 14 years ago
- 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 14 years ago
- 6513cd0 Fail draws when can't get geom into vb/ib. by bsalomon@google.com · 14 years ago
- 82866fd Fail path rendering gracefully when vb/ib space alloc fails by bsalomon@google.com · 14 years ago
- edc177d Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use stencil-only fbo for clear) by bsalomon@google.com · 14 years ago
- c7e6d08 Fix dumb copy/paste error by bsalomon@google.com · 14 years ago
- a5a1da8 Handle recursive call into GrResourceCache::purgeAsNeeded by bsalomon@google.com · 14 years ago
- 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 14 years ago
- c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 14 years ago
- d32c5f5 by bsalomon@google.com · 14 years ago
- 4737082 Correct check against GR_USE_PLATFORM_CREATE_SAMPLE_COUNT by bsalomon@google.com · 14 years ago
- 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 14 years ago
- a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 14 years ago
- e938b19 iOS SampleApp menu related changes by yangsu@google.com · 14 years ago
- 030302c Fix comment alignment by bsalomon@google.com · 14 years ago
- dea2f8d Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() by bsalomon@google.com · 14 years ago
- 71f341a Split texture upload out from onCreateTexture by bsalomon@google.com · 14 years ago
- 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 14 years ago
- aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 14 years ago
- 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 14 years ago
- e14490a Move GL headers out of public include dir by bsalomon@google.com · 14 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
- 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 14 years ago
- cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
- ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
- aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 14 years ago
- 2ce9a04 Improve GPU blur performance by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
- fdaf2b9 Revert r1937 while I try to figure out the GM failures. by senorblanco@chromium.org · 14 years ago
- b7f28d6 Improve GPU blur speed by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
- 237a461 Instead of turning clipping off during AA, clip to the offscreen tile when by tomhudson@google.com · 14 years ago
- 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 14 years ago
- d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 14 years ago
- 970cb55 convolve GrRefCnt and SkRefCnt by reed@google.com · 14 years ago
- 6b73e55 Undo accidental commit of GrContext.cpp in r1860. by bsalomon@google.com · 14 years ago
- eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 14 years ago
- 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 14 years ago
- bd3e320 Updated SkUIView to use the current code, added a default gl interface for ios by yangsu@google.com · 14 years ago
- 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 14 years ago
- aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 14 years ago
- 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 14 years ago
- 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 14 years ago
- 1e257a5 Remove nested scope resolutions in GrGpuGLShaders and use enum counts for generating random values in unit test. by bsalomon@google.com · 14 years ago
- 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 14 years ago
- 25fd36c Indexed drawing for paths with multiple contours by bsalomon@google.com · 14 years ago
- 3ef80cf suppress printfs by reed@google.com · 14 years ago
- fc89927 Offset bounds in GrDefaultPathRenderer by fTranslate. by bsalomon@google.com · 14 years ago
- 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 14 years ago
- 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 14 years ago
- ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 14 years ago
- 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
- 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 14 years ago
- 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 14 years ago
- afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 14 years ago
- cb0c5ab Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset() by bsalomon@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
- c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 14 years ago
- 6d2a6a4 Updated the references to iOS util files in the iOSSampleApp project file by yangsu@google.com · 14 years ago