Rachael Alexanderson
|
1d2427c146
|
- fixes for GCC on Linux
|
2023-09-14 11:36:10 +02:00 |
|
RaveYard
|
c05376c273
|
Fix variety of bugs and assume that any surface not contained in LIGHTMAP lump does not need updating
|
2023-09-13 21:58:11 +02:00 |
|
RaveYard
|
c6b92e1c1b
|
Initial implementation for lightmap lump loading
|
2023-09-13 21:58:11 +02:00 |
|
RaveYard
|
a340b69c79
|
Fix lightmapper still using hacks to detect levelmesh changes
|
2023-09-11 19:51:23 +02:00 |
|
Magnus Norddahl
|
542dfd3666
|
Delay creating the accel struct until frame start
|
2023-09-11 14:55:31 +02:00 |
|
RaveYard
|
adfc7082f5
|
Remove hacks associated with SetLevelMesh
|
2023-09-11 14:44:17 +02:00 |
|
Magnus Norddahl
|
b0d182c099
|
Fix some validation errors
|
2023-09-11 13:49:39 +02:00 |
|
RaveYard
|
abae945fc8
|
Remove unused code from vk_lightmap.cpp
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
5912a2c30b
|
Remove awful hardcoded byte offset hack
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
c9fccc53ec
|
Fix lightmapper running background tasks forever
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
9ef93da6de
|
Somehow fix lightmaps being corrupted in debug build
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
6f44e2b5d4
|
Change surfaceIndices to surfaces
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
19e9ac1db3
|
Add cvar lm_scale for multiplying resolution of the lightmap
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
fd4b3a8e73
|
Update lightmapper and add limiter to updates
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
6ccb92ef60
|
Fix surface index passed to glsl
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
2101f37ddd
|
Extend lightmapping stat
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
b163901862
|
WIP partial lightmapping
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
f95ffbe299
|
WIP surface list for raytracing
|
2023-09-10 23:42:00 +02:00 |
|
RaveYard
|
c05ef67679
|
Add ZDRay light intensity support
|
2023-09-06 19:04:26 +02:00 |
|
Magnus Norddahl
|
38f15881bf
|
Fix clearing frame buffer when flushing
|
2023-09-05 23:00:30 +02:00 |
|
Magnus Norddahl
|
8885301049
|
Clear raytrace framebuffer when drawing into it
|
2023-09-05 18:31:28 +02:00 |
|
RaveYard
|
036debfac6
|
Sector portals sunlight only
|
2023-09-05 17:43:38 +02:00 |
|
Magnus Norddahl
|
963161cce1
|
Add the 3x3 blur
|
2023-09-05 17:41:39 +02:00 |
|
Magnus Norddahl
|
bbdd886f23
|
Only recreate lightmap texture if its size changes
|
2023-09-04 14:47:55 +02:00 |
|
Magnus Norddahl
|
73d18877b6
|
Reuse lightmap baking textures between calls to Raytrace
|
2023-09-04 14:39:11 +02:00 |
|
RaveYard
|
c5da1ecaec
|
Fix use of uninitialized variables boundsMin and boundsMax
|
2023-09-04 10:08:43 +02:00 |
|
Magnus Norddahl
|
ea02067b0a
|
Delay finding the light lists until after map has loaded
|
2023-09-03 06:28:41 +02:00 |
|
Magnus Norddahl
|
44d830df31
|
Release the resources so the lightmapper can run again
|
2023-09-03 05:22:25 +02:00 |
|
Magnus Norddahl
|
c0c0271c7b
|
Perform the copy from the atlas resolve image to the lightmap texture on the GPU
|
2023-09-03 05:03:57 +02:00 |
|
Magnus Norddahl
|
0835ae415b
|
Use the command buffers from VkCommandBufferManager
|
2023-09-02 15:14:01 +02:00 |
|
Magnus Norddahl
|
7c862dd861
|
Finish upload before using buffers
|
2023-09-02 14:50:57 +02:00 |
|
Magnus Norddahl
|
13819967f1
|
Merge LightmapSurface into DoomLevelMeshSurface
|
2023-09-02 13:50:28 +02:00 |
|
Magnus Norddahl
|
e297b78a25
|
Create DoomLevelMeshSurface
|
2023-09-02 13:24:04 +02:00 |
|
Magnus Norddahl
|
375e71dc0d
|
Namespace fixes
|
2023-09-02 13:09:57 +02:00 |
|
Magnus Norddahl
|
52a1c62b2c
|
Move SurfaceInfo and PortalInfo to vk_raytrace
Add VSMatrix * FVector4 operator
|
2023-09-02 12:54:07 +02:00 |
|
Magnus Norddahl
|
1e47db3cf3
|
Rename MeshSurfaces to MeshSurfaceIndexes for clarity
|
2023-09-02 12:34:00 +02:00 |
|
Magnus Norddahl
|
44c75fb9a7
|
Fix unmap asserts
|
2023-09-02 12:27:12 +02:00 |
|
Magnus Norddahl
|
706256b969
|
Fix misc typos
|
2023-09-02 12:03:32 +02:00 |
|
RaveYard
|
2b74f408aa
|
Use lightmapper output
|
2023-09-02 11:07:14 +02:00 |
|
RaveYard
|
689e764830
|
Fix copying of pixels from surface.texPixels to LMTextureData
|
2023-09-02 11:07:14 +02:00 |
|
RaveYard
|
6f00cacdcc
|
WIP Attempt to fix the temporary ZDRay tracecoder lightmap write
|
2023-09-02 11:07:14 +02:00 |
|
Magnus Norddahl
|
cff50b8087
|
Initialize lightmap texture in SetLevelMesh
Create VkLightmap class on VulkanRenderDevice
|
2023-09-01 00:03:18 +02:00 |
|
RaveYard
|
18842eb30c
|
GenerateLightmap in DFrameBuffer
|
2023-08-31 22:57:57 +02:00 |
|
RaveYard
|
6fc7eaf2fa
|
First step towards refactoring
|
2023-08-31 22:57:57 +02:00 |
|
RaveYard
|
ef031c2073
|
WIP fake raytracer output
|
2023-08-31 22:57:57 +02:00 |
|
RaveYard
|
651903fe71
|
WIP VkLightmap integration
|
2023-08-31 22:57:56 +02:00 |
|
Magnus Norddahl
|
1162a5017a
|
Adjust names of variables for better readability
|
2023-08-31 03:11:24 +02:00 |
|
Magnus Norddahl
|
3750173eae
|
Import ZDRay's GPURaytracer class as VkLightmap as the first step in letting the backend update them dynamically
|
2023-08-31 02:47:11 +02:00 |
|
nashmuhandes
|
4aa6ac5585
|
Merge remote-tracking branch 'remotes/origin/gzd_staging'
|
2023-08-31 08:37:25 +08:00 |
|
Magnus Norddahl
|
370bf24d2c
|
Fix crash when frame buffers are resized
|
2023-08-30 18:53:45 +02:00 |
|