Matwey V. Kornilov

Results 66 issues of 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...

bug
opengl

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...

enhancement
UI
good first issue

Third dimension could be interpreted either as time and then demonstrated as movie, or as spectral coordinate and then demonstrated with alternative colormap.

enhancement

When running earlier than Mesa 17.1 the following artifacts appear: ![photo_2018-11-27_19-29-00](https://user-images.githubusercontent.com/156627/49096100-dfd4d780-f27a-11e8-8c2a-c75db7e73017.jpg) First working commit is the following: https://github.com/mesa3d/mesa/commit/aeecc82d057adf43189d08214b21ca5166ad9682

bug
wontfix
opengl
intel

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

enhancement
opengl
good first issue

We need to create man page for fips to make Linux distributions happy. They usually like that every binary has corresponding man page.

enhancement

We need to natively support gestures (not via `WheelEvent`) - [ ] Pan - [ ] Zoom - [ ] Rotate See #55