diff options
author | Eric Anholt <eric@anholt.net> | 2011-04-24 20:48:33 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2011-04-29 15:27:02 -0700 |
commit | 3032582d032a28381dd4c2f4093d82c79e73129e (patch) | |
tree | 4c2c11140560e26c57198f0e36289e6a4a7fabfd /src/mesa/drivers/dri/i965/brw_context.h | |
parent | acb4d5cd96d91320b8e5edb727ff3a268f04587f (diff) | |
download | external_mesa3d-3032582d032a28381dd4c2f4093d82c79e73129e.zip external_mesa3d-3032582d032a28381dd4c2f4093d82c79e73129e.tar.gz external_mesa3d-3032582d032a28381dd4c2f4093d82c79e73129e.tar.bz2 |
i965: Remove dead entrypoints to state cache, rename the one that's left.
As we expanded the usage of the state cache, it grew extra
functionality. However, with the recent state streaming rework, we're
back to the state cache being used only for shader kernels, which is
the piece of GPU state that's actually expensive to compute again from
scratch, since it involves compiling.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 9747543..26cd820 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -338,8 +338,6 @@ struct brw_cache_item { GLuint hash; GLuint key_size; /* for variable-sized keys */ const void *key; - drm_intel_bo **reloc_bufs; - GLuint nr_reloc_bufs; drm_intel_bo *bo; |