aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Skia: Track the fIsWrapped separately so that we delete correctlyGravatar hendrikw2014-12-09
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Remove unused static function skcolor_to_grcolor_nopremultiply.Gravatar egdaniel2014-12-09
* Fix for alpha textures on Nexus 6.Gravatar jvanverth2014-12-09
* Don't call GetShaderPrecisionFormat for geometry shaders.Gravatar bsalomon2014-12-09
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Use threshold of 1 texture coord value per pixel w/ nearest neighbor.Gravatar bsalomon2014-12-09
* Use GrCoordTransform precision to set uniform matrix precisionGravatar bsalomon2014-12-09
* Rename CustomCoordTextureEffect to GrBitmapTextGeoProc.Gravatar egdaniel2014-12-09
* Make addUniform take a precisionGravatar bsalomon2014-12-09
* Move shader precision out of GrShaderVarGravatar bsalomon2014-12-09
* Use texture size to determine precision of texture coord varyings.Gravatar bsalomon2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Add support for half float alpha textures.Gravatar jvanverth2014-12-05
* Check XpFactory equality in DrawStateGravatar egdaniel2014-12-05
* Fix include for GrPortderDuffXferProcessor.cppGravatar egdaniel2014-12-05
* get rid of static gpsGravatar joshualitt2014-12-05
* Move GrPorterDuffXferProcessor to include/gpu/effects.Gravatar egdaniel2014-12-05
* Fix overoptimization in distance field code on N7 and N10.Gravatar jvanverth2014-12-05
* clean up default precision handlingGravatar bsalomon2014-12-04
* Remove backend factoriesGravatar joshualitt2014-12-04
* Ganesh text rendering cleanup.Gravatar jvanverth2014-12-04
* create and thread batch tracker objectGravatar joshualitt2014-12-04
* move program descriptor generation to flushGravatar joshualitt2014-12-04
* Fix SKPBench tiling so MPD and non-MPD matchGravatar robertphillips2014-12-04
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert of move program descriptor generation to flush (patchset #7 id:120001 ...Gravatar joshualitt2014-12-04
* Revert of create and thread batch tracker object (patchset #9 id:160001 of ht...Gravatar joshualitt2014-12-04
* create and thread batch tracker objectGravatar joshualitt2014-12-03
* move program descriptor generation to flushGravatar joshualitt2014-12-03
* Remove guard on and enable vertexAttrib function pts on GrGLInterface.Gravatar egdaniel2014-12-03
* Use static XPF for porter duff xp factories.Gravatar egdaniel2014-12-03
* Add glGetShaderPrecisionFormatGravatar bsalomon2014-12-03
* Add XferProcessor factory in GrPaint and GrDrawState.Gravatar egdaniel2014-12-03
* bug fix for cubic low precisionGravatar joshualitt2014-12-03
* Remove unused constants.Gravatar mtklein2014-12-03
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* First step to moving vertex attributes to the geometryProcessorGravatar joshualitt2014-12-03
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* check matrix does not have rotation or perspective transformationGravatar derekf2014-12-02
* use drawRect when drawing a bitmap with anti-aliasing on a non-msaa targetGravatar derekf2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* move some copy surface stuff to GrFlushToGpuDrawTargetGravatar bsalomon2014-12-02
* SkColorTable locking serves no purpose anymore.Gravatar mtklein2014-12-02
* Remove commentGravatar robertphillips2014-12-02
* skia: Prevent GL_RED from being used with MESAGravatar hendrikw2014-12-02
* Add additional clean up code in MPD pathGravatar robertphillips2014-12-01
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01