Age | Commit message (Collapse) | Author |
|
This abstract memory management and command stream building so we
can use different backend either legacy one which use old pathway
or a new one like with a new memory manager. This works was done by :
Nicolai Haehnle
Dave Airlie
Jerome Glisse
|
|
|
|
This required reordering some of the functions which is why the diff is a little
larger.
|
|
|
|
This way we no longuer have the fixed RADEON_BUFFER_SIZE.
Anyway function calling AllocDmaRegion should check if this
succeed and fail gracefuly if not (see bug 8348).
|
|
* move proven code into the r300_state.c
* update ClearBuffer to cope with more dynamic state
* cleanup !
|
|
Hook it up, so lesson06 displays red colored textures.
|
|
|