diff options
author | Kenneth Graunke <[email protected]> | 2016-09-08 23:48:53 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-10-05 19:21:35 -0700 |
commit | 16d5536e55aed2aad0596e9385f1962b4ca5db2b (patch) | |
tree | 490dbaf922b64a7b10188e30579c5cfe7bc3fd96 /src/mesa/drivers/dri/i915 | |
parent | ff366f3db4a117244c6076e5babd440c912200f9 (diff) |
i965: Eliminate brw->wm.prog_data pointer.
Just say no to:
- brw->wm.base.prog_data = &brw->wm.prog_data->base.base;
We'll just use the brw_stage_prog_data pointer in brw_stage_state
and downcast it to brw_wm_prog_data as needed.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915')
0 files changed, 0 insertions, 0 deletions