Make sure extension entry point offsets are properly initialized. This is
authorIan Romanick <idr@us.ibm.com>
Thu, 18 Aug 2005 22:16:46 +0000 (22:16 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 18 Aug 2005 22:16:46 +0000 (22:16 +0000)
commitab5be2c5f7b18fb46116b1bfa968d0a70aeeb556
treecf3b1196d59b79bed89d28ec7476e3f331b8c091
parent61ac29e7c6db3a899edd9d80f8dbbb98fd7ccc90
Make sure extension entry point offsets are properly initialized.  This is
primarilly needed to support functions that are internally implemented using
extension entry points (e.g., glBlendFunc uses glBlendFuncSeparate).
src/mesa/drivers/dri/i810/i810context.c
src/mesa/drivers/dri/i810/i810screen.c