Re: [Intel-gfx] [PATCH] Make i830_allocate_memory take tiling parameters.

2008-12-15 Thread Eric Anholt
On Mon, 2008-12-15 at 15:57 -0800, Keith Packard wrote: > This eliminates the separate i830_allocate_memory_tiled function which means > that all memory objects will have tiling parameters set correctly. I like this whole series for the 2D driver. > Signed-off-by: Keith Packard > --- > src/i830

[PATCH] Make i830_allocate_memory take tiling parameters.

2008-12-15 Thread Keith Packard
This eliminates the separate i830_allocate_memory_tiled function which means that all memory objects will have tiling parameters set correctly. Signed-off-by: Keith Packard --- src/i830.h | 19 ++- src/i830_display.c | 10 +- src/i830_memory.c | 340 +---