965: remove dead state atom decls
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 14 Dec 2007 20:15:22 +0000 (20:15 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 17 Dec 2007 10:30:38 +0000 (10:30 +0000)
src/mesa/pipe/i965simple/brw_curbe.c
src/mesa/pipe/i965simple/brw_urb.c

index b943a7af98cef1ade93ac3c05c7011453bdfdc23..66a04b9c38bbceeb312285b03d58bbf422d62993 100644 (file)
@@ -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 },
index 64255b67c422e0dbf69d27a41ad474d5428abe4f..8cc86e26a346abe6792603107f18923b1659026d 100644 (file)
@@ -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