aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 o...Gravatar joshualitt2015-05-19
* Preliminary attempt to remove batch trackerGravatar joshualitt2015-05-19
* Make GrStrokeInfo inherit from SkStrokeRecGravatar kkinnunen2015-05-18
* GLProgramsTest 3.0Gravatar joshualitt2015-05-13
* fix bounds for BW lines, AA HairlinesGravatar joshualitt2015-05-13
* Add unit tests for stroke rects and drawVerticesGravatar joshualitt2015-05-11
* Isolate GrBufferAllocPools inside GrBatchTargetGravatar robertphillips2015-05-07
* adding uniqueID to GrContextGravatar joshualitt2015-05-07
* trivial fix for drawvertices boundsGravatar joshualitt2015-05-05
* Move DrawInfo out from GrDrawTarget and rename to GrVertices.Gravatar bsalomon2015-05-05
* Start on simplifying generateGeometry() overridesGravatar bsalomon2015-05-05
* Don't attempt to draw path if dashing or stroking failsGravatar bsalomon2015-05-04
* Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:...Gravatar bsalomon2015-05-04
* Start on simplifying generateGeometry() overridesGravatar bsalomon2015-05-04
* Revert of Don't attempt to draw path if dashing or stroking fails (patchset #...Gravatar bsalomon2015-05-04
* Don't attempt to draw path if dashing or stroking failsGravatar bsalomon2015-05-04
* Move instanced index buffer creation to flush timeGravatar bsalomon2015-05-04
* Revert of Move instanced index buffer creation to flush time (patchset #6 id:...Gravatar bsalomon2015-05-04
* Move instanced index buffer creation to flush timeGravatar bsalomon2015-05-04
* Move bounds to GrBatchGravatar joshualitt2015-05-01
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Simple CL to Compute bounds in GrContext::drawVerticesGravatar joshualitt2015-04-30
* Pull out shader-specific caps into GrShaderCaps and GrGLSLCapsGravatar jvanverth2015-04-29
* Remove unneeded features from GrBufferAllocPoolGravatar bsalomon2015-04-29
* Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget.Gravatar bsalomon2015-04-28
* Remove vertex/index buffer factilities from GrDrawTarget.Gravatar bsalomon2015-04-28
* remove old text contexts and fontcacheGravatar joshualitt2015-04-28
* Make non-AA hairline stroke rects snap to pixels centers so they close.Gravatar bsalomon2015-04-27
* Extract gpu line dashing to GrDashLinePathRendererGravatar kkinnunen2015-04-26
* Initial CL to add distance field support to GrAtlasTextContextGravatar joshualitt2015-04-17
* add textblob cache freeallGravatar joshualitt2015-04-16
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16
* Set resScale on stroker when stroking path on gpu.Gravatar egdaniel2015-04-13
* Make GrContext::freeGpuResources() purge the resource cacheGravatar bsalomon2015-04-13
* The TextBlobCache needs the ability to trigger a flush because otherwise its ...Gravatar joshualitt2015-04-10
* fix for perf regression on ugamsolutions / msaa16Gravatar joshualitt2015-04-09
* Add mechanism to proactively purge old resources in GrResourceCache.Gravatar bsalomon2015-04-08
* Adding a cache + memory pool for GPU TextBlobsGravatar joshualitt2015-04-08
* change isNestedRect to isNestedFillRectGravatar caryclark2015-04-08
* Rename GrBitmapTextContextB to GrAtlasTextContextGravatar joshualitt2015-04-02
* move Atlas Text Context to its own fileGravatar joshualitt2015-04-01
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https...Gravatar joshualitt2015-03-31
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Let text contexts fall back directly to pathsGravatar joshualitt2015-03-20
* handle null vertex or index buffers in batchGravatar joshualitt2015-03-05
* nexus 9 fixGravatar joshualitt2015-02-27
* Context batchesGravatar joshualitt2015-02-27
* adding preabandon flag to DMGravatar joshualitt2015-02-25