search for: 0b21530

Displaying 1 result from an estimated 1 matches for "0b21530".

Did you mean: 021130
2013 Dec 02
2
[PATCH] nouveau: Add lots of comments to the buffer transfer logic
...allium/drivers/nouveau/nouveau_buffer.c | 71 +++++++++++++++++++++++++++- src/gallium/drivers/nouveau/nouveau_buffer.h | 4 +- 2 files changed, 71 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c b/src/gallium/drivers/nouveau/nouveau_buffer.c index 95905a8..0b21530 100644 --- a/src/gallium/drivers/nouveau/nouveau_buffer.c +++ b/src/gallium/drivers/nouveau/nouveau_buffer.c @@ -129,6 +129,10 @@ nouveau_buffer_destroy(struct pipe_screen *pscreen, NOUVEAU_DRV_STAT(nouveau_screen(pscreen), buf_obj_current_count, -1); } +/* Set up a staging area for the tran...