cso: drop inefficient checking for redundant sampler state changes
authorMarek Olšák <marek.olsak@amd.com>
Sun, 5 Jul 2015 14:10:54 +0000 (16:10 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 22 Jul 2015 21:56:00 +0000 (23:56 +0200)
commit4e8bbed926729fe280701412d85aff64ab79856c
treea95222f13f7ea0eba01987a03198cd89cd5c9b5f
parent3639d66a473591e21aa2ec7692c95c827b479632
cso: drop inefficient checking for redundant sampler state changes

Drivers can do this better, because they can skip redundant state changes
at per-slot granularity.
src/gallium/auxiliary/cso_cache/cso_context.c