aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"Gravatar mike@reedtribe.org2014-02-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Initialize written paths and strokerecs lazily during GPU drawPathGravatar commit-bot@chromium.org2014-01-14
* Move geometry allocator for drawVertices inside autoflush scope.Gravatar commit-bot@chromium.org2014-01-08
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Remove problematic GrContext thread local instance countingGravatar commit-bot@chromium.org2013-12-04
* Apply hairline optimization only if the path renderer wants itGravatar commit-bot@chromium.org2013-11-22
* Revert "Do not apply hairline optimization for paths if nv_path_rendering is ...Gravatar bsalomon@google.com2013-11-08
* Do not apply hairline optimization for paths if nv_path_rendering is usedGravatar commit-bot@chromium.org2013-11-08
* Add bevel-stroke support in GrAARectRendererGravatar commit-bot@chromium.org2013-11-06
* Reverting r12082 (Add bevel-stroke support in GrAARectRenderer) due to GM fai...Gravatar robertphillips@google.com2013-11-01
* Make GrContext cache the gpu pathsGravatar commit-bot@chromium.org2013-11-01
* Add bevel-stroke support in GrAARectRendererGravatar commit-bot@chromium.org2013-11-01
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-01
* Add can-ignore-rect hint to clear callGravatar robertphillips@google.com2013-10-31
* Make not-reusing-scratch-textures only apply to texture uploadsGravatar robertphillips@google.com2013-10-30
* Allow specifying the max texture count on the botsGravatar robertphillips@google.com2013-10-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-30
* Don't reuse scratch textures patchGravatar robertphillips@google.com2013-10-29
* We want to give SkPixelRef a way to signal over to GrResourceCache that it's ...Gravatar commit-bot@chromium.org2013-10-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-24
* Add support for reading non-rendertarget textures.Gravatar commit-bot@chromium.org2013-10-23
* Fix out of order destruction errorGravatar robertphillips@google.com2013-10-21
* More clang warning fixes.Gravatar commit-bot@chromium.org2013-10-21
* Second wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-15
* Fix build break in assertGravatar bsalomon@google.com2013-10-15
* separate state for msaa renderabilityGravatar commit-bot@chromium.org2013-10-15
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* When cache is full delay flush until GrContext draw is finishedGravatar commit-bot@chromium.org2013-10-04
* Add support to dump font cache texture for debug purposesGravatar commit-bot@chromium.org2013-10-02
* Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents.Gravatar commit-bot@chromium.org2013-09-25
* Attempt to remove 64 bit min size for NPOT resized texture.Gravatar commit-bot@chromium.org2013-09-18
* re-enable GrIODBGravatar bsalomon@google.com2013-09-10
* Two and three color GPU gradients without textures.Gravatar bsalomon@google.com2013-09-09
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GR_DEBUGCODE by SkDEBUGCODE.Gravatar commit-bot@chromium.org2013-09-06
* Move oval and rect renderer includes to private interfaceGravatar jvanverth@google.com2013-09-06
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Fix for nested rect drawing bugGravatar robertphillips@google.com2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-14
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-07
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-06
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-05
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-05
* Fix a crash on stroking empty paths with nv_path_rendering enabledGravatar commit-bot@chromium.org2013-08-05
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Add GrContext::setMaxTextureSizeOverrideGravatar robertphillips@google.com2013-07-25