vtk-m/vtkm/interop/testing
Robert Maynard a185cd297b Refactor vtkm::interop::TransferToOpenGL for implicit ArrayHandles.
Previously TransferToOpenGL would rely on every array handle implementing
the CopyInto method for transferring to work properly. This was problematic
as most Implicit arrays don't implement CopyInto.

Now we use the Devices built in Copy infrastructure to facilitate moving
data from an implicit array to concrete memory which we can be passed
to OpenGL. As an additional optimization, the temporary memory for this
interop is cached in the bufferstate.
2017-08-15 17:04:10 -04:00
..
CMakeLists.txt Refactor vtkm::interop::TransferToOpenGL for implicit ArrayHandles. 2017-08-15 17:04:10 -04:00
TestingOpenGLInterop.h Deduce device adapter tag in interop::TransferToOpenGL. 2017-08-14 09:36:39 -04:00
TestingTransferFancyHandles.h Refactor vtkm::interop::TransferToOpenGL for implicit ArrayHandles. 2017-08-15 17:04:10 -04:00
UnitTestFancyTransferEGL.cxx Refactor vtkm::interop::TransferToOpenGL for implicit ArrayHandles. 2017-08-15 17:04:10 -04:00
UnitTestFancyTransferGLUT.cxx Refactor vtkm::interop::TransferToOpenGL for implicit ArrayHandles. 2017-08-15 17:04:10 -04:00
UnitTestFancyTransferOSMesa.cxx Refactor vtkm::interop::TransferToOpenGL for implicit ArrayHandles. 2017-08-15 17:04:10 -04:00
UnitTestTransferEGL.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestTransferGLUT.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestTransferOSMesa.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00