intel: Fix bpp setting of blits to 8bpp targets.
authorEric Anholt <eric@anholt.net>
Fri, 6 Mar 2009 07:32:00 +0000 (23:32 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 6 Mar 2009 07:43:43 +0000 (23:43 -0800)
commit19e134051c1025bbfe3838108492d705ab2b5b8b
tree6bb9e22913d265c907f409ae6e3d7b8eef877d8c
parentd0ec7c109c4d78ea0a02b595584da875e62d2773
intel: Fix bpp setting of blits to 8bpp targets.

This was causing hangs in cairogears, as we would blit to the 8bpp target
(A8 texture) as 16bpp, and stomp over state objects.
src/mesa/drivers/dri/intel/intel_blit.c