Skip to content
Snippets Groups Projects
Commit fcbb93e8 authored by Timothy Arceri's avatar Timothy Arceri
Browse files

mesa: stop assigning unused storage for non-bindless opaque types


The storage was once used by get_sampler_uniform_value() but that
was fixed long ago to use the uniform storage assigned by the
linker.

By not assigning storage for images/samplers the constant buffer
for gallium drivers will be reduced which could result in small
perf improvements.

V2: rebase on ARB_bindless_texture

Reviewed-by: default avatarSamuel Pitoiset <samuel.pitoiset@gmail.com>
parent a4d33711
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment