summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_curbe.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-14 20:15:22 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-12-17 10:30:38 +0000
commit556e247cee905f84d639b4a292e891c24b36bea1 (patch)
tree68909832e5b78e88deab95a11a6c5c11d3fd5e7e /src/mesa/pipe/i965simple/brw_curbe.c
parent3be91c5a493a219dacf12b4cc279e37f26420cbd (diff)
965: remove dead state atom decls
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_curbe.c')
-rw-r--r--src/mesa/pipe/i965simple/brw_curbe.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/pipe/i965simple/brw_curbe.c b/src/mesa/pipe/i965simple/brw_curbe.c
index b943a7af98..66a04b9c38 100644
--- a/src/mesa/pipe/i965simple/brw_curbe.c
+++ b/src/mesa/pipe/i965simple/brw_curbe.c
@@ -156,14 +156,6 @@ void brw_upload_constant_buffer_state(struct brw_context *brw)
BRW_CACHED_BATCH_STRUCT(brw, &cbs);
}
-const struct brw_tracked_state brw_constant_buffer_state = {
- .dirty = {
- .brw = BRW_NEW_URB_FENCE,
- .cache = 0
- },
- .update = brw_upload_constant_buffer_state
-};
-
static float fixed_plane[6][4] = {
{ 0, 0, -1, 1 },