projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cccb184
)
llvmpipe: remove dead code
author
Keith Whitwell
<keithw@vmware.com>
Wed, 21 Oct 2009 13:35:54 +0000
(14:35 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Wed, 21 Oct 2009 13:35:54 +0000
(14:35 +0100)
src/gallium/drivers/llvmpipe/lp_setup_tri.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_setup_tri.c
b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
index 89d75710dda9a230dade8ae235a85af02bf0da2f..041716adc939f50fa6f6324aa25a0e5bcac21ac9 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_setup_tri.c
+++ b/
src/gallium/drivers/llvmpipe/lp_setup_tri.c
@@
-227,13
+227,6
@@
static inline int subpixel_snap( float a )
}
-static INLINE void bin_triangle( struct cmd_block_list *list,
- const struct lp_rast_triangle arg )
-{
-}
-
-
-
#define MIN3(a,b,c) MIN2(MIN2(a,b),c)
#define MAX3(a,b,c) MAX2(MAX2(a,b),c)