llvmpipe: add more restrict keywords
authorBrian Paul <brianp@vmware.com>
Wed, 24 Aug 2011 20:08:03 +0000 (14:08 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Aug 2011 20:45:02 +0000 (14:45 -0600)
commit473cf0633959aa3fb965e27499d4f4ca60e6cafd
tree796fda85de1a736fe0ed8c6448ebff0787296654
parent43968261e41aa7be915711451927a4e28c973690
llvmpipe: add more restrict keywords

Put restrict in the function definitions to silence MSVC warnings
about incompatible assignments in "func = lp_tile_foobar;" when func
was declared with restrict keywords but the rhs function wasn't.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/lp_tile_soa.py