.. |
d3d12
|
Use unique_ptr where applicable.
|
2018-09-07 07:22:04 -04:00 |
metal
|
Use unique_ptr where applicable.
|
2018-09-07 07:22:04 -04:00 |
null
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
opengl
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
vulkan
|
Use unique_ptr where applicable.
|
2018-09-07 07:22:04 -04:00 |
BindGroup.cpp
|
Rename GetAllowedUsage to GetUsage.
|
2018-08-23 08:23:06 -04:00 |
BindGroup.h
|
Remove BindGroupBuilder::SetUsage
|
2018-08-21 02:27:12 -04:00 |
BindGroupLayout.cpp
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
BindGroupLayout.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
BlendState.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
BlendState.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
Buffer.cpp
|
Descriptorize Buffer
|
2018-08-23 08:23:06 -04:00 |
Buffer.h
|
Descriptorize Buffer
|
2018-08-23 08:23:06 -04:00 |
Builder.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
Builder.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
CMakeLists.txt
|
Validate SPIR-V code when creating ShaderModules
|
2018-09-07 05:41:25 -04:00 |
CommandAllocator.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
CommandAllocator.h
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
CommandBuffer.cpp
|
Implement copying between a buffer and a texture 2D array on Vulkan (#257)
|
2018-08-30 04:27:38 -04:00 |
CommandBuffer.h
|
Implement copying between a buffer and a texture 2D array on Vulkan (#257)
|
2018-08-30 04:27:38 -04:00 |
CommandBufferStateTracker.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
CommandBufferStateTracker.h
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
Commands.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
Commands.h
|
Implement copying between a buffer and a texture 2D array on Vulkan (#257)
|
2018-08-30 04:27:38 -04:00 |
ComputePipeline.cpp
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
ComputePipeline.h
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
DawnNative.cpp
|
dawn_native: Factor getting procs into a single function.
|
2018-08-06 16:38:33 +02:00 |
DepthStencilState.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
DepthStencilState.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
Device.cpp
|
Use unique_ptr where applicable.
|
2018-09-07 07:22:04 -04:00 |
Device.h
|
Use unique_ptr where applicable.
|
2018-09-07 07:22:04 -04:00 |
Error.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
Error.h
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
ErrorData.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
ErrorData.h
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
Forward.h
|
Descriptorize Texture
|
2018-08-28 03:00:48 -04:00 |
InputState.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
InputState.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
PassResourceUsage.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
PerStage.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
PerStage.h
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
Pipeline.cpp
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
Pipeline.h
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
PipelineLayout.cpp
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
PipelineLayout.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
Queue.cpp
|
Generate a single ProcTable instead of one per backend.
|
2018-08-02 13:39:07 +02:00 |
Queue.h
|
Generate a single ProcTable instead of one per backend.
|
2018-08-02 13:39:07 +02:00 |
RefCounted.cpp
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
RefCounted.h
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
RenderPassDescriptor.cpp
|
Fix Windows compilation using GN and clang-cl.
|
2018-08-14 21:42:32 +02:00 |
RenderPassDescriptor.h
|
Fix Windows compilation using GN and clang-cl.
|
2018-08-14 21:42:32 +02:00 |
RenderPipeline.cpp
|
Descriptorize ComputePipeline
|
2018-09-05 08:32:53 -04:00 |
RenderPipeline.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
Sampler.cpp
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
Sampler.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |
ShaderModule.cpp
|
Validate SPIR-V code when creating ShaderModules
|
2018-09-07 05:41:25 -04:00 |
ShaderModule.h
|
Descriptorize ShaderModule
|
2018-08-21 02:26:24 -04:00 |
SwapChain.cpp
|
Descriptorize Texture
|
2018-08-28 03:00:48 -04:00 |
SwapChain.h
|
Descriptorize Texture
|
2018-08-28 03:00:48 -04:00 |
Texture.cpp
|
Descriptorize Texture
|
2018-08-28 03:00:48 -04:00 |
Texture.h
|
Descriptorize Texture
|
2018-08-28 03:00:48 -04:00 |
ToBackend.h
|
dawn_native: Fixup namespace from backend:: to dawn_native::
|
2018-07-25 11:27:55 +02:00 |
dawn_platform.h
|
Make dawn_native use its own header for Dawn datatypes
|
2018-07-27 12:56:26 +02:00 |