aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-23
* Move oval rendering code to GrOvalRenderer.Gravatar commit-bot@chromium.org2013-03-22
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-20
* Add stroked ovals and CircleEdgeEffect.Gravatar jvanverth@google.com2013-03-19
* Add MSAA configs to bench.Gravatar bsalomon@google.com2013-03-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-13
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Remove unused varsGravatar bsalomon@google.com2013-03-06
* Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes.Gravatar bsalomon@google.com2013-03-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-03
* Relanding 7914Gravatar robertphillips@google.com2013-03-02
* Remove constructors from GrVertexAttrib. Gravatar jvanverth@google.com2013-03-01
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7914 due to Linux rendering issuesGravatar robertphillips@google.com2013-03-01
* Replace A8 with RGBA8 when renderable A8 isn't supportedGravatar robertphillips@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Fix assert in bench due to r7899. Unreviewed.Gravatar jvanverth@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) du...Gravatar robertphillips@google.com2013-02-27
* Replace A8 with RGBA8 when renderable A8 isn't supportedGravatar robertphillips@google.com2013-02-27
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* Move blend optimization functions to GrDrawState.Gravatar bsalomon@google.com2013-02-12
* Revert 7625 until after M26 due to a mix of perf changes.Gravatar bsalomon@google.com2013-02-08
* Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.Gravatar bsalomon@google.com2013-02-07
* Remove GR_DUMP_TEXTURE_UPLOADSGravatar bsalomon@google.com2013-02-07
* Remove GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-06
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VBGravatar jvanverth@google.com2013-02-06
* Fix calls to setVertexSourceToBufferGravatar robertphillips@google.com2013-02-05
* Reinstate r7546: fix unused variable warningGravatar jvanverth@google.com2013-02-05
* Move vertex layout from GeometrySrcState to GrDrawState.Gravatar jvanverth@google.com2013-02-05
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Restore variable to release builds.Gravatar jvanverth@google.com2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* fix unused variable warningGravatar reed@google.com2013-02-04
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...Gravatar bsalomon@google.com2013-02-01
* fix buildGravatar reed@google.com2013-01-28
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28
* Fix build break after r7411 when GR_STATIC_RECT_VB is enabled.Gravatar bsalomon@google.com2013-01-28
* Remove unnecessary ptr derefs int r7411 (deref result is not used).Gravatar bsalomon@google.com2013-01-28
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* Fix spelling error.Gravatar bsalomon@google.com2013-01-24
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24