summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2015-08-19 13:54:21 -0700
committerIan Romanick <ian.d.romanick@intel.com>2015-09-02 16:24:17 -0700
commit97ce8bd437a138c102fcf466d03101c0437fa6ea (patch)
tree4bcbb958663dca292094caab2699b88784798e67 /src/mesa/drivers/dri/i965/brw_state.h
parent4ff9e599cb05d2e33e3c642ba2ded9afbe76d552 (diff)
downloadexternal_mesa3d-97ce8bd437a138c102fcf466d03101c0437fa6ea.zip
external_mesa3d-97ce8bd437a138c102fcf466d03101c0437fa6ea.tar.gz
external_mesa3d-97ce8bd437a138c102fcf466d03101c0437fa6ea.tar.bz2
i965: Make gen8_upload_state_base_address static
All of the other state upload functions are static because the only use is in the brw_tracked_state structure. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index 7ae9a5c..b6f5657 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -178,10 +178,6 @@ void brw_upload_invariant_state(struct brw_context *brw);
uint32_t
brw_depthbuffer_format(struct brw_context *brw);
-/* gen8_misc_state.c */
-void gen8_upload_state_base_address(struct brw_context *brw);
-
-
/***********************************************************************
* brw_state.c
*/