aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Revert of Move instanced index buffer creation to flush time (patchset #6 id:...Gravatar bsalomon2015-05-04
* Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...Gravatar reed2015-05-04
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalGravatar reed2015-05-04
* make drawImage a virtual on SkDeviceGravatar reed2015-05-04
* Move instanced index buffer creation to flush timeGravatar bsalomon2015-05-04
* Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 ...Gravatar joshualitt2015-05-04
* Move state management to GrInOrderDrawBufferGravatar joshualitt2015-05-04
* Add hairlines batch unit testGravatar joshualitt2015-05-02
* Fix for valgrindGravatar joshualitt2015-05-02
* 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
* Add batch unit tests for ovalsGravatar joshualitt2015-04-30
* Fix gpu memory accounting for auto-resolving MSAA.Gravatar senorblanco2015-04-30
* simple cleanup in GrTargetCommandsGravatar joshualitt2015-04-30
* Fix for texture allocation failure in 'preAbandonGpuContext' modeGravatar robertphillips2015-04-30
* Use texture barriers to read directly from the RTGravatar cdalton2015-04-29
* Make XPFragmentBuilder only Builder with access to DstCopy.Gravatar egdaniel2015-04-29
* Add dash lines batch unit testGravatar joshualitt2015-04-29
* Pull out shader-specific caps into GrShaderCaps and GrGLSLCapsGravatar jvanverth2015-04-29
* Fix double blend in GrAAConvexPathRendererGravatar cdalton2015-04-29
* Initial CL to create GrBatchTest infrastructureGravatar joshualitt2015-04-29
* onCreateDevice -> NULL now means the caller should create its own (bitmap) de...Gravatar reed2015-04-29
* Remove unneeded features from GrBufferAllocPoolGravatar bsalomon2015-04-29
* Pass dashing info from drawPath to Gr sideGravatar kkinnunen2015-04-28
* Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget.Gravatar bsalomon2015-04-28
* create GrTestUtils.h, move some common functions into itGravatar joshualitt2015-04-28
* Do circular clipping in normalized spaceGravatar bsalomon2015-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
* Remove vertex/index buffer factilities from GrDrawTarget.Gravatar bsalomon2015-04-28
* remove old text contexts and fontcacheGravatar joshualitt2015-04-28
* In this CL we stop closing batches prematurely, and only close immediately be...Gravatar joshualitt2015-04-27
* Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://cod...Gravatar joshualitt2015-04-27
* In this CL we stop closing batches prematurely, and only close immediately be...Gravatar joshualitt2015-04-27
* Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://cod...Gravatar joshualitt2015-04-27
* In this CL we stop closing batches prematurely, and only close immediately be...Gravatar joshualitt2015-04-27
* Remove legacy NVPR supportGravatar jvanverth2015-04-27
* Make non-AA hairline stroke rects snap to pixels centers so they close.Gravatar bsalomon2015-04-27
* fix a bug in scrolling BitmapText gpu cached textblobsGravatar joshualitt2015-04-27
* Cleanup: Remove unnecessary double-semicolons.Gravatar tfarina2015-04-27
* Extract gpu line dashing to GrDashLinePathRendererGravatar kkinnunen2015-04-26
* fix for GrBatchAtlas valgrind errorGravatar joshualitt2015-04-24
* Revert of Remove validation exceptions in GrGLInterface. These are all now se...Gravatar bsalomon2015-04-24
* simple fix for preabandon valgrind errorGravatar joshualitt2015-04-24
* fix for using too much memory in GrBatchAtlasGravatar joshualitt2015-04-24
* Remove validation exceptions in GrGLInterface. These are all now set by Chrom...Gravatar bsalomon2015-04-24
* Remove validation of blend barrier until Chrome can provide this functionGravatar bsalomon2015-04-23
* Add onGetBlendInfo to GrXferProcessorGravatar cdalton2015-04-23