Matwey V. Kornilov
Matwey V. Kornilov
OpenGL has implementation-specific limitation on maximum possible dimension for a texture. It usually varies from 1024 to 16384. (8192 in case of gallium llvmpipe). However, we need to support the...
We need a way to discover FITS file headers. Probably as separate window available through File -> Headers menu. I imagine this as two-column table, with possibility to search specified...
Third dimension could be interpreted either as time and then demonstrated as movie, or as spectral coordinate and then demonstrated with alternative colormap.
When running earlier than Mesa 17.1 the following artifacts appear:  First working commit is the following: https://github.com/mesa3d/mesa/commit/aeecc82d057adf43189d08214b21ca5166ad9682
References: - https://fits.gsfc.nasa.gov/fits_wcs.html Reference implementations: - http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/ - http://tdc-www.harvard.edu/wcstools/
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_gpu_shader_int64.txt
We need to create man page for fips to make Linux distributions happy. They usually like that every binary has corresponding man page.
We need to natively support gestures (not via `WheelEvent`) - [ ] Pan - [ ] Zoom - [ ] Rotate See #55