aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* Attempt to patch GR_STATIC_RECT_VB pathGravatar robertphillips@google.com2012-10-18
* Make Ganesh's resource cache limits more representativeGravatar robertphillips@google.com2012-10-17
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.Gravatar bsalomon@google.com2012-10-12
* SkTCopyOnFirstWriteGravatar bsalomon@google.com2012-10-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-09
* Speculative fix for Chrome bugGravatar robertphillips@google.com2012-10-08
* Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.Gravatar bsalomon@google.com2012-10-08
* Remove translate param from GrContext::drawPath (and subsequent calls).Gravatar bsalomon@google.com2012-10-08
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Fix find/replace missed in #ifdef'ed out code in r5827.Gravatar bsalomon@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Move setPaint from GrContext to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Add convenience function on GrDrawState to set state bit based on a bool.Gravatar bsalomon@google.com2012-10-04
* Fixed bug(s) in batching of rectsGravatar robertphillips@google.com2012-10-04
* Speculative render target ref/unref fixesGravatar robertphillips@google.com2012-10-01
* Fix some linux build warningsGravatar bsalomon@google.com2012-09-25
* Fix for GrTextureStripAtlas memory leakGravatar robertphillips@google.com2012-09-24
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Fix texture ref/unref bug in GrContext::createResizedTextureGravatar robertphillips@google.com2012-09-11
* Removed access of freed memory in GrContext dtorGravatar robertphillips@google.com2012-09-11
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* Fixed assert in unlockStencilBufferGravatar robertphillips@google.com2012-09-06
* Resource cache now explicitly takes ref of managed resourcesGravatar robertphillips@google.com2012-09-05
* Simplified stencil buffer cachingGravatar robertphillips@google.com2012-09-05
* Allow cache tracking to be enabled in releaseGravatar robertphillips@google.com2012-08-31
* Added find, lock to GrContext & GrResourceCache interfacesGravatar robertphillips@google.com2012-08-30
* Hide GrDrawTarget::Caps's member varsGravatar bsalomon@google.com2012-08-28
* Fix dumb bug: redundant runs of upm<->pm roundtrip testGravatar bsalomon@google.com2012-08-28
* Remove SkGpuDevice::fTexture, use new pixel ref class nameGravatar bsalomon@google.com2012-08-28
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Change scratch texture cache behavior to only reuse scratch textures used as ...Gravatar rileya@google.com2012-08-23
* Move the code for the GPU implementation of morphology effects from GrContextGravatar senorblanco@chromium.org2012-08-22
* Scratch textures are no longer removed from the cache in DebugGravatar robertphillips@google.com2012-08-22
* Added resource cache debug output to help track changesGravatar robertphillips@google.com2012-08-22
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Remove unnecessary GrContext flushesGravatar bsalomon@google.com2012-08-17
* Make all GrContext draws go through the draw buffer.Gravatar bsalomon@google.com2012-08-16
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Move resize functionality out of createAndLockTexture and into createResizedT...Gravatar robertphillips@google.com2012-08-13
* Split cache-specific fields out of GrTextureDescGravatar robertphillips@google.com2012-08-13
* Refactored cacheID in preparation for clip mask caching changesGravatar robertphillips@google.com2012-08-08
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Make 0-texture GrCustomStages work.Gravatar bsalomon@google.com2012-07-31
* Remove GrDrawState::setTexture/getTextureGravatar bsalomon@google.com2012-07-30