aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add support for all compressed formats in KTX file formatGravatar krajcevski2014-08-05
* Parses sample code provided by Android project. Attempts to keep FontFamily d...Gravatar tomhudson2014-08-05
* Calculate rough approximations for nvpr path sizesGravatar cdalton2014-08-05
* Move functions from GrDrawState.h to GrDrawState.cpp and delete unused functi...Gravatar bsalomon2014-08-05
* Add ETC1 format to SkTextureCompressorGravatar krajcevski2014-08-05
* Don't compare constant color and coverage between GrDrawStates when they are ...Gravatar bsalomon2014-08-05
* Replace op== with CombineIfPossible in GrDrawState.Gravatar bsalomon2014-08-05
* Test and generalize font configuration parserGravatar tomhudson2014-08-05
* Enable gpu Debug markers if tracing category skia.gpu is enabledGravatar egdaniel2014-08-04
* Force linking as C++ library.Gravatar mtklein2014-08-04
* Adds a GrGLPathRendering class that wraps the NV_path_renderingGravatar cdalton2014-08-04
* Don't compare coord change matrices to determine effect compatibility when us...Gravatar bsalomon2014-08-04
* Remove dependency on std::stringGravatar mtklein2014-08-04
* SkCanvas interface for drawing a patch.Gravatar dandov2014-08-04
* Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium...Gravatar krajcevski2014-08-04
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* Add ETC1 format to SkTextureCompressorGravatar krajcevski2014-08-04
* Exit early when draw can be skipped. Be more robust against abandoned GrContext.Gravatar bsalomon2014-08-04
* fix missing return in error case for bitmap scalerGravatar humper2014-08-04
* Make GrGLProgram be available to GrGLProgramDataManagerGravatar kkinnunen2014-08-03
* Fix for Chrome Canaries.Gravatar jvanverth2014-08-01
* Rollback text allocation changes.Gravatar jvanverth2014-08-01
* Revert of Memory improvements to render_pdfs; better DM pool size defaults (h...Gravatar halcanary2014-08-01
* Memory improvements to render_pdfs; better DM pool size defaultsGravatar halcanary2014-08-01
* Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code.Gravatar Florin Malita2014-08-01
* FBFetch refactor + arm supportGravatar joshualitt2014-08-01
* Update NEON compiler defines to use SK_ prefixGravatar djsollen2014-08-01
* Add initial pipeline for decompressorsGravatar krajcevski2014-07-31
* Add CTM to the cached layers' key and reduce render target pingponging in lay...Gravatar robertphillips2014-07-31
* Revert of Add initial pipeline for decompressors (https://codereview.chromium...Gravatar mtklein2014-07-31
* Add initial pipeline for decompressorsGravatar krajcevski2014-07-31
* Fix for texture domain on imagination gpusGravatar joshualitt2014-07-31
* Add standard fonts to all GMs.Gravatar Cary Clark2014-07-31
* Fix end-of-pattern matching for Skia recording optimization.Gravatar dneto2014-07-30
* Intersect SkPictureImageFilter bounds against clip bounds.Gravatar senorblanco2014-07-30
* Remove kDisableBlend_BlendOptFlag as it is no longer neededGravatar egdaniel2014-07-30
* Start the process of choosing the correct compression formatGravatar krajcevski2014-07-30
* Test removal of mesa specific version parseGravatar joshualitt2014-07-30
* Implement a persistent uniqueID-based cache for SkImageFilter.Gravatar senorblanco2014-07-30
* Add query for whether or not we have compressedTexSubImageGravatar krajcevski2014-07-30
* Correct Android FontMgr use of ttc index and remove unused code.Gravatar bungeman2014-07-30
* Explicitly typedef GetUserDefaultLocaleName as WINVER may not be high enough ...Gravatar george2014-07-30
* Fix way-over-allocation in pipe.Gravatar mtklein2014-07-30
* Add vertex bounds check for distance field rendering.Gravatar jvanverth2014-07-30
* Bring LATC in line with other formats (i.e. write a blitter andGravatar krajcevski2014-07-30
* Fix ref counting of cached layer's textureGravatar robertphillips2014-07-30
* Add effect caching to distance field text.Gravatar jvanverth2014-07-30
* Rename GrGLUniformManager to GrGLProgramDataManagerGravatar kkinnunen2014-07-30
* Incorporate glStencilThenCover* nvpr methodsGravatar cdalton2014-07-29
* fRight -> fBottomGravatar krajcevski2014-07-29