C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / SkGr.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-18 reedadd kGray_8_SkColorType
2015-03-06 sugoiAdding linear interpolation to rgb->yuv conversion
2015-03-03 reedchange colorfilter to return an array of frag processors
2015-02-25 joshualittadding preabandon flag to DM
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-23 bsalomonDynamically create stencil buffer when needed.
2015-02-19 bsalomonAllow resources' unique keys to be changed.
2015-02-19 bsalomonRename GrContentKey to GrUniqueKey
2015-02-18 joshualittPass Rendertarget into context.
2015-02-13 sugoiYUV scale fix
2015-02-13 jvanverthRevert of YUV scale fix (patchset #2 id:20001 of https...
2015-02-13 sugoiYUV scale fix
2015-02-06 bsalomonReimplement gpu message bus for invalidated bitmap...
2015-02-06 bsalomonOne createTexture function, attempt to recycle scratch...
2015-02-04 bsalomonMore cleanup around GrContext, textures, and SkGr.cpp
2015-02-04 sugoiNo more caching volatile bitmaps
2015-02-04 bsalomonMake npot resizing work properly for bmps that are...
2015-02-02 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-02-01 bsalomonRevert of Move npot resizing out of GrContext and simpl...
2015-02-01 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-01-31 fmalitaRevert of Move npot resizing out of GrContext and simpl...
2015-01-30 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-01-23 bsalomonAdd specialized content key class for resources.
2015-01-20 egdanielDo more cleanup from xp changes
2015-01-19 sugoiBroken dm fix
2015-01-19 sugoiYUV planes cache
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-22 jvanverthDisable GPU sRGB textures for the moment.
2014-12-22 jvanverthAdd sRGB texture support.
2014-12-19 bsalomonWhen bitmap is texture backed, don't download and reupl...
2014-12-17 joshualittremove view matrix from context
2014-12-09 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-08 egdanielRevert of Make all blending up to GrOptDrawState be...
2014-12-08 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-03 egdanielUse static XPF for porter duff xp factories.
2014-12-03 egdanielAdd XferProcessor factory in GrPaint and GrDrawState.
2014-12-02 mtkleinSkColorTable locking serves no purpose anymore.
2014-11-14 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-11-14 bsalomonRevert of Replace GrResourceCache with GrResourceCache2...
2014-11-14 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-11-13 bsalomonRevert of Replace GrResourceCache with GrResourceCache2...
2014-11-13 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-10-31 tfarinaCleanup: Go with SkDebugf instead of GrPrintf.
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-10-24 bsalomonWhen bmp is not cached don't upload as index8 format.
2014-10-16 sugoiDisabled YUV decoding for subsets
2014-10-14 bsalomonRemove uses of GrAutoScratchTexture.
2014-10-13 bsalomonDevirtualize read/write pixels on surface.
2014-10-08 bsalomonGrResourceCache2 manages scratch texture.
2014-10-07 Brian SalomonRevert "GrResourceCache2 manages scratch texture."
2014-10-07 bsalomonGrResourceCache2 manages scratch texture.
2014-10-07 bsalomonRevert of Don't readback and reupload texture-backed...
2014-10-07 bsalomonDon't readback and reupload texture-backed bitmaps
2014-09-30 robertphillipsRevert of GrResourceCache2 manages scratch texture...
2014-09-30 bsalomonGrResourceCache2 manages scratch texture.
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-13 rileyaAdd support for the Rec601 YUV color space to GrYUVtoRG...
2014-09-10 bungemanRevert of Added test for non cached ETC1 (patchset...
2014-09-10 sugoiAdded test for non cached ETC1
2014-09-09 sugoiAdding texture uploads without cache for YUV and ETC1
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-18 reedeliminate code related to SkBitmap::Config
2014-08-11 bsalomonConsider index8 a compressed config.
2014-08-05 krajcevskiAdd support for all compressed formats in KTX file...
2014-07-21 sugoiSkia side RGB to YUV gpu conversion
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-06-19 krajcevskiSimple GPU based dithering:
2014-06-17 reedhide SkBitmap::Config entirely (behind a flag)
2014-06-14 reedstop using SkBitmap::Config
2014-06-10 dandovSkShader::asNewEffect Refactoring
2014-06-05 krajcevskiTwo new benches for ETC1 bitmaps.
2014-06-03 krajcevskiInitial KTX file decoder
2014-06-02 krajcevskiChange #def to be opt-out
2014-06-02 krajcevskiFix bracket outside of ifdef
2014-06-02 krajcevskiInitial work to get ETC1 data up to the GPU
2014-05-30 commit-bot@chromiu... Revert of Initial work to get ETC1 data up to the GPU...
2014-05-30 commit-bot@chromiu... Initial work to get ETC1 data up to the GPU
2014-05-20 commit-bot@chromiu... Preserve GrContext's matrix when calling SkShader:...
2014-05-19 commit-bot@chromiu... Pass in GrContext instead of SkGpuDevice for dashing...
2014-05-16 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-05-15 commit-bot@chromiu... Move skPaint2GrPaint to SkGr.h/cpp
2014-04-23 commit-bot@chromiu... stop using deprecated bitmap::config for gpu
2014-04-11 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-11 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-10 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-10 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-09 commit-bot@chromiu... Rename kPMColor_SkColorType to kN32_SkColorType.
2014-03-25 reed@google.comRevert "Revert of implement readPixels and writePixels...
2014-03-25 commit-bot@chromiu... Revert of implement readPixels and writePixels natively...
2014-03-25 reed@google.comimplement readPixels and writePixels natively, w/o...
2014-03-20 bsalomon@google.comRevert "hide Config8888 entirely". Broke a bunch of...
2014-03-20 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-19 commit-bot@chromiu... hide Config8888 entirely
2014-02-23 commit-bot@chromiu... add new copyTo version to SkBitmap, which takes SkColorType
2014-02-16 commit-bot@chromiu... Change device factories to take SkImageInfo instead...
2014-01-08 reed@google.comchange offset to xy for pixelref subsetting
2013-12-13 reed@google.comUpdate all callsites to use info for pixelrefs
next