Christoph Oelckers
|
89d607c9a6
|
- moved all rendering code into a common subdirectory.
No changes to the files themselves was made.
|
2019-01-31 19:58:17 +01:00 |
|
Christoph Oelckers
|
f6a91e1722
|
- moved the I_Error prototypes to doomerrors.h to avoid having to include the low level system header for this.
|
2019-01-31 19:38:04 +01:00 |
|
Magnus Norddahl
|
de67393b4e
|
- use the worker threads to clear the stencil buffer
|
2018-06-10 12:42:19 +02:00 |
|
Magnus Norddahl
|
a186677092
|
- removed the 8x8 block drawing code from softpoly
|
2018-06-03 01:44:56 +02:00 |
|
Magnus Norddahl
|
23aebaecc6
|
- Cleaned up some copyright statements
- Removed unused cull argument from some functions
|
2017-09-02 17:14:02 +02:00 |
|
Magnus Norddahl
|
bf38fd57b0
|
- Replace subsector gbuffer in softpoly with a zbuffer
|
2017-08-12 15:16:31 +02:00 |
|
Magnus Norddahl
|
4a9dffa70d
|
- change subsector gbuffer to use a 8x8 block memory layout to avoid having to clip memory reads and writes
|
2017-04-01 23:21:06 +02:00 |
|
Magnus Norddahl
|
f178646e1a
|
- improve sector portals rendering in softpoly
- fix a softpoly memory leak and change vertex list to be allocated using the frame allocator
|
2017-03-24 07:28:28 +01:00 |
|
Magnus Norddahl
|
56045c1293
|
Remove r_drawers.h and move softpoly drawer related stuff out of the swrenderer
|
2017-02-23 09:02:13 +01:00 |
|
Magnus Norddahl
|
d3056d2679
|
Split poly_triangle into multiple files
|
2016-12-30 02:20:24 +01:00 |
|