From 556e247cee905f84d639b4a292e891c24b36bea1 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 14 Dec 2007 20:15:22 +0000 Subject: 965: remove dead state atom decls --- src/mesa/pipe/i965simple/brw_curbe.c | 8 -------- src/mesa/pipe/i965simple/brw_urb.c | 12 ------------ 2 files changed, 20 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 }, diff --git a/src/mesa/pipe/i965simple/brw_urb.c b/src/mesa/pipe/i965simple/brw_urb.c index 64255b67c4..8cc86e26a3 100644 --- a/src/mesa/pipe/i965simple/brw_urb.c +++ b/src/mesa/pipe/i965simple/brw_urb.c @@ -183,15 +183,3 @@ void brw_upload_urb_fence(struct brw_context *brw) BRW_BATCH_STRUCT(brw, &uf); } - - -#if 0 -const struct brw_tracked_state brw_urb_fence = { - .dirty = { - .mesa = 0, - .brw = BRW_NEW_URB_FENCE | BRW_NEW_PSP, - .cache = 0 - }, - .update = brw_upload_urb_fence -}; -#endif -- cgit v1.2.3