aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Added isIntersectionOfRects to SkClipStackGravatar robertphillips@google.com2012-07-24
* Fix npot bitmap tilingGravatar bsalomon@google.com2012-07-24
* Added bound computation to SkClipStackGravatar robertphillips@google.com2012-07-24
* Fix build break in r4694: move reset() call before setting custom stage on sa...Gravatar tomhudson@google.com2012-07-20
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* Remove assertion when texture matrix is unusedGravatar bsalomon@google.com2012-07-20
* Fix color filter LUT (install custom stage after reset of sampler). Over the ...Gravatar bsalomon@google.com2012-07-20
* Work around unused matrix uniform assertion for color filter LUT.Gravatar bsalomon@google.com2012-07-20
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* Make GPU linear gradients do bilinear filtering.Gravatar rileya@google.com2012-07-19
* New subclasses for both Gr and GrGL gradient effect classes. Gravatar rileya@google.com2012-07-19
* Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...Gravatar rileya@google.com2012-07-18
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Clean up the use of AutoScratchTexture in the gaussian blur and morphologyGravatar senorblanco@chromium.org2012-07-18
* Move texture domains onto a GrCustomStage, off of GrSamplerState.Gravatar tomhudson@google.com2012-07-17
* Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...Gravatar tomhudson@google.com2012-07-13
* Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsGravatar robertphillips@google.com2012-07-13
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stackGravatar robertphillips@google.com2012-07-11
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* Minor refactoring to make GrAutoMatrix a nested sub-class of GrContextGravatar robertphillips@google.com2012-07-11
* Fixed merge error in r4545Gravatar robertphillips@google.com2012-07-11
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Added GPU implementation of 2-point conical gradient.Gravatar rileya@google.com2012-07-03
* Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,Gravatar tomhudson@google.com2012-06-29
* Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are un...Gravatar robertphillips@google.com2012-06-29
* Moved SkGrTexturePixelRef to SkGrPixelRefGravatar robertphillips@google.com2012-06-28
* Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef ...Gravatar robertphillips@google.com2012-06-28
* add explicit purgeAll() so we don't get foiled by the min cache-limitGravatar reed@google.com2012-06-27
* plumb SkInstCnt to all subclasses of GrRefCntGravatar reed@google.com2012-06-26
* Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.Gravatar tomhudson@google.com2012-06-25
* Revert r4287. Large numbers of textures created by random gradients can cause...Gravatar bsalomon@google.com2012-06-22
* Altered GrDrawState to always ref texture and render targetGravatar robertphillips@google.com2012-06-22
* Fixed two bugs in SW-only clip mask generationGravatar robertphillips@google.com2012-06-21
* Remove count budget from resource cacheGravatar bsalomon@google.com2012-06-21
* GPU would ignore the path effect when its stroke is zero, fix itGravatar bsalomon@google.com2012-06-18
* Fix for r4201 performance regression (http://code.google.com/p/skia/issues/de...Gravatar robertphillips@google.com2012-06-08
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Always filter gradient texturesGravatar bsalomon@google.com2012-06-04
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* Clean up likely reference leak in Ganesh custom stages.Gravatar tomhudson@google.com2012-06-04
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* Rolling back 4053Gravatar robertphillips@google.com2012-05-28
* Speculative fix for Android Debug only crash in r4049Gravatar robertphillips@google.com2012-05-28
* Rolling back r4049Gravatar robertphillips@google.com2012-05-25