gallium/radeon: replace is_flushing_texture with db_compatible
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 30 Jun 2016 09:26:13 +0000 (11:26 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 6 Jul 2016 08:43:48 +0000 (10:43 +0200)
commitf2eb34f82f074284b691d568d26426a1f633d5f0
tree10db2d6f4975ebfc08191826ff3fd42a8a5a5869
parentdd651261530e2d885d150755c9521e8f6e97c851
gallium/radeon: replace is_flushing_texture with db_compatible

This is a left-over of when I considered generalizing the separate stencil
support. I do prefer the new name since it emphasizes what flushing vs.
non-flushing means from a functional point-of-view, namely special handling
of the texture format.

v2: adjust r600_init_color_surface as well

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/r600/evergreen_state.c
src/gallium/drivers/r600/r600_blit.c
src/gallium/drivers/r600/r600_state.c
src/gallium/drivers/r600/r600_state_common.c
src/gallium/drivers/radeon/r600_pipe_common.h
src/gallium/drivers/radeon/r600_texture.c
src/gallium/drivers/radeonsi/si_blit.c
src/gallium/drivers/radeonsi/si_descriptors.c
src/gallium/drivers/radeonsi/si_state.c