diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-31 12:43:38 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-31 12:43:38 -0800 |
commit | 72ea0e514dcbebd009833c21f40e9bfb84074628 (patch) | |
tree | aef881f91bb905aaba2554fc64fe85ad46104a34 /src/i810_driver.c | |
parent | e62751db8b1a631c22ba0f77c932be4ab39ba741 (diff) |
Remove custom accelerated rotation code now that it's all done through Render.
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 3d4c7d34..e7c85071 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -342,11 +342,8 @@ const char *I810driSymbols[] = { #endif /* I830_ONLY */ const char *I810shadowSymbols[] = { - "shadowInit", "shadowSetup", "shadowAdd", - "shadowRemove", - "shadowUpdateRotatePacked", NULL }; |