- 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
- 17e7314 remove drawtype by joshualitt · 10 years ago
- b77e4b6 remove drawType from optState by joshualitt · 10 years ago
- 873ad0e BUG=skia: by joshualitt · 10 years ago
- 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
- 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
- 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
- 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
- 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
- 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
- c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
- 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
- dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
- f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
- 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
- eff2c72 move some copy surface stuff to GrFlushToGpuDrawTarget by bsalomon · 10 years ago
- 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
- f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
- 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
- e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
- 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
- 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
- 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
- 54e0c12 scissor state on optstate by joshualitt · 10 years ago
- ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
- 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
- 9853cce Drawstate on stack by joshualitt · 10 years ago
- 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
- d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
- 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
- c4650ee Update GrTRecorder to preserve memory allocations by cdalton · 10 years ago
- 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
- 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
- 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
- d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
- a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
- 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
- 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
- f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
- 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
- f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
- 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
- 07894c4 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
- 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
- bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
- b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
- 838f62d Replace op== with CombineIfPossible in GrDrawState. by bsalomon · 10 years ago
- 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
- b85a0aa Add a GrPathRange class by cdalton · 10 years ago
- a70353e Remove deferred version of GrDrawState. by bsalomon · 10 years ago
- f0480b1 Combine clip stack and clip origin into one struct in GrIODB. by bsalomon · 10 years ago
- bce3d6d Reduce integer divides in GrAllocator by bsalomon · 10 years ago
- ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 11 years ago
- 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
- 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 11 years ago
- 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 11 years ago
- a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
- 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
- 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
- c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
- a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
- a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
- 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
- fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
- 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
- eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 12 years ago
- 07d3a65 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 116ad84 Make GrIODB record and play back copySurface. 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
- 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
- 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
- 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
- a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
- 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
- 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
- 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. 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
- 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@google.com · 12 years ago
- 5f74cf8 Follow up on the previous patch : by sugoi@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
- b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
- 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
- beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
- e3d3216 Remove stage masks by bsalomon@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
- a4f6b10 Make GrInOrderDrawBuffer playback command driven by bsalomon@google.com · 12 years ago
- c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago