-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
render GBRP10 in opengl client #2828
Comments
Issues:
|
2020-07-10 09:25:15: antoine uploaded file
|
Pretty much working as of r26945, just needs:
|
The official OpenGL documentation on [https://www.khronos.org/opengl/wiki/Pixel_Transfer] says glPixelStore: GL_UNPACK_SWAP_BYTES has no effect on the memory order of components within a pixel, only on the order of bytes within components or indices. |
For non-opengl client, see #2839. |
2020-07-11 18:00:02: antoine uploaded file
|
Correctly fixed in r26960: we have to use a csc step to convert to It might be possible to bit-shift |
Split from #1462
The text was updated successfully, but these errors were encountered: