- eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
- 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 11 years ago
- 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
- bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 11 years ago
- 5d1d79a fix slowness of getImageData() for CanvasRenderingContext2D in linux due to un-optimized format for glReadPixels by commit-bot@chromium.org · 11 years ago
- 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
- d09ab84 Don't make dst copies when color stage requires dst but color writes are disabled. by bsalomon@google.com · 11 years ago
- eafdf12 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 11 years ago
- 28ac96e Partial revert of r9087 by robertphillips@google.com · 11 years ago
- 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 12 years ago
- 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 12 years ago
- b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 12 years ago
- 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 12 years ago
- c560091 Minor optimization by robertphillips@google.com · 12 years ago
- cc83ff1 Remove useless SkRect::sort by robertphillips@google.com · 12 years ago
- f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
- 733c062 Exit ~GrContext early if GrContext::init() failed. by bsalomon@google.com · 12 years ago
- c9f3b38 Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
- 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 12 years ago
- 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
- 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
- df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
- e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
- d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
- 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 12 years ago
- 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
- c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
- fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
- c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
- bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
- 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
- c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
- 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
- ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
- 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
- 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
- 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
- 8c16ef5 Remove unused vars by bsalomon@google.com · 12 years ago
- 40db6dc Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes. by bsalomon@google.com · 12 years ago
- 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 13f181f Relanding 7914 by robertphillips@google.com · 12 years ago
- 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
- 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
- 1fc506a Revert r7914 due to Linux rendering issues by robertphillips@google.com · 12 years ago
- 348e35e Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
- af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
- 00b1c3a Fix assert in bench due to r7899. Unreviewed. by jvanverth@google.com · 12 years ago
- b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
- b83a193 Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) due Android rendering issues by robertphillips@google.com · 12 years ago
- 94ba6c6 Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
- 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
- 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
- 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
- 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
- 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
- 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
- 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
- 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
- cbe4f6a Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB by jvanverth@google.com · 12 years ago
- 55cac11 Fix calls to setVertexSourceToBuffer by robertphillips@google.com · 12 years ago
- a4d18dd Reinstate r7546: fix unused variable warning by jvanverth@google.com · 12 years ago
- b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
- 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
- d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
- cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
- 7fbf5cf fix unused variable warning by reed@google.com · 12 years ago
- ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
- d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
- 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 12 years ago
- cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
- cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 12 years ago
- 9e040ae Remove unnecessary ptr derefs int r7411 (deref result is not used). by bsalomon@google.com · 12 years ago
- adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
- c5fae9e Fix spelling error. by bsalomon@google.com · 12 years ago
- 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
- 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
- 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
- 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
- eb928ea Proposed fix to new stroking/path render selection system by robertphillips@google.com · 12 years ago
- a7830dc Revert part of r7047 to check Xoom failures by robertphillips@google.com · 12 years ago
- 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
- e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
- 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
- 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
- 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
- 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
- 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 12 years ago
- 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
- a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
- 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
- df17c64 Remove assert to allow Android bots (that don't support NPOT textures) to continue in Debug mode by robertphillips@google.com · 12 years ago
- b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 12 years ago
- b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago