OSDN Git Service

isl: Finish tiling filtering for Gen6.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Aug 2016 20:01:13 +0000 (13:01 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 16 Sep 2016 04:21:50 +0000 (21:21 -0700)
commit081f21f29bd6bee866ddb21d423ffa0506dd7bac
tree2e2436f43c22e479653bb93159406497443c79e8
parent9fec15a7e047eda52beb0cc71d7605656d91f685
isl: Finish tiling filtering for Gen6.

Gen6 only has one additional restriction over Gen7+, so we just add it
to the existing gen7 function (which actually covers later gens too).

This should stop FINISHME spew when running GL on Sandybridge.

v2: Fix bytes per block vs. bits per block confusion (Jason) and
    rename function to gen6_filter_tiling (Jason and Chad).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/isl/isl.c
src/intel/isl/isl_gen7.c
src/intel/isl/isl_gen7.h