aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/instanced
Commit message (Expand)AuthorAge
* move src/gpu/batches -> src/gpu/opsGravatar Brian Salomon2016-12-16
* Rename batch->op and sk_sp in instanced renderingGravatar Brian Salomon2016-12-16
* Mark the leaf classes of GrOp final.Gravatar Herb Derby2016-12-14
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09
* Reland "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-08
* Remove antialiasing control from GrPaint.Gravatar Brian Salomon2016-12-08
* Rename GrBatchFlushState to GrOpFlushStateGravatar Brian Salomon2016-12-07
* Rename GrDrawBatch->GrDrawOpGravatar Brian Salomon2016-12-01
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* Remove pipeline info dump from GrDrawBatchGravatar Brian Salomon2016-12-01
* Rename vars and functions from 'glslcaps'->'shadercaps'Gravatar Brian Salomon2016-11-29
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Make GrMemoryPool play nice with bucketing allocators.Gravatar dskiba2016-11-29
* baked in a few more precision modifiersGravatar Ethan Nicholas2016-11-28
* removed appendPrecisionModifierGravatar Ethan Nicholas2016-11-22
* Merge GrGLSLShaderVar and GrShaderVarGravatar Brian Salomon2016-11-21
* Make GrBufferAccess a nested class of GrProcessorGravatar Brian Salomon2016-11-18
* Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxyGravatar Robert Phillips2016-11-11
* src/gpu: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove GrStencilSettings from GrPipelineGravatar csmartdalton2016-11-01
* re-re-land of skslc now automatically turns on derivatives supportGravatar ethannicholas2016-10-20
* Support inline uploads in VulkanGravatar Greg Daniel2016-10-19
* Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers.Gravatar Greg Daniel2016-10-18
* Revert "re-land of skslc now automatically turns on derivatives support"Gravatar Mike Klein2016-10-18
* re-land of skslc now automatically turns on derivatives supportGravatar Ethan Nicholas2016-10-18
* Revert "skslc now automatically turns on derivatives support"Gravatar Ethan Nicholas2016-10-18
* skslc now automatically turns on derivatives supportGravatar Ethan Nicholas2016-10-18
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-12
* Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://c...Gravatar jvanverth2016-10-11
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-11
* Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://c...Gravatar mtklein2016-10-10
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://c...Gravatar jvanverth2016-10-10
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://co...Gravatar fmalita2016-09-30
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-30
* Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://co...Gravatar ethannicholas2016-09-26
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-26
* Conditionally insert gl_PointSize into shaders.Gravatar bsalomon2016-09-21
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.Gravatar bsalomon2016-09-20
* Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...Gravatar bsalomon2016-09-19
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.Gravatar bsalomon2016-09-19
* simple fix?Gravatar mtklein2016-09-15
* Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique idsGravatar robertphillips2016-08-31
* Simplify adding attributes to GrGeometryProcessorGravatar bsalomon2016-08-17
* Add ES 3.0 fallback for instanced renderingGravatar csmartdalton2016-07-29
* Add test configs for instanced renderingGravatar csmartdalton2016-07-29