- 8debd89 small cleanup of GrAtlas by joshualitt · 9 years ago
- a65358c Revert of small cleanup of GrAtlas (patchset #2 id:20001 of https://codereview.chromium.org/1142263002/) by bungeman · 9 years ago
- d706f11 small cleanup of GrAtlas by joshualitt · 9 years ago
- bb87b21 Adding immediate mode draw target for debug by joshualitt · 9 years ago
- 3b58d75 Initial CL to create Reorder command builder behind a flag by joshualitt · 10 years ago
- e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
- af24295 create GrInOrderCommandBuilder by joshualitt · 10 years ago
- ad17cfc Move RectBatch to GrRect by joshualitt · 10 years ago
- e46760e Create GrCommandBuilder by joshualitt · 10 years ago
- 0911430 Move state management to GrInOrderDrawBuffer by joshualitt · 10 years ago
- edae309 Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 of https://codereview.chromium.org/1120143002/) by joshualitt · 10 years ago
- 5d6bb6f Move state management to GrInOrderDrawBuffer by joshualitt · 10 years ago
- a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 10 years ago
- 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 193ea93 Split GrTargetCommands into its own files by robertphillips · 10 years ago
- dad7794 Split command holding object (GrTargetCommands) out of GrInOrderDrawBuffer by robertphillips · 10 years ago
- 8f9e816 Minor cleanup of GrInOrderDrawBuffer by robertphillips · 10 years ago
- 7f966f4 Increase GrInOrderDrawBuffer's encapsulation of trace markers by robertphillips · 10 years ago
- 9888b22 Decrease GrInOrderDrawBuffer::Cmd's reliance on GrInOrderDrawBuffer by robertphillips · 10 years ago
- e5e72f1 Improve GrInOrderDrawBuffer::Cmd encapsulation by robertphillips · 10 years ago
- 54fac8b Minor refactoring by robertphillips · 10 years ago
- e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
- 70f0004 simple fix to close batches on anything push to the GrIODB recorder by joshualitt · 10 years ago
- 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
- 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
- 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
- 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
- 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
- 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
- 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
- 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
- c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
- d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
- ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
- d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
- 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