diff options
author | Kenneth Graunke <[email protected]> | 2013-01-30 21:36:38 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-02-03 13:38:16 -0800 |
commit | 7eda7a455bd625c6fc44e9707a20c5b6f7c035a8 (patch) | |
tree | b23cbaec03eeed76301f248f8e46ab5797983af3 /src/mesa/drivers | |
parent | 8a4d952d1074e648a99e44ed558a6f0f5b4460a7 (diff) |
i965: Remove dead field brw_context::constant_map.
This was used by the old VS backend, but that's long gone.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 620f09fc97d..c60088d03fc 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -907,7 +907,6 @@ struct brw_context struct { struct brw_vs_prog_data *prog_data; - int8_t *constant_map; /* variable array following prog_data */ drm_intel_bo *scratch_bo; drm_intel_bo *const_bo; |