radeon: Fix scissors for r600 KMS.
authorPauli Nieminen <suokkos@gmail.com>
Thu, 24 Sep 2009 16:58:09 +0000 (19:58 +0300)
committerPauli Nieminen <suokkos@gmail.com>
Thu, 24 Sep 2009 17:37:55 +0000 (20:37 +0300)
commit1d2dca194cebe6e25735b6820f85b8d1231aae63
tree0c36ebd2933cdc571cd0739114094d9147590a73
parent7549a8397b310acf672f97a08c8e7d866cdf492c
radeon: Fix scissors for r600 KMS.

Radeon generic scissors code had problem that some of code was using exclusive
and some inclusive bottom right corner. Only r600 driver is using exclusive
coordinate so changed generic code to pass inclusive coordinate and r600 driver
changes BR coordinate to be exclusive.
src/mesa/drivers/dri/r600/r700_state.c
src/mesa/drivers/dri/radeon/radeon_common.c