Re: [Mesa-dev] [PATCH] draw: remove some dead constant buffer code

2012-12-06 Thread Jose Fonseca
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

[Mesa-dev] [PATCH] draw: remove some dead constant buffer code

2012-12-06 Thread Brian Paul
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