i965: Refactor the renderer string creation out of intelGetString
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 11 Oct 2013 19:20:57 +0000 (12:20 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Nov 2013 02:08:15 +0000 (18:08 -0800)
commit83ffe47be0e26dcbaf917807447d82d53bb2c13b
tree4f90d559c834ba7a44e954435ec0c6f8b07cb5f4
parent339f36fc5e841d751e81127da39e5679a88c738f
i965: Refactor the renderer string creation out of intelGetString

This will soon be used in intel_screen.c from a function that doesn't
have a gl_context.

v2: Delete local variables that are now unused.  This matches v1 of the
changes to the i915 driver.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h