vkdoom_m/src/polyrenderer/drawers
alexey.lysiuk e4c73cfc5f Fixed compilation on Linux
src/polyrenderer/drawers/poly_triangle.cpp:212:20: error: ‘CPU’ was not declared in this scope
src/polyrenderer/drawers/screen_triangle.cpp:955:6: error: ‘CPU’ was not declared in this scope
2017-04-22 22:21:34 +03:00
..
poly_buffer.cpp - 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
poly_buffer.h - 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
poly_draw_args.cpp - add fuzz mode to softpoly 2017-04-04 01:11:55 +02:00
poly_draw_args.h - add rect drawers for softpoly's player sprites 2017-03-28 16:46:22 +02:00
poly_drawer8.h - add fuzz mode to softpoly 2017-04-04 01:11:55 +02:00
poly_drawer32_sse2.h - add CPU.bSSE2 branching support to softpoly 2017-04-22 20:38:06 +02:00
poly_triangle.cpp Fixed compilation on Linux 2017-04-22 22:21:34 +03:00
poly_triangle.h - add CPU.bSSE2 branching support to softpoly 2017-04-22 20:38:06 +02:00
screen_triangle.cpp Fixed compilation on Linux 2017-04-22 22:21:34 +03:00
screen_triangle.h - add CPU.bSSE2 branching support to softpoly 2017-04-22 20:38:06 +02:00