summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-06-22 16:41:58 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-17 14:46:22 -0700
commit801189e1994a0daa96ff64b9f27a2e14b19cb446 (patch)
tree5b4ef6906192b994e33d93a3da714ff92401c8d7 /src/mesa/drivers/dri/i965/brw_blorp.h
parentb82de88008ddfef051eeccfbc4b36e0e7d47daf3 (diff)
downloadexternal_mesa3d-801189e1994a0daa96ff64b9f27a2e14b19cb446.zip
external_mesa3d-801189e1994a0daa96ff64b9f27a2e14b19cb446.tar.gz
external_mesa3d-801189e1994a0daa96ff64b9f27a2e14b19cb446.tar.bz2
i965/blorp: Remove compute_tile_offsets
We have a handy little function is ISL that does exactly the same thing. Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_blorp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h
index e23f48b..0694181 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.h
+++ b/src/mesa/drivers/dri/i965/brw_blorp.h
@@ -172,11 +172,6 @@ brw_blorp_surface_info_init(struct brw_context *brw,
unsigned int level, unsigned int layer,
mesa_format format, bool is_render_target);
-uint32_t
-brw_blorp_compute_tile_offsets(const struct brw_blorp_surface_info *info,
- uint32_t *tile_x, uint32_t *tile_y);
-
-
struct brw_blorp_coord_transform
{