i965: Rename next_ip() -> next_offset().
authorMatt Turner <mattst88@gmail.com>
Sat, 17 May 2014 19:53:56 +0000 (12:53 -0700)
committerMatt Turner <mattst88@gmail.com>
Sun, 25 May 2014 06:03:23 +0000 (23:03 -0700)
commite32e69cc27471f91093d5ceba0a18b22b4e4f8c0
tree6632d993b3b10614e0e45cfc65e8543e01729283
parentf0f7fb181fc267934a44904da4530f50a698b18d
i965: Rename next_ip() -> next_offset().

That we were comparing its return value with offsets should have been a
clue. :)

Make it take a void *store in preparation for making the function useful
elsewhere.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_eu_emit.c