summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-01-24 19:26:20 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-01-24 19:26:20 +0000
commitf9f2db513211809bd7c6c5c9f5252444f2c5066e (patch)
tree3eb95039b686d18c89db27b0166c98481f6b5d2f /src/mesa/drivers/dri/r300/r300_context.h
parentd7d54423a850aeefb07c131a9cc3dbbd5244468c (diff)
border_color causes lockups with vertex buffers. Disabling for now.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index b390db83d3..af9ef419d1 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -433,7 +433,7 @@ struct r300_hw_state {
struct r300_state_atom offset;
struct r300_state_atom unknown4;
struct r300_state_atom unknown5;
- struct r300_state_atom border_color;
+ //struct r300_state_atom border_color;
} tex;
struct r300_state_atom txe; /* tex enable (4104) */
};