BearishSun
|
e3472f8f9b
OpenGL: Rendering to sRGB texture now properly de-linearizes written values
|
9 år sedan |
BearishSun
|
76f39f1d85
Bugfix: When rendering to a specific mip level, use the proper mip level size for viewport extents, instead of base image size
|
9 år sedan |
BearishSun
|
56ed650df4
Final set of refactors to rename core thread objects
|
9 år sedan |
BearishSun
|
91d6f7a431
CoreObjectCore -> ct::CoreObject
|
9 år sedan |
BearishSun
|
30ddb8400e
Renaming core thread managers by removing the Core suffix since they're now in the ::ct namespace
|
9 år sedan |
BearishSun
|
fd174f3849
Cleanup: Getting rid of the Core suffix on core thread objects since they're now in their own namespace (Contd.)
|
9 år sedan |
BearishSun
|
4e57b50514
Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix
|
9 år sedan |
BearishSun
|
90d5df0f83
Switching all default depth buffer formats to D32S8X24 or D32 since D24S8 seems to be falling out of favor on modern GPUs
|
9 år sedan |
BearishSun
|
81c38aea72
Vulkan render texture implementation
|
9 år sedan |
BearishSun
|
aa226e61ce
Massive namespace rename BansheeEngine -> bs
|
9 år sedan |
BearishSun
|
7c72303823
Updated docs to match the new resource creation methods
|
9 år sedan |
BearishSun
|
7206fcc52f
Added descriptor structs for texture resource creation, so it is neater
|
9 år sedan |
BearishSun
|
a6abddedc3
Added multi-GPU constructors for GpuPipeline, RenderTexture, Mesh and MeshHeap
|
9 år sedan |
BearishSun
|
9bfe9675a3
Getting rid of MultiRenderTexture as implementation is now merged into RenderTexture class since modern APIs don't make the distinction between the two
|
9 år sedan |
BearishSun
|
aa06514ff9
Added support for texture arrays
|
9 år sedan |
BearishSun
|
4c421e2f74
BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings)
|
9 år sedan |
BearishSun
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 år sedan |
BearishSun
|
fe2e34ed16
More work on improving documentation for doxygen generation
|
9 år sedan |
BearishSun
|
74bb75edef
More work on improving documentation for doxygen generation
|
9 år sedan |
BearishSun
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 år sedan |