freedreno: move clear path dirty state hack to a2xx backend
authorRob Clark <robdclark@gmail.com>
Sun, 16 Apr 2017 18:47:35 +0000 (14:47 -0400)
committerRob Clark <robdclark@gmail.com>
Tue, 18 Apr 2017 20:32:00 +0000 (16:32 -0400)
commitd7fa7f5e7eafed8bb88f7e0b9ba4261a76ad9c95
tree3dfa7645540997abc932d6c55a6eca37f9fdb6cf
parentb662f71d9c0726ca09cf5990de141b2e85f819d9
freedreno: move clear path dirty state hack to a2xx backend

a3xx/a4xx use the generic u_blitter path, which will make state dirty
bits be set appropriately thanks to the automagic of generic code
setting generic state in the driver.  And a5xx has a blit/dma engine
(actually, two) so it doesn't need these extra dirty bits set.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a2xx/fd2_draw.c
src/gallium/drivers/freedreno/freedreno_draw.c