skia2/tools/sk_app
Stephen White 20c626aa23 Update Dawn backend to ToT. This is about 3 months of changes.
Remove optional param to SetIndexBuffer().
Update SetVertexBuffers -> SetVertexBuffer.
PipelineStageDescriptor -> ProgrammableStageDescriptor.
Update past generator changes, ring buffer changes, etc.
Add ErrorScopeTracker.cpp/.h to the build.
Add Vulkan MemoryResourceAllocator files.
Fix vertexShader ShaderStageDescriptor.
Fix spirv-cross include path.
TextureUsageBit -> TextureUsage, etc.
DawnErrorCallback fixes.
Removal of texture.CreateDefaultView.
Fix GL supported_extesions mumbo jumbo.
Update past ChromeOS change.
Add PassResourceUsageTracker.cpp/.h to build.
Add GLFormat.cpp/.h to build.
Add Extensions and Toggles to the build.
Add EncodingContext, AttachmentState to build.
Add RenderEncoderBase to Dawn build.
gn format dawn BUILD.gn, spirv-cross BUILD.gn.

Change-Id: I26538d63c93668647048814aad6ad456ae323679
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/248261
Commit-Queue: Stephen White <senorblanco@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2019-10-15 22:26:38 +00:00
..
android tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
ios Hook up pinch-zoom and swipe gestures. 2019-09-10 13:34:47 +00:00
mac Update Dawn backend to ToT. This is about 3 months of changes. 2019-10-15 22:26:38 +00:00
unix tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
win tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
Application.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
CommandSet.cpp tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
CommandSet.h tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
DawnWindowContext.cpp Update Dawn backend to ToT. This is about 3 months of changes. 2019-10-15 22:26:38 +00:00
DawnWindowContext.h Dawn: implement sk_app window contexts for all backends. 2019-08-02 19:51:02 +00:00
DisplayParams.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GLWindowContext.cpp Fix GL MSAA support in Mac Viewer. 2019-07-11 22:31:43 +00:00
GLWindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
MetalWindowContext.h Revise Mac windowing and context creation. 2019-05-16 16:46:11 +00:00
MetalWindowContext.mm Guard some more Metal code to support older versions. 2019-10-07 20:37:33 +00:00
RasterWindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
VulkanWindowContext.cpp Enable preferring using primary CB over secondary CB. 2019-10-07 20:51:33 +00:00
VulkanWindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
Window.cpp Hook up pinch-zoom and swipe gestures. 2019-09-10 13:34:47 +00:00
Window.h Hook up pinch-zoom and swipe gestures. 2019-09-10 13:34:47 +00:00
WindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00