We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Global Illumination (r_radiosity) works perfectly and fast on MacBook Air (Mid 2012, Intel HD Graphics 4000), but not on others.
r_radiosity
Radiosity rendering is done as following:
The problem is that the step 2 sometimes takes too much time. Even only one glTexSubImage3D call took 300ms on some computers.
Using PBO had no effects.
The text was updated successfully, but these errors were encountered:
Possibly a driver issue? Maybe intel GPU forums will have info on slow glTexSubImage3D on windows.
Sorry, something went wrong.
Could be a memory alignment issue, did you try other blocksizes?
@yvt can this be closed?
EDIT: Accidentally hit "Close and comment" button
No branches or pull requests
Global Illumination (
r_radiosity
) works perfectly and fast on MacBook Air (Mid 2012, Intel HD Graphics 4000), but not on others.Radiosity rendering is done as following:
The problem is that the step 2 sometimes takes too much time. Even only one glTexSubImage3D call took 300ms on some computers.
Using PBO had no effects.
The text was updated successfully, but these errors were encountered: