aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
...
* 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
* Revert of Implement caching of stroked paths in the tessellated path renderer...Gravatar senorblanco2015-08-05
* Implement caching of stroked paths in the tessellated path renderer.Gravatar senorblanco2015-08-05
* Expose coord transforms from GrPipelineGravatar joshualitt2015-08-05
* fix for GrFragmentProcessor isEqual in GrPipelineGravatar joshualitt2015-08-05
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-04
* Revert "Implement caching of filled paths in the tessellated path renderer."Gravatar mtklein2015-08-04
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-03
* Add abliity to set textblob cache budget to GrContextGravatar joshualitt2015-08-03
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Make ANGLE perf decisions be runtime rather than compile timeGravatar bsalomon2015-07-31
* SRGB read and write pixels working and unit testGravatar bsalomon2015-07-30
* Move headers with no dependencies.Gravatar mtklein2015-07-29
* Revert "Move headers with no dependencies."Gravatar Mike Klein2015-07-29
* Move headers with no dependencies.Gravatar mtklein2015-07-29
* Skip temp texture when config conversion test has already failed.Gravatar bsalomon2015-07-29
* Revert "Move the rest of src headers used by include to include/private."Gravatar Mike Klein2015-07-28
* Move the rest of src headers used by include to include/private.Gravatar mtklein2015-07-28
* Removed GrFragmentProcessor::fWillUseInputColorGravatar wangyix2015-07-28