aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
...
* Revert of Test that GrFragmentProcessors work without input colors. (patchset...Gravatar bsalomon2015-09-14
* Test that GrFragmentProcessors work without input colors.Gravatar bsalomon2015-09-14
* skia: Add ANGLE with GL backend to nanobench/DMGravatar hendrikw2015-09-11
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* Late creation of GrPathProcessorGravatar joshualitt2015-09-10
* Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...Gravatar bsalomon2015-09-10
* Revert of Add a mutex to GrContext::readSurfacePixels to protect against mult...Gravatar bsalomon2015-09-09
* Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...Gravatar bsalomon2015-09-09
* SK_API on GrWrapTextureInBitmapGravatar bsalomon2015-09-09
* Brian requested a new namespace for factories that create fragment processors...Gravatar wangyix2015-09-09
* Make GrProcessorDataManager a noopGravatar joshualitt2015-09-09
* GrPathRangeBatchGravatar bsalomon2015-09-09
* refactor parts of SkGr.cpp for use by SkImagesGravatar reed2015-09-08
* Add skstd::unique_ptr and use it.Gravatar bungeman2015-09-07
* Add new surface flagGravatar jvanverth2015-09-02
* Remove GrGpuTraceMarker hooks until we rethink the designGravatar joshualitt2015-09-01
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...Gravatar rmistry2015-08-28
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Clean up SkTLogic.Gravatar bungeman2015-08-28
* Convert child FPs from refs to pending executions when parent convertsGravatar bsalomon2015-08-27
* Remove overly complicated GR_CREATE_STATIC_PROCESSOR macroGravatar mdempsky2015-08-27
* skia: add ability to load command_buffer_gles2Gravatar hendrikw2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Add ANGLE workaround to prefer flushes over VRAM usageGravatar robertphillips2015-08-20
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* No need to re-declare pure virtual name().Gravatar mtklein2015-08-19
* Use calloc to allocate data that will be uploaded to vertex/index buffers in ...Gravatar bsalomon2015-08-19
* This change is in preparation for updating how processor keys and meta keys a...Gravatar wangyix2015-08-19
* Allow setting of GrBatchFontCache atlas sizesGravatar joshualitt2015-08-19
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Made isEqual in GrFragmentProcessor recursiveGravatar wangyix2015-08-18
* Added class AutoFragmentChildProcAdvance to be constructed before a child emi...Gravatar wangyix2015-08-18
* Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...Gravatar bsalomon2015-08-13
* Extend SkImageGenerator to support natively generated GrTextures. As part of ...Gravatar reed2015-08-13
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Refactor helper function for SkBitmapShader to GrFragmentProcessorGravatar joshualitt2015-08-12
* Add support for a new GPU interfaceGravatar jvanverth2015-08-12
* Check for xfer barriers in GrBatch, auto-issue barriers in GrGpuGravatar bsalomon2015-08-12
* All child GrFragmentProcs' transforms and textures will be stored in the root...Gravatar wangyix2015-08-12
* trivial CL to add drawBatch to GrDrawContextGravatar joshualitt2015-08-10
* Expand functionality of GrRectBatchFactory with AARectsGravatar joshualitt2015-08-10
* First pass at drawAtlas batching.Gravatar jvanverth2015-08-07
* Move some work from backend onClear to base class clearGravatar egdaniel2015-08-06
* Implement caching of stroked paths in the tessellating path renderer.Gravatar senorblanco2015-08-06