gzdoom-gles/src/swrenderer/drawers
Christoph Oelckers df4f435952 - merged vid_renderer, swtruecolor and r_polyrender into one CVAR to reduce menu clutter.
- with renderers freely switchable, some shortcuts in the 3D floor code had to be removed, because now the hardware renderer can get FF_THISINSIDE-flagged 3D floors.
- changed handling of attenuated lights in the legacy renderer to be adjusted when being rendered instead of when being spawned. For the software renderer the light needs to retain its original values.
2018-04-07 23:30:28 +02:00
..
r_draw.cpp - merged vid_renderer, swtruecolor and r_polyrender into one CVAR to reduce menu clutter. 2018-04-07 23:30:28 +02:00
r_draw.h - Add model rendering to the software renderer 2017-11-27 23:47:26 +01:00
r_draw_pal.cpp - work on separating DFrameBuffer from DCanvas. 2018-03-27 13:50:31 +02:00
r_draw_pal.h - Improved fuzz rendering in software renderer by scaling it relative to 320x200 2017-06-25 00:35:15 +02:00
r_draw_rgba.cpp - work on separating DFrameBuffer from DCanvas. 2018-03-27 13:50:31 +02:00
r_draw_rgba.h - work on separating DFrameBuffer from DCanvas. 2018-03-27 13:50:31 +02:00
r_draw_sky32.h Create non-sse version of the wall drawers 2017-03-17 06:58:36 +01:00
r_draw_sky32_sse2.h Remove usage of r_viewpoint and r_viewwindow globals from software renderer and poly renderer 2017-03-12 18:54:39 +01:00
r_draw_span32.h - Fix dynamic light clamping issue in truecolor drawers 2017-07-23 23:45:43 +02:00
r_draw_span32_sse2.h - Fix dynamic light clamping issue in truecolor drawers 2017-07-23 23:45:43 +02:00
r_draw_sprite32.h - Fix voxel speed regression in the palette software renderer 2017-06-18 19:45:15 +02:00
r_draw_sprite32_sse2.h - Fix voxel speed regression in the palette software renderer 2017-06-18 19:45:15 +02:00
r_draw_wall32.h - Fix dynamic light clamping issue in truecolor drawers 2017-07-23 23:45:43 +02:00
r_draw_wall32_sse2.h - Fix dynamic light clamping issue in truecolor drawers 2017-07-23 23:45:43 +02:00
r_thread.cpp - Make sure a hung worker thread always crashes the application 2017-05-21 12:03:12 +02:00
r_thread.h - clean up the triangle setup functions 2017-04-01 03:44:45 +02:00