aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrBitmapTextGeoProc.cpp
Commit message (Expand)AuthorAge
...
* Remove viewmatrix from GrGeometryProcessor base classGravatar joshualitt2015-05-14
* remove color from GrGeometryProcessorGravatar joshualitt2015-05-13
* removing equality / compute invariant loops from GrGeometryProcessorsGravatar joshualitt2015-05-13
* Make XPFragmentBuilder only Builder with access to DstCopy.Gravatar egdaniel2015-04-29
* create GrTestUtils.h, move some common functions into itGravatar joshualitt2015-04-28
* Revert of removing equality / compute invariant loops from GrGeometryProcesso...Gravatar joshualitt2015-04-28
* removing equality / compute invariant loops from GrGeometryProcessorsGravatar joshualitt2015-04-28
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Adjust atlas sizes to fix Mali400 precision issuesGravatar jvanverth2015-03-11
* Use uint16s for texture coordinates when rendering text.Gravatar jvanverth2015-02-18
* Revert of Use uint16s for texture coordinates when rendering text. (patchset ...Gravatar reed2015-02-17
* Use uint16s for texture coordinates when rendering text.Gravatar jvanverth2015-02-17
* fix for uniform view matrix being uploaded but not usedGravatar joshualitt2015-02-12
* Small change to use a GrGeometryProcessor for all BitmapText draw callsGravatar joshualitt2015-02-11
* GrBatchPrototypeGravatar joshualitt2015-01-28
* Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chro...Gravatar joshualitt2015-01-28
* GrBatchPrototypeGravatar joshualitt2015-01-27
* Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chro...Gravatar joshualitt2015-01-27
* GrBatchPrototypeGravatar joshualitt2015-01-26
* Refactor position computation to enable device space "nudge"Gravatar robertphillips2015-01-18
* More changes to bring together path / geo procsGravatar joshualitt2015-01-14
* Move most of the transform logic into the primitive processorsGravatar joshualitt2015-01-13
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* ViewMatrix uniform upload moved to GeometryProcessorGravatar joshualitt2014-12-30
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* This CL cleans up the last remaining users of localCoordChange on paintGravatar joshualitt2014-12-22
* initial changes to add local matrix to primitive processorGravatar joshualitt2014-12-19
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* 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
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Rename CustomCoordTextureEffect to GrBitmapTextGeoProc.Gravatar egdaniel2014-12-09