OSDN Git Service

i965g: Fix assertion that was always true.
authorVinson Lee <vlee@vmware.com>
Wed, 31 Mar 2010 06:46:51 +0000 (23:46 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 31 Mar 2010 06:46:51 +0000 (23:46 -0700)
commitf2463eaccf1ef68891783b6b0a85863b950fc7de
treec40e82c586e2d6f3c2d8211072fd0850a7ccd44a
parent5123e33863ac37242eb5e867cd0a38fecbd06b48
i965g: Fix assertion that was always true.

surface_format field is a 9-bit field and the value of
BRW_SURFACEFORMAT_INVALID exceeds 9 bits.
src/gallium/drivers/i965/brw_screen_texture.c