Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Bug report from Codex on forum (https://forum.lookingglassfactory.com/t/opengl-beta-release-working-fine/1450) #2

@alxdncn

Description

@alxdncn

I’ve looked at the opengl code for 1 day now, and can now report that the software is working properly.

I got the following setup to work properly:

1 )5*9 fbo’s with size 815x455, window setup to 2560x1600 (hires mode)
2) rendering using glViewport to the fbo’s with only translating x-direction
3) GL_BLEND disabled on calls to hp_copyViewToQuilt(i) and hp_drawLightfield()
4) it actually requires HP_LOAD_LIBRARY or else there will be compability problems with vc++'s and mingw’s dll linking.

The following stuff didn’t work:

a) MakeCurrent and separate opengl context for the window
b) clearing the screen required the GL_BLEND disable-solution above
c) hp_customquiltsettings is not working, it’s always in hires mode
d) HP_LOAD_LIBRARY is breaking hp_quiltTexture. Need to use hp_copyViewToQuilt(i) instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions