LGTM!
- Original Message -
> Remove the draw_vs_set_constants() and draw_gs_set_constants()
> functions and the draw->vs.aligned_constants,
> draw->vs.aligned_constant_storage and draw->vs.const_storage_size
> fields. None of it was used.
> ---
> src/gallium/auxiliary/draw/draw_context.c
Remove the draw_vs_set_constants() and draw_gs_set_constants()
functions and the draw->vs.aligned_constants,
draw->vs.aligned_constant_storage and draw->vs.const_storage_size
fields. None of it was used.
---
src/gallium/auxiliary/draw/draw_context.c |2 -
src/gallium/auxiliary/draw/draw_gs.c