aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/SkGr.h
Commit message (Expand)AuthorAge
...
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* eliminate code related to SkBitmap::ConfigGravatar reed2014-08-18
* Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions.Gravatar jvanverth2014-07-11
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* hide SkBitmap::Config entirely (behind a flag)Gravatar reed2014-06-17
* SkShader::asNewEffect RefactoringGravatar dandov2014-06-10
* Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversionGravatar commit-bot@chromium.org2014-05-19
* Move skPaint2GrPaint to SkGr.h/cppGravatar commit-bot@chromium.org2014-05-15
* stop using deprecated bitmap::config for gpuGravatar commit-bot@chromium.org2014-04-23
* Move distance field generation to the glyph cache.Gravatar commit-bot@chromium.org2014-04-14
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Update all callsites to use info for pixelrefsGravatar reed@google.com2013-12-13
* Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ...Gravatar robertphillips@google.com2013-12-13
* Remvoe duplicate impl for SkImageInfo flatteningGravatar reed@google.com2013-12-13
* Revert "remvoe duplicate impl for SkImageInfo flattening"Gravatar reed@google.com2013-12-11
* Revert "Revert of https://codereview.chromium.org/108773003/"Gravatar reed@google.com2013-12-11
* Revert of https://codereview.chromium.org/108773003/Gravatar commit-bot@chromium.org2013-12-11
* remvoe duplicate impl for SkImageInfo flatteningGravatar reed@google.com2013-12-11
* Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...Gravatar reed@google.com2013-12-11
* PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...Gravatar reed@google.com2013-12-11
* Revert "Revert "Revert "PixelRef now returns (nearly) everything that is curr...Gravatar reed@google.com2013-12-06
* Revert "Revert "PixelRef now returns (nearly) everything that is currently in...Gravatar reed@google.com2013-12-06
* Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...Gravatar reed@google.com2013-12-06
* PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...Gravatar reed@google.com2013-12-06
* Remove uses of GR_RELEASE.Gravatar commit-bot@chromium.org2013-09-03
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Remove GrPathCmdGravatar bsalomon@google.com2013-05-10
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Reland 6914 w/ fixes.Gravatar bsalomon@google.com2012-12-20
* Revert 6914 to fix build issues.Gravatar bsalomon@google.com2012-12-20
* Simplify cache IDs and keys.Gravatar bsalomon@google.com2012-12-20
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Made clarifying renamings to SkClipStack's iterators (and added to unit test)Gravatar robertphillips@google.com2012-07-20
* Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...Gravatar rileya@google.com2012-07-18
* 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
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* Remove static initiazled gClampNearest in gpu backendGravatar bsalomon@google.com2011-12-12
* Fix buildGravatar bsalomon@google.com2011-11-23
* Remove unneeded sk/gr conversion codeGravatar bsalomon@google.com2011-08-16
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Make GrTextureCache into a generic GrResource cache. Also some GrContext text...Gravatar bsalomon@google.com2011-07-26
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16