i965: Refactor intel_get_param()
authorChad Versace <chad.versace@intel.com>
Mon, 27 Jun 2016 18:29:27 +0000 (11:29 -0700)
committerChad Versace <chad.versace@intel.com>
Wed, 29 Jun 2016 16:34:21 +0000 (09:34 -0700)
commit844e0bd946ea2708a45fef339deea054e55c4359
treeabd28ec254f9ba25c84cc75b99d893464dfb71b6
parent0c135a773fafaf6707fb2cf6fff5d0d95727ea2f
i965: Refactor intel_get_param()

Replace the function's __DRIscreen parameter with struct intel_screen.
The callsites feel more natural that way.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/intel_screen.c