Blender Git Loki
Git Commits -> Revision f53bd31
Revision f53bd31 by Jeroen Bakker (master) June 28, 2021, 06:55 (GMT) |
Cleanup GPU/Draw test cases. In preparation of supporting vulkan. Draw/GPU tests should use GPU_TEST or DRAW_TEST macros. These macros will run the test on available drawing context backends like OpenGL or Vulkan. As in master there is only an OpenGL backend nothing changed. |
Commit Details:
Full Hash: f53bd31690ad9e1ba91f0a23d8a3cdd6519c9cf7
Parent Commit: e94ec79
Lines Changed: +52, -15
6 Modified Paths:
/source/blender/draw/tests/draw_testing.cc (+2, -2) (Diff)
/source/blender/draw/tests/draw_testing.hh (+7, -1) (Diff)
/source/blender/draw/tests/shaders_test.cc (+12, -6) (Diff)
/source/blender/gpu/tests/gpu_index_buffer_test.cc (+3, -1) (Diff)
/source/blender/gpu/tests/gpu_shader_test.cc (+10, -5) (Diff)
/source/blender/gpu/tests/gpu_testing.hh (+18, -0) (Diff)
/source/blender/draw/tests/draw_testing.hh (+7, -1) (Diff)
/source/blender/draw/tests/shaders_test.cc (+12, -6) (Diff)
/source/blender/gpu/tests/gpu_index_buffer_test.cc (+3, -1) (Diff)
/source/blender/gpu/tests/gpu_shader_test.cc (+10, -5) (Diff)
/source/blender/gpu/tests/gpu_testing.hh (+18, -0) (Diff)