projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd4f0d1
)
Remove VB->LastClipped
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 1 Dec 2005 12:54:21 +0000
(12:54 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 1 Dec 2005 12:54:21 +0000
(12:54 +0000)
src/mesa/x86/gen_matypes.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/gen_matypes.c
b/src/mesa/x86/gen_matypes.c
index d5cee5347cecd6e977df7442f336c94d148946e7..eb4544fe8b9054a14e809b26d7c1472a02cfc357 100644
(file)
--- a/
src/mesa/x86/gen_matypes.c
+++ b/
src/mesa/x86/gen_matypes.c
@@
-140,7
+140,6
@@
int main( int argc, char **argv )
OFFSET( "VB_POINT_SIZE_PTR ", struct vertex_buffer, PointSizePtr );
OFFSET( "VB_PRIMITIVE ", struct vertex_buffer, Primitive );
printf( "\n" );
- OFFSET( "VB_LAST_CLIPPED ", struct vertex_buffer, LastClipped );
DEFINE_HEADER( "struct vertex_buffer" );