Magnus Norddahl
|
d78cb959a7
|
- implement wipe screen copy
|
2019-03-13 02:23:33 +01:00 |
|
Magnus Norddahl
|
a585a90d81
|
- VkHardwareTexture needs to BFF with FTexture
|
2019-03-13 01:15:50 +01:00 |
|
Magnus Norddahl
|
ff68d2e651
|
- hooked up the debug names for objects, which was a bit of a waste of time since the validation layer is brain dead and doesn't use the information in its messages..
|
2019-03-09 21:34:29 +01:00 |
|
Magnus Norddahl
|
ddf21ffd72
|
- create a descriptor for each texture+sampler configuration in use
|
2019-03-04 00:28:37 +01:00 |
|
Magnus Norddahl
|
8854fad165
|
- fix some additional image transition errors reported by RenderDoc during the first frame
|
2019-03-02 16:36:29 +01:00 |
|
Magnus Norddahl
|
1430d9012e
|
- fix shutdown crash and some minor adjustments
|
2019-03-02 00:46:25 +01:00 |
|
Magnus Norddahl
|
308c884d02
|
- use a linked list to keep track of all allocated VkHardwareTexture objects
|
2019-03-01 18:31:33 +01:00 |
|
Magnus Norddahl
|
f1f8797d3c
|
- bind the layer textures
|
2019-03-01 01:30:10 +01:00 |
|
Magnus Norddahl
|
9a5112c1c9
|
- tell the memory allocator when we are going to persistently map something
|
2019-02-28 01:18:29 +01:00 |
|
Magnus Norddahl
|
b4154f1772
|
- fix palette color problem
|
2019-02-27 16:28:29 +01:00 |
|
Magnus Norddahl
|
96547713d9
|
- hook up the software renderer
|
2019-02-27 15:37:37 +01:00 |
|
Magnus Norddahl
|
a3c21e0b01
|
- upload some real texture contents
|
2019-02-26 22:45:18 +01:00 |
|
Magnus Norddahl
|
fe67a2c24f
|
- fix enough bugs to finally get some visuals
|
2019-02-26 20:19:54 +01:00 |
|
Magnus Norddahl
|
d958c4fec5
|
- upload and bind some textures
|
2019-02-26 15:29:08 +01:00 |
|
Magnus Norddahl
|
c6b29846d0
|
- add 3rd party vulkan dependencies
- add stubs for a vulkan hw renderer backend
- add RAII wrappers for vulkan object types
- add builder classes to isolate vulkan boilerplate code
- add a swap chain class
|
2019-02-20 21:21:57 +01:00 |
|