Use lower alignments where possible. Also pad out allocated blocks to
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 7 Sep 2006 16:23:22 +0000 (16:23 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 7 Sep 2006 16:23:22 +0000 (16:23 +0000)
commit1456a0fff6a68dac046aaa57585eadf65ad66892
tree0e00c34aa2d3ae1c644e2057a9c92b792c10aba2
parent133f14168009393c5f396d218521625cb79b653f
Use lower alignments where possible.  Also pad out allocated blocks to
a multiple of alignment to avoid accumulating unusable free blocks.
src/mesa/drivers/dri/i965/brw_state_pool.c
src/mesa/drivers/dri/i965/brw_wm_state.c
src/mesa/drivers/dri/i965/bufmgr.h
src/mesa/drivers/dri/i965/bufmgr_fake.c
src/mesa/drivers/dri/i965/intel_batchbuffer.c
src/mesa/drivers/dri/i965/intel_buffer_objects.c
src/mesa/drivers/dri/i965/intel_regions.c