aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
...
* 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
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-20
* Add a 'unique' method to SkRefCnt, document the usage, and add support.Gravatar bungeman@google.com2013-07-19
* Alter resource cache and GrContext to (optionally) never reuse a scratch textureGravatar robertphillips@google.com2013-07-19
* Add purgeAsNeeded calls before addResource callsGravatar robertphillips@google.com2013-07-18
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Missed this is r9949 (Allow the resource cache to (indirectly) flush the InOr...Gravatar commit-bot@chromium.org2013-07-16
* Move gaussianBlur functionality to src\effectsGravatar robertphillips@google.com2013-07-15
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* The two leaks are:Gravatar commit-bot@chromium.org2013-07-11
* Allow the resource cache to (indirectly) flush the InOrderDrawBufferGravatar commit-bot@chromium.org2013-07-10
* Fix for DEPS roll failure (a patch to r9898)Gravatar robertphillips@google.com2013-07-04
* Minor GrContext/GrInOrderDrawBuffer cleanupGravatar robertphillips@google.com2013-07-03
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* revert 9802 breacking tests on some configsGravatar edisonn@google.com2013-06-28
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Make text context responsible for setting GrPaint on GrDrawState.Gravatar bsalomon@google.com2013-06-13
* Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...Gravatar bsalomon@google.com2013-05-29
* Make GrContext track the current matrix, render target, and clip directly rat...Gravatar commit-bot@chromium.org2013-05-28
* fix slowness of getImageData() for CanvasRenderingContext2D in linux due to u...Gravatar commit-bot@chromium.org2013-05-24
* Add special handling of rectori case for gpuGravatar robertphillips@google.com2013-05-17
* Don't make dst copies when color stage requires dst but color writes are disa...Gravatar bsalomon@google.com2013-05-15
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-15
* Re-add isIRect test for AA rect drawingGravatar robertphillips@google.com2013-05-14
* Partial revert of r9087Gravatar robertphillips@google.com2013-05-13