aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.cpp
Commit message (Expand)AuthorAge
* Use int rather than size_t for pathCount in GrDrawTarget::drawPathsGravatar commit-bot@chromium.org2014-03-28
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Add Gpu Tracing to GaneshGravatar commit-bot@chromium.org2014-03-25
* Make it possible to draw multiple paths at once to a draw targetGravatar commit-bot@chromium.org2014-03-25
* Add hooks for GL_EXT_debug_marker in gpuGravatar commit-bot@chromium.org2014-02-21
* Add dev bounds to bmp txt context, use bounds to ignore clipsGravatar commit-bot@chromium.org2014-02-11
* Add detection of mip supportGravatar commit-bot@chromium.org2013-12-19
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Avoid printing draw target info to stderr while running unit testsGravatar commit-bot@chromium.org2013-11-21
* Fix stale assert in GrDrawTarget::printGravatar commit-bot@chromium.org2013-11-08
* separate state for msaa renderabilityGravatar commit-bot@chromium.org2013-10-15
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* Implement stroking a path with nv_path_renderingGravatar commit-bot@chromium.org2013-10-09
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Plumb in flag for reusing scratch texturesGravatar commit-bot@chromium.org2013-07-18
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...Gravatar bsalomon@google.com2013-05-29
* Key shader on whether frag pos read is relative to top-left or bottom-leftGravatar bsalomon@google.com2013-05-13
* Add support for GL_*_shader__framebuffer_fetchGravatar bsalomon@google.com2013-05-03
* Vertex Attrib configurations now handled as pointers vs. SkSTArraysGravatar robertphillips@google.com2013-04-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-16
* Add support for using glCopyTexSubImage2D when possible to copy surfaces.Gravatar bsalomon@google.com2013-04-15
* Use blitframebuffer to implement copySurface.Gravatar commit-bot@chromium.org2013-04-11
* Make GrIODB record and play back copySurface.Gravatar bsalomon@google.com2013-04-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-04
* Add GrDrawTarget::copySurface.Gravatar bsalomon@google.com2013-04-03
* Make drawRect preserve vertex attrib state and push/pop the geom sources.Gravatar bsalomon@google.com2013-04-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-02
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01
* Revise attribute binding interface.Gravatar commit-bot@chromium.org2013-04-01
* Trim the copy of the dst made for dst-reading effects using the clip and dev-...Gravatar commit-bot@chromium.org2013-04-01
* Add support for reading the dst pixel value in an effect. Use in a new effect...Gravatar bsalomon@google.com2013-03-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-26
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Remove constructors from GrVertexAttrib. Gravatar jvanverth@google.com2013-03-01
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25