aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
Commit message (Expand)AuthorAge
* Fix for disabled color writes xp on n6Gravatar egdaniel2014-12-30
* ViewMatrix uniform upload moved to GeometryProcessorGravatar joshualitt2014-12-30
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* Remove coordchanges from drawstateGravatar joshualitt2014-12-29
* This CL cleans up the last remaining users of localCoordChange on paintGravatar joshualitt2014-12-22
* Add XP to handle the cases where we disable color write.Gravatar egdaniel2014-12-22
* initial changes to add local matrix to primitive processorGravatar joshualitt2014-12-19
* Add an InvariantOutput for the XPF.Gravatar egdaniel2014-12-18
* Remove GrCoordTransform::kPosition_CoordSetGravatar bsalomon2014-12-18
* Change to create device coord coordsetGravatar joshualitt2014-12-18
* Cleanup: More override fixes.Gravatar tfarina2014-12-17
* remove view matrix from contextGravatar joshualitt2014-12-17
* Add Coverage Drawing XPGravatar egdaniel2014-12-17
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* Add xp optimization for RGB coverage.Gravatar egdaniel2014-12-15
* Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.Gravatar tfarina2014-12-14
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Create xfer processor backend.Gravatar egdaniel2014-12-11
* Revert of Create xfer processor backend. (patchset #6 id:100001 of https://co...Gravatar joshualitt2014-12-10
* Revert of Fix to set correct output type when blending when we've read dst (p...Gravatar joshualitt2014-12-10
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* Fix to set correct output type when blending when we've read dstGravatar egdaniel2014-12-10
* Create xfer processor backend.Gravatar egdaniel2014-12-10
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-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
* 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
* 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
* 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
* Remove backend factoriesGravatar joshualitt2014-12-04
* create and thread batch tracker objectGravatar 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
* Use static XPF for porter duff xp factories.Gravatar egdaniel2014-12-03
* Add XferProcessor factory in GrPaint and GrDrawState.Gravatar egdaniel2014-12-03
* bug fix for cubic low precisionGravatar joshualitt2014-12-03
* First step to moving vertex attributes to the geometryProcessorGravatar joshualitt2014-12-03
* remove proc keyGravatar joshualitt2014-11-25
* Update invariant output computation for various texture effects.Gravatar egdaniel2014-11-25
* Create GrOptDrawState before recording draw in GrInOrderDrawBufferGravatar bsalomon2014-11-19
* Drawstate on stackGravatar joshualitt2014-11-17
* Push creation of default GP to the callerGravatar joshualitt2014-11-14
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12