Displaying 1 result from an estimated 1 matches for "a10114b".
Did you mean:
10114
2010 Jan 18
1
[PATCH 1/2] nv30-nv40: Rewrite primitive splitting and emission
...nv30/nv30_vbo.c | 287 ++++++++++++++++------------
src/gallium/drivers/nv40/nv40_vbo.c | 280 +++++++++++++++------------
3 files changed, 403 insertions(+), 271 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nouveau_util.h b/src/gallium/drivers/nouveau/nouveau_util.h
index a10114b..a74d75d 100644
--- a/src/gallium/drivers/nouveau/nouveau_util.h
+++ b/src/gallium/drivers/nouveau/nouveau_util.h
@@ -1,63 +1,124 @@
#ifndef __NOUVEAU_UTIL_H__
#define __NOUVEAU_UTIL_H__
-/* Determine how many vertices can be pushed into the command stream.
- * Where the remaining space isn'...