tornavis/source/blender/gpu/tests
Brecht Van Lommel a2bd080cf3 Cleanup: renaming of GPU contexts for clarity
* opengl_context -> system_gpu_context. This is the operating system OpenGL,
  Metal or Vulkan context provided by GHOST.
* gpu_context -> blender_gpu_context. This is the GPUContext provided by
  the Blender GPU module, which wraps the GHOST context and adds some state.
* Various functions create/destroy/enable/disable both contexts, these have
  just gpu_context in the name now.

Pull Request: https://projects.blender.org/blender/blender/pulls/108723
2023-06-08 15:46:53 +02:00
..
shaders Cleanup: replace 'sz' abbreviation with 'size' 2023-06-04 19:56:19 +10:00
buffer_texture_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
framebuffer_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
gpu_testing.cc Cleanup: renaming of GPU contexts for clarity 2023-06-08 15:46:53 +02:00
gpu_testing.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
immediate_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
index_buffer_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
memory_layout_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
push_constants_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
shader_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
state_blend_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
storage_buffer_test.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
texture_test.cc Vulkan: UBYTE to SRGBA8 Texture Format 2023-06-08 09:44:51 +02:00
vertex_buffer_test.cc Cleanup: remove NULL literals in C++ (including comments & strings) 2023-06-04 18:35:12 +10:00