| .. |
|
BsD3D11BlendState.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |
|
BsD3D11CommandBuffer.cpp
|
ebed609b8e
Refactored command buffer submission and sync in order to resolve some design issue with previous sync approach, as well as command buffer IDs
|
9 gadi atpakaļ |
|
BsD3D11CommandBufferManager.cpp
|
ebed609b8e
Refactored command buffer submission and sync in order to resolve some design issue with previous sync approach, as well as command buffer IDs
|
9 gadi atpakaļ |
|
BsD3D11DepthStencilState.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |
|
BsD3D11Device.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |
|
BsD3D11Driver.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |
|
BsD3D11DriverList.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |
|
BsD3D11EventQuery.cpp
|
aaaf9d4c33
Extended GPU query creation so they accept a GPU index, in order to support creation on multiple GPUs in the future
|
9 gadi atpakaļ |
|
BsD3D11GpuBuffer.cpp
|
e72395b399
Removed GpuBufferView from the public RenderAPI interface and made it specific to DX11
|
9 gadi atpakaļ |
|
BsD3D11GpuBufferView.cpp
|
e72395b399
Removed GpuBufferView from the public RenderAPI interface and made it specific to DX11
|
9 gadi atpakaļ |
|
BsD3D11GpuParamBlockBuffer.cpp
|
f2cf9d3387
WIP Vulkan buffers
|
9 gadi atpakaļ |
|
BsD3D11GpuProgram.cpp
|
142c7970fc
Cleaned up render API capabilities class
|
9 gadi atpakaļ |
|
BsD3D11HLSLParamParser.cpp
|
474d810214
Extended GPU params with a "set" field to match the Vulkan descriptor format better
|
9 gadi atpakaļ |
|
BsD3D11HLSLProgramFactory.cpp
|
34e313c12d
Neater creation of GpuPrograms
|
9 gadi atpakaļ |
|
BsD3D11HardwareBuffer.cpp
|
6e60730055
More work on Vulkan buffers
|
9 gadi atpakaļ |
|
BsD3D11HardwareBufferManager.cpp
|
3bbc25413f
Added device index property to GPU params, GPU param block buffer and vertex declaration types, in preparation for multi-GPU support
|
9 gadi atpakaļ |
|
BsD3D11IndexBuffer.cpp
|
6e60730055
More work on Vulkan buffers
|
9 gadi atpakaļ |
|
BsD3D11InputLayoutManager.cpp
|
c027669083
Updated render API with support for instanced rendering
|
9 gadi atpakaļ |
|
BsD3D11Mappings.cpp
|
a9d20707e7
Mesh normals and tangents now use 8-bit unorm data format instead of the 32-bit floating point format, in order to reduce GPU bandwidth
|
9 gadi atpakaļ |
|
BsD3D11OcclusionQuery.cpp
|
aaaf9d4c33
Extended GPU query creation so they accept a GPU index, in order to support creation on multiple GPUs in the future
|
9 gadi atpakaļ |
|
BsD3D11Plugin.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 gadi atpakaļ |
|
BsD3D11QueryManager.cpp
|
aaaf9d4c33
Extended GPU query creation so they accept a GPU index, in order to support creation on multiple GPUs in the future
|
9 gadi atpakaļ |
|
BsD3D11RasterizerState.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |
|
BsD3D11RenderAPI.cpp
|
b267abf39a
Vulkan render API swapBuffers() method hooked up
|
9 gadi atpakaļ |
|
BsD3D11RenderAPIFactory.cpp
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 gadi atpakaļ |
|
BsD3D11RenderStateManager.cpp
|
ca328eff7d
Finishing up Vulkan sampler states
|
9 gadi atpakaļ |
|
BsD3D11RenderTexture.cpp
|
a6abddedc3
Added multi-GPU constructors for GpuPipeline, RenderTexture, Mesh and MeshHeap
|
9 gadi atpakaļ |
|
BsD3D11RenderUtility.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |
|
BsD3D11RenderWindow.cpp
|
a448b09b54
Implemented Vulkan swapBuffers method on render window
|
9 gadi atpakaļ |
|
BsD3D11RenderWindowManager.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 gadi atpakaļ |
|
BsD3D11SamplerState.cpp
|
ca328eff7d
Finishing up Vulkan sampler states
|
9 gadi atpakaļ |
|
BsD3D11Texture.cpp
|
7206fcc52f
Added descriptor structs for texture resource creation, so it is neater
|
9 gadi atpakaļ |
|
BsD3D11TextureManager.cpp
|
7206fcc52f
Added descriptor structs for texture resource creation, so it is neater
|
9 gadi atpakaļ |
|
BsD3D11TextureView.cpp
|
7206fcc52f
Added descriptor structs for texture resource creation, so it is neater
|
9 gadi atpakaļ |
|
BsD3D11TimerQuery.cpp
|
aaaf9d4c33
Extended GPU query creation so they accept a GPU index, in order to support creation on multiple GPUs in the future
|
9 gadi atpakaļ |
|
BsD3D11VertexBuffer.cpp
|
6e60730055
More work on Vulkan buffers
|
9 gadi atpakaļ |
|
BsD3D11VideoModeInfo.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 gadi atpakaļ |