cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

jherico
Adept I

I'm trying to track down an AMD specific OpenGL issue

I've detailed the issue (massive CPU memory usage when attempting to use sparse textures) on Stack Overflow here​ but I'd like to ask specifically in the OpenGL forum.  What do I need to do to establish my credentials and get access to communicate there?

0 Likes
7 Replies
dipak
Big Boss

Hi Brad,

You've been whitelisted now. I'm moving this thread to OpenGL forum.

Regards,

0 Likes
dwitczak
Staff

Thanks for the report. I'd appreciate if you could provide a buildable repro so that somebody from the GL team could have a look.

0 Likes

I've created a minimal example using GLI, GLM, GLEW and GLFW here:  GitHub - jherico/gl_scratch

I've tested on Windows 10 using CMake to create a project using the following generator:

-G "Visual Studio 12 2013 Win64"

Thanks, I'll pass this to the GL team for further investigation. Will get back to you as soon as I hear back.

0 Likes

Can it have anything to do with the Dreadful OpenGL performance fix that you PMd me about back in October and that's still lacking?

0 Likes

mirh, if you're creating lots of individual 2D textures and marking them sparse, yes, that could be related.  Try running you application and watching CPU memory usage over time.

0 Likes
jherico
Adept I

Any progress on this? 

0 Likes