Skip to content

mesa: glProgramBinary add ProgramResourceHash

cheyang requested to merge (removed):resource_hash into master

reduce search ProgramResource time(E.g glGetUniformLocation) when use glProgramBinary

Currently if we use glAttachShader, glLinkProgram the way,!3313 (merged) Submission have add ProgramResourceHash to reduce search ProgramResource time.
But we use glProgramBinary the way not ProgramResourceHash issue #2203 (closed) Should still exist.

Signed-off-by: cheyang cheyang@bytedance.com

Merge request reports