OSDN Git Service

llvmpipe: s/boolean/unsigned/ in bitfield to silence warning
authorBrian Paul <brianp@vmware.com>
Wed, 15 Sep 2010 18:49:11 +0000 (12:49 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 15 Sep 2010 18:49:13 +0000 (12:49 -0600)
commit3085efabb18f76f369249fe1ad85665a5f9d1a60
tree2329a7094d325c7145632d004a8917d9e506aee6
parent29289b43b7568299b3a723818284acb17ed25e3b
llvmpipe: s/boolean/unsigned/ in bitfield to silence warning

Using non-int types for bitfields is a gcc extension.
The size of the struct is not effected by this change.
src/gallium/drivers/llvmpipe/lp_rast.h