Skip to content

mesa: add EXT_texture_filter_minmax support (and st/mesa, and nvc0)

Ilia Mirkin requested to merge imirkin/mesa:nvc0-filter-minmax into master

There's an ARB variant which allows for all sorts of restrictions. AFAIK, NVIDIA hw doesn't need these. It's implemented here without the driver-level query support. When someone cares enough, they can split these up.

Merge request reports