- faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
- fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
- 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 11 years ago
- 5c493d5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f09b87d Fix compiler error for r9592 by robertphillips@google.com · 11 years ago
- 2fad5a8 Hopefully fix Android warning-as-error about uninit var. by bsalomon@google.com · 11 years ago
- 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
- 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@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
- d09ab84 Don't make dst copies when color stage requires dst but color writes are disabled. by bsalomon@google.com · 11 years ago
- b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 11 years ago
- 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
- 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@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
- 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 86b5e29 Patches for r8468 build errors. Unreviewed. by jvanverth@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
- bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 12 years ago
- 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
- 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
- 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 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
- 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
- 66a58ac Fixed a few warnings by sugoi@google.com · 12 years ago
- f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
- 9b98c1b Make global static variable kVertexAttribs in GrAARectRenderer local to functions. by jvanverth@google.com · 12 years ago
- 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
- af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
- b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
- 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.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
- 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
- b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
- d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
- cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.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
- adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
- dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 12 years ago
- ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
- 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
- bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. 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
- cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
- b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
- 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
- d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
- 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
- c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
- 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
- ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
- 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
- 1322134 Update comment in GrDrawState.h to reflect renaming changes and expansion of the scope of effects. by bsalomon@google.com · 12 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
- c196b52 Misc stage->effect renaming by bsalomon@google.com · 12 years ago
- 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
- f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
- 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
- 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
- 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 12 years ago
- dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
- f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
- b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
- 1e269b5 Spell correct some comments. by bsalomon@google.com · 12 years ago
- f467ce7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- a834746 Make additional code paths go through GrDrawState helper classes for their matrix manipulations. by bsalomon@google.com · 12 years ago
- 2fdcdeb Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices. by bsalomon@google.com · 12 years ago
- 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
- af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 12 years ago
- d5d69ff Add convenience function on GrDrawState to set state bit based on a bool. by bsalomon@google.com · 12 years ago
- 861b3a2 Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 without regressing performance. by bsalomon@google.com · 12 years ago
- 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
- a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
- cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
- 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
- e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
- 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
- f2f8fc3 Fix grdrawstate == test when left side has disabled stage and right side does not by bsalomon@google.com · 12 years ago
- e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 12 years ago
- 676e660 More carefully disable stages in Ganesh to avoid textures or effects by tomhudson@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
- 69ffcf0 Fixed alignment issue in Linux build by robertphillips@google.com · 12 years ago
- fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago