scottgs / cvtile

GDAL + OpenCV + CUDA
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Port Textures to Kepler Style Texture Objects #24

Open ghost opened 8 years ago

ghost commented 8 years ago

Remove all the partial specializations and global texture references.. or keep and compile for cuda_arch <= 2000. Instead use the new texture objects which can be abstracted into template containers.