skia2/include/gpu
tomhudson 2575f317d3 Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/)
Reason for revert:
We're getting repeated crashes since this CL landed when we try to evaluate a roll into Chrome on our bots. (https://uberchromegw.corp.google.com/i/client.skia/builders/Linux%20Tests/builds/1902)

Our initial reflex is to put a #if 0 around this code (just like the immediately following lines 334-338 in GrGLInterface.cpp), but the error isn't what the GPU team expected to see if that was all we needed, so we're reverting now and asking you to resubmit tomorrow after running more thorough tests.

Original issue's description:
> Add tokens and entry points for KHR_blend_equation_advanced
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/8e578859f80b46a63144add215955221017d3609

TBR=markkilgard@gmail.com,bsalomon@google.com,cdalton@nvidia.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1101593002
2015-04-21 14:16:53 -07:00
..
effects Add constant color GrFP. 2015-04-02 11:12:09 -07:00
gl Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/) 2015-04-21 14:16:53 -07:00
GrClip.h Remove rect clip type from grclip. 2015-03-06 08:21:39 -08:00
GrColor.h Add device space skshader GM to test kDevice_GrCoordSet 2014-12-29 07:05:27 -08:00
GrConfig.h Add flag to force gpu trace markers to be used and printed out for debugging. 2015-03-05 12:19:17 -08:00
GrContext.h The TextBlobCache needs the ability to trigger a flush because otherwise its entire budget can be used up, but it will not be able to free up any space due to blobs being stuck in the GrInOrderDrawBuffer. This was causing a segfault. After this CL the cache will try to purge, and then flush if it cannot purge enough. It will not purge the most recent addition to the cache. 2015-04-10 07:01:30 -07:00
GrCoordTransform.h some utils for rect and matrix 2015-03-13 06:08:28 -07:00
GrFragmentProcessor.h Remove willReadDst from GrFragmentProcessor. 2015-01-20 06:34:51 -08:00
GrFragmentStage.h removing coord change matrices 2014-12-29 09:04:40 -08:00
GrGpuResource.h Add mechanism to proactively purge old resources in GrResourceCache. 2015-04-08 11:01:55 -07:00
GrGpuResourceRef.h Simplify SkInstCnt 2015-01-13 08:22:44 -08:00
GrInvariantOutput.h Add constant color GrFP. 2015-04-02 11:12:09 -07:00
GrPaint.h Use SkXfermode as public facing enum for GrPorterDuffXP 2015-02-17 07:34:43 -08:00
GrPathRendererChain.h Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder 2015-01-22 10:16:09 -08:00
GrProcessor.h Remove GP from drawstate, revision of invariant output for GP 2014-12-11 15:44:02 -08:00
GrProcessorUnitTest.h Create xfer processor backend. 2014-12-11 13:15:14 -08:00
GrProgramElement.h Simplify SkInstCnt 2015-01-13 08:22:44 -08:00
GrRect.h Begin atlasing 2014-06-30 08:26:50 -07:00
GrRenderTarget.h Rename GrStencilBuffer to GrStencilAttachment 2015-04-16 11:22:42 -07:00
GrResourceKey.h Allow resources' unique keys to be changed. 2015-02-19 08:24:16 -08:00
GrShaderVar.h Refactor position computation to enable device space "nudge" 2015-01-18 08:14:14 -08:00
GrSurface.h Make uncached textures uncached from the get go. 2015-01-14 10:42:08 -08:00
GrTexture.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
GrTextureAccess.h Simplify SkInstCnt 2015-01-13 08:22:44 -08:00
GrTypes.h Dynamically create stencil buffer when needed. 2015-02-23 09:06:38 -08:00
GrTypesPriv.h Move GrAutoLocaleSetter to new file and fix issue with null locale 2015-03-16 14:00:52 -07:00
GrUserConfig.h Replace GrResourceCache with GrResourceCache2. 2014-11-14 12:10:15 -08:00
GrXferProcessor.h Remove canApplyCoverage from XP and all related functions in gpu code. 2015-02-23 12:12:54 -08:00
SkGr.h Don't draw if SkShader::asNewFragmentProcessor fails. 2015-04-15 14:18:34 -07:00
SkGrPixelRef.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkGrTexturePixelRef.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00