diff options
author | Marek Olšák <[email protected]> | 2010-04-18 02:43:01 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-18 02:56:09 +0200 |
commit | 0b4df63609e9fb25319debd56142a90b11d75671 (patch) | |
tree | ca7c0458e720352ee4990b484b2fda176b8a2921 /src/gallium/drivers/r300/r300_render.c | |
parent | d3e7dfc1fd7753d6305afb402e432ff45a7c0707 (diff) |
r300g: various other cleanups
It seems to me that the resource management code is the most blurry.
Also some of my notes about fastfill are wrong, removing them too.
Diffstat (limited to 'src/gallium/drivers/r300/r300_render.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_render.c b/src/gallium/drivers/r300/r300_render.c index fa7b70b0846..f6bc68c43ad 100644 --- a/src/gallium/drivers/r300/r300_render.c +++ b/src/gallium/drivers/r300/r300_render.c @@ -44,7 +44,7 @@ /* XXX The DRM rejects VAP_ALT_NUM_VERTICES.. */ //#define ENABLE_ALT_NUM_VERTS -uint32_t r300_translate_primitive(unsigned prim) +static uint32_t r300_translate_primitive(unsigned prim) { switch (prim) { case PIPE_PRIM_POINTS: |